How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A Chinese medical ChatGPT based on LLaMa, training from large-scale pretrain corpus and multi-turn dialogue dataset.
The main features of suprityoung/zhongjing are: Domain Specific Agents, Medical Domain Models.
Projects with overlapping indexed features include: freedomintelligence/huatuogpt — HuatuoGPT, Towards Taming Language Models To Be a Doctor. (An Open Medical GPT). strands-agents/sdk-python — This is an open-source Python SDK for building and orchestrating production-grade AI agents. It provides a unified… aiming-lab/autoresearchclaw — AutoResearchClaw is an agentic system designed to automate the scientific research process. It functions as an… cmkrg/qizhengpt — QiZhenGPT: An Open Source Chinese Medical Large Language Model|一个开源的中文医疗大语言模型. chaoyi-wu/pmc-llama — The official codes for "PMC-LLaMA: Towards Building Open-source Language Models for Medicine". arcinstitute/sragent — SRAgent.
HuatuoGPT, Towards Taming Language Models To Be a Doctor. (An Open Medical GPT)
AutoResearchClaw is an agentic system designed to automate the scientific research process. It functions as an autonomous research agent and workflow automator that manages the entire lifecycle of a project, from initial hypothesis generation and literature review to experimental execution and the production of LaTeX-formatted academic papers. The system distinguishes itself through a multi-agent research pipeline that utilizes structured debates for hypothesis refinement and peer review. It employs a branch-and-merge architecture to explore parallel research directions and integrates human-i
This is an open-source Python SDK for building and orchestrating production-grade AI agents. It provides a unified framework for creating conversational agents that can use tools, maintain state, and coordinate across multiple language model providers including OpenAI, Anthropic, Google, Amazon Bedrock, and locally-hosted models. The SDK supports multi-agent orchestration through graphs, teams, and swarms, allowing several specialized agents to collaborate on complex tasks. Agents can be composed as callable tools that other agents invoke, and the framework includes policy handlers that inspe