Pinned Repositories
360-LLaMA-Factory
将序列并行性加入LLaMA-Factory
Agently
[AI Agent Application Development Framework] - 🚀 Build AI agent native application in very few code 💬 Easy to interact with AI agent in code using structure data and chained-calls syntax 🧩 Enhance AI Agent using plugins instead of rebuild a whole new agent
aider
aider is AI pair programming in your terminal
finetune_embedding_model
本项目用于Embedding模型的相关实验,包括Embedding模型评估、Embedding模型微调、Embedding模型量化等。
graphRag-in-action
实验时改了源代码
LightRAG
"LightRAG: Simple and Fast Retrieval-Augmented Generation"
LLM-Powered-RAG-System
详细介绍各类RAG框架的项目
ofdrw
OFD Reader & Writer 开源的OFD处理库,支持文档生成、数字签名、文档保护、文档合并、转换、导出等功能,文档格式遵循《GB/T 33190-2016 电子文件存储与交换格式版式文档》。
TinyTroupe
微软TinyTroupe:由LLM驱动的Multi-Agent角色模拟,增强想象力和商业洞察力。
wulewule
增量预训练+指令微调全流程
jidechao's Repositories
jidechao/document_ai_agents
一套可重复使用的文档处理AI代理
jidechao/atomic-agents
原子化构建AI智能体。
jidechao/kg_llm
将知识图谱(KG)与大型语言模型(LLM)相结合
jidechao/PromptWizard
任务感知的代理驱动提示优化框架
jidechao/video-analyzer
一款综合视频分析工具,结合了计算机视觉、音频转录和自然语言处理技术,用于生成视频内容的详细描述。该工具从视频中提取关键帧,转录音频内容,并生成视频内容的自然语言描述。
jidechao/Agentic-RAG
jidechao/DynamicAgenticRAG
jidechao/OmniSearch
OmniSearch 模型:灵活智能的检索增强工具
jidechao/graphrag-api
GraphRAG Server
jidechao/haystack-cookbook
👩🏻🍳 A collection of example notebooks
jidechao/GoMate
GoMate:RAG Framework within Reliable input,Trusted output
jidechao/deepface
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
jidechao/simple-csc
本仓库提供了论文《一种基于大语言模型的简单但有效的免训练、免提示的中文拼写纠错方法》的实现。
jidechao/Video-RAG-master
这是我们论文《Video-RAG: 视觉对齐的检索增强长视频理解》的官方实现。
jidechao/awesome-llm-apps
使用 OpenAI、Anthropic、Gemini 和开源模型构建的基于 RAG(检索增强生成)的出色 LLM 应用集合
jidechao/OmniSteward
🐼基于LLM Agent的全能管家,通过语音或文字交互,调用工具控制智能家居(HA/米家)和电脑。超高拓展性,无限可能。
jidechao/vision-parse
Parse PDFs into markdown using Vision LLMs
jidechao/cosyvoice-api
一个用于CosyVoice的api接口项目
jidechao/DiTCtrl
"DiTCtrl: 探索多模态扩散变换器中的注意力控制以实现无需调优的多提示长视频生成" 的官方代码
jidechao/colpali
一种高效的端到端的多模态检索解决方案
jidechao/WritingTools
The world's smartest system-wide grammar assistant; a better version of the Apple Intelligence Writing Tools. Works on Windows, Linux, & macOS, with the free Gemini API, local LLMs, & more.
jidechao/gemini-webrtc-web-simple
在单个 `app.ts` 中实现 Gemini 多模态实时 + WebRTC
jidechao/clipturbo
小视频宝:AI 驱动的视频生成工具,一键生成高质量营销视频 AI-powered video generation tool for creating high-quality marketing videos with one click.
jidechao/InternLM-XComposer
InternLM-XComposer-2.5: A Versatile Large Vision Language Model Supporting Long-Contextual Input and Output
jidechao/anomalib
一个异常检测库,包含最先进的算法和功能,如实验管理、超参数优化和边缘推理。
jidechao/multi-step-ai-agent
Multi-step AI agents powered by Gemini 2.0 and the LangGraph framework. These agents orchestrate complex workflows and enhance their reasoning with grounded responses, drawing on real-world data from Google Search, BigQuery, and third-party APIs.
jidechao/CrewAIapps
jidechao/BetterWhisperX
Better WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
jidechao/surya
OCR, layout analysis, reading order, table recognition in 90+ languages
jidechao/minima
Minima是一个开源的本地RAG(检索增强生成)解决方案,支持与ChatGPT和Model Context Protocol(MCP)的集成。它目前提供三种使用模式:完全本地安装、通过ChatGPT查询本地文档的自定义GPT,以及使用Anthropic Claude查询本地文件,适合在内部部署的需求。