jawwad2723/adaptive-learning-hf-openai
0
๐ Adaptive Learning Path Generator
This is a Streamlit + OpenAI app that generates structured, adaptive learning paths.
๐ Features
- Input: subject, current level, and learning goal
- Output: structured JSON + user-friendly modules
- Auto-retry JSON parsing
- Hugging Face Spaces ready
๐ ๏ธ Local Setup
- Clone repo or copy files
- Install dependencies:
pip install -r requirements.txt
