
JARVIS
🔓 Open SourceGeneral purpose
Overview
System connecting LLMs with ML community. Task Planning: ChatGPT analyzes user requests to understand intention and disassemble into solvable tasks. Model Selection: ChatGPT selects expert models from Hugging Face based on descriptions to solve planned tasks. Task Execution: Invokes and executes selected models, returning results to ChatGPT. Response Generation: ChatGPT integrates all model predictions and generates responses.
Details
Microsoft research project. Bridges LLMs with ML model ecosystem. Four-stage pipeline for task completion. Leverages Hugging Face model repository. HuggingGPT architecture.