一些AI项目

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