A Streamlit-based interactive web app to help students prepare for the GATE Exam.
It supports Q&A, mock tests, progress tracking, and exam information.
- Ask Questions – Get detailed answers with follow-up clarifications.
- Mock Tests – Attempt practice tests with GATE-style scoring.
- Progress Tracker – Track past test scores and analyze performance.
- Exam Info – View details about exam structure, pattern, and marking scheme.
# Clone repo
git clone https://github.com/<your-username>/gate_app.git
cd gate_app
# Create virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate # Mac/Linux
venv\Scripts\activate # Windows
# Install dependencies
pip install -r requirements.txt
# Run app
streamlit run app.py
---
2. Save the file.
3. Run these commands in your project folder:
```bash
git add README.md
git commit -m "Added README file with project details"
git push