ayush2917 commited on
Commit
220e3e9
·
verified ·
1 Parent(s): d8bdc2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -8,3 +8,21 @@ pinned: false
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
11
+
12
+
13
+ # GATE Chemical Engineering — Multi-Model Practice Platform
14
+
15
+ ## Overview
16
+ Multi-model pipeline:
17
+ - Model A: generate MCQs (question + options)
18
+ - Model B: predict answer option
19
+ - Model C: short explanation & chatbot
20
+ - Model D: detailed step-by-step solutions
21
+
22
+ Backend: FastAPI + SQLite (SQLAlchemy)
23
+ Frontend: HTML + Tailwind + JS (single-page)
24
+ Deploy: Docker (Hugging Face Spaces Docker runtime recommended)
25
+
26
+ ## Setup
27
+ 1. Add environment variables (HF_TOKEN, MODEL_A,...).
28
+ 2. Build/run with Docker or run locally: