一些AI项目
- MINI GPT4: https://github.com/Vision-CAIR/MiniGPT-4/
- Poe https://poe.com/chatgpt, 集成了所有聊天软件,包括ChatGPT
- Opencv 视觉类AI模型 https://github.com/opencv/opencv
- YOLOv8 视觉类AI模型 https://github.com/ultralytics/ultralytics
- NLP 中文模型 https://github.com/IDEA-CCNL/Fengshenbang-LM
- https://github.com/openai/whisper 语音类模型, https://github.com/ggerganov/whisper.cpp
- 基于视觉基础模型的对话、绘画和编辑的论文官方仓库,https://github.com/microsoft/visual-chatgpt
- 本地运行指令调整的聊天式LLM https://github.com/antimatter15/alpaca.cpp, LLM模型是指大型语言模型。它是一种基于大量文本数据进行训练的人工智能模型,用于生成和处理自然语言。LLM具有许多参数的神经网络,可以进行多种自然语言处理任务
- fine-tune(微调) LLAMA https://github.com/lxe/simple-llama-finetuner
- ChatGLM-6B 中文模型 https://github.com/THUDM/ChatGLM-6B