Skip to content

MatjazM2020/agentpick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🤖 AgentPick

Find Your Perfect Model with AI-Powered Recommendations


Overview

AgentPick is an agentic system that helps users find the right language model for their specific needs. Rather than manually searching through thousands of models on Hugging Face, AgentPick understands your task requirements and recommends the most suitable models.

It takes RAG one step further and employs multiple agents to answer user questions more precisely and accurately.


How It Works

The system operates in three stages:

  • Interpretation
  • Retrieval & Filtering
  • Recommendation

Architecture

  • Backend: Flask
  • Frontend: React
  • Database: Qdrant, MySQL

Getting Started

Backend

cd backend
pip install -r requirements.txt
flask run

Frontend

cd frontend
npm install
npm start

The application will be available at http://localhost:3000 with the backend running on http://localhost:5000.


The project is fully open source. For any contributions or questions, feel free to open a pull request or contact the owner.

About

Agent-based system for recommending the choice of a language model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors