A web sandbox for hands-on learning of LLM and RAG Evaluation
Installation: bash Copy code cd frontend && npm install cd ../backend && pip install -r requirements.txt
# Start frontend
cd frontend
npm run dev
# Start backend
cd backend
uvicorn app.main:app --reload