ayush2917/gate-chemical-engineering-practice
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
GATE Chemical Engineering — Multi-Model Practice Platform
Overview
Multi-model pipeline:
- Model A: generate MCQs (question + options)
- Model B: predict answer option
- Model C: short explanation & chatbot
- Model D: detailed step-by-step solutions
Backend: FastAPI + SQLite (SQLAlchemy) Frontend: HTML + Tailwind + JS (single-page) Deploy: Docker (Hugging Face Spaces Docker runtime recommended)
Setup
- Add environment variables (HFTOKEN, MODELA,...).
- Build/run with Docker or run locally:
