Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.54.0
metadata
title: AI Tutor — Study / Review
emoji: 🎓
colorFrom: gray
colorTo: blue
sdk: streamlit
sdk_version: 1.37.1
app_file: src/streamlit_app.py
pinned: false
GitHub Tutor (GPT-5) — Hackathon Space
How to run locally
pip install -r requirements.txt
$env:AIML_API_KEY="8b7b1b6b0f3143448bb1374e243e7091"
streamlit run app.py
Deploy to Hugging Face Spaces
- Create account → New Space → SDK: Streamlit.
- Upload
app.py,requirements.txt,questions.json. - In Space → Settings → Variables and secrets:
- Add
OPENAI_API_KEYwith your GPT-5 key.
- Add
- Click Restart if needed; open the app URL.
Notes
- The file system is ephemeral. Summaries are kept in session only (demo-friendly).
- Edit
questions.jsonto add/remove problems for the demo.