LearnX5Tour / README.md
Yatineeee's picture
Update README.md
6182d68 verified

A newer version of the Streamlit SDK is available: 1.54.0

Upgrade
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

  1. Create account → New Space → SDK: Streamlit.
  2. Upload app.py, requirements.txt, questions.json.
  3. In Space → Settings → Variables and secrets:
    • Add OPENAI_API_KEY with your GPT-5 key.
  4. Click Restart if needed; open the app URL.

Notes

  • The file system is ephemeral. Summaries are kept in session only (demo-friendly).
  • Edit questions.json to add/remove problems for the demo.