Skip to content
View Letin147's full-sized avatar
  • Guilin University of Electronic Technology
  • Guilin

Highlights

  • Pro

Block or report Letin147

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Letin147/README.md

Hi there 👋

Typing SVG

📌 关于我

  • 🔭 目前专注:多模态大模型(视觉-语言对齐)与智能体(Agentic)开发,探索LLM在复杂任务中的自主决策能力。
  • 🌱 正在学习:模型微调(LoRA/QLoRA)、RAG系统优化、多智能体协作框架(如LangChain/AutoGen/CrewAI)。
  • 👯 寻找合作:开源多模态项目、智能体应用落地,欢迎一起交流!
  • 💬 与我交流:大模型技术、Agent架构、科研心得。
  • 📫 联系我:[lehhe@mails.guet.edu.cn] | [个人博客CSDN链接]
  • 趣味:🎮 热爱策略游戏 | 📖 科幻小说迷 | 🚴 骑行探索城市

📊 GitHub 数据

GitHub 统计 常用语言
连续提交记录

🌟 核心项目

项目名称 技术栈 简介
多模态检索增强项目 PyTorch, CLIP, FAISS 基于图文预训练模型的跨模态检索系统,支持亿级向量检索
Agentic 任务规划器 LangChain, GPT-4, 工具调用 实现复杂任务的自动分解与工具调用,具备记忆与反思机制
本科生科研项目 Transformers, Gradio 多模态大模型在特定领域(如医疗/教育)的微调与部署演示

🎨 动态与趣味

贡献图
# 我的科研信条:简洁、可复现、启发未来
class MultimodalAgent:
    def __init__(self):
        self.knowledge = ["vision", "language", "action"]
        self.curiosity = float('inf')
    
    def explore(self, task):
        print(f"🌌 正在探索: {task}")
        return "Agentic insight generated."

Popular repositories Loading

  1. Letin147 Letin147 Public

    This is a personal introduction interface.

    1

  2. awesome-yolo-object-detection awesome-yolo-object-detection Public

    Forked from coderonion/awesome-yolo-object-detection

    🚀🚀🚀 A collection of some awesome public YOLO object detection series projects and the related object detection datasets.

  3. Letin147.github.io Letin147.github.io Public

    **Letin147/Letin147** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.

  4. docs docs Public

    Forked from PaddlePaddle/docs

    Documentations for PaddlePaddle

    Python