Compar:IA est un outil permettant de comparer à l’aveugle différents modèles d'IA conversationnelle pour sensibiliser aux enjeux de l'IA générative (biais, impact environmental) et constituer des jeux de données de préférence en français.
Compar:IA is a tool for blindly comparing different conversational AI models to raise awareness about the challenges of generative AI (bias, environmental impact) and to build up French-language preference datasets.
🌐 comparia.beta.gouv.fr · 📚 À propos · 🚀 Description de la startup d'Etat
uvicorn main:app --reload --timeout-graceful-shutdown 1
or simply uvicorn main:app
For arena only, you can also launch: gradio demo.py
cd frontend/; npx vite dev
In backend, it's a mounted gradio.Blocks
within a FastAPI app. This lives in main.py
while most of the Gradio code is split between languia/block_arena.py
and languia/listeners.py
.
Frontend is Sveltekit. It lives in frontend/
.