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)