OpenRoute is a full-stack AI-powered chat platform that automatically routes user queries to the most suitable large language model (LLM). It provides a seamless chat experience with optimized responses, real-time updates, and an intuitive user interface.
- π€ AI Chat Interface
- π Intelligent Model Routing
- π¬ Real-time Chat with Firebase
- π Chat History Sidebar
- β‘ Fast and Responsive UI
- π User-based Conversations
- React.js
- Vite
- Tailwind CSS
- Firebase (Firestore)
- FastAPI
- Python
- Uvicorn
git clone https://github.com/Poonam-Biradar/OpenRoute.git
cd OpenRoutecd backend/SRM-backend/backend
python -m venv venv
venv\Scripts\activate
pip install -r req.txt
python -m uvicorn app.main:app --reloadBackend runs at: http://127.0.0.1:8000
cd frontend/smart-ai-hub
npm install
npm run devFrontend runs at: http://localhost:5173