Modern React interface for comparing Large Language Models (LLMs) in an open and reproducible way.
The project is split into two main parts:
frontend/
โโโ src/
โ โโโ components/ # Reusable UI components
โ โโโ pages/ # Application pages
โ โโโ hooks/ # Custom React hooks
โ โโโ context/ # React contexts
โ โโโ constants/ # Constants and configurations
โโโ public/ # Static assets
โโโ server.js # Express server for production
backend/
โโโ app/
โ โโโ api/ # API router and endpoints
โ โ โโโ endpoints/ # Specific API endpoints
โ โโโ core/ # Core functionality
โ โโโ config/ # Configuration
โ โโโ services/ # Business logic services
โ โโโ leaderboard.py
โ โโโ models.py
โ โโโ votes.py
โ โโโ hf_service.py
โโโ utils/ # Utility functions
The application is containerized using Docker and can be run using:
docker-compose up
(top 30 of 36)
Modern React interface for comparing Large Language Models (LLMs) in an open and reproducible way.
The project is split into two main parts:
frontend/
โโโ src/
โ โโโ components/ # Reusable UI components
โ โโโ pages/ # Application pages
โ โโโ hooks/ # Custom React hooks
โ โโโ context/ # React contexts
โ โโโ constants/ # Constants and configurations
โโโ public/ # Static assets
โโโ server.js # Express server for production
backend/
โโโ app/
โ โโโ api/ # API router and endpoints
โ โ โโโ endpoints/ # Specific API endpoints
โ โโโ core/ # Core functionality
โ โโโ config/ # Configuration
โ โโโ services/ # Business logic services
โ โโโ leaderboard.py
โ โโโ models.py
โ โโโ votes.py
โ โโโ hf_service.py
โโโ utils/ # Utility functions
The application is containerized using Docker and can be run using:
docker-compose up
(top 30 of 36)