CoolFace
Apppublic

ayush2917/gate-chemical-engineering-practice

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

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

  1. 1.Add environment variables (HFTOKEN, MODELA,...).
  2. 2.Build/run with Docker or run locally: