Updated project name and added features, tech stack, and local run instructions.
hikaruven
Focus Unlock
AI-powered learning platform that helps you study smarter.
Features
- Paste any study text → generates 5 multiple-choice questions using OpenAI
- Interactive quiz with instant feedback and scoring
- Save past quiz results (score, date, percentage)
- View detailed past quiz answers & correct answers
- Save and manage study materials locally
- Responsive Bootstrap 5 design + modern indigo theme
Tech stack
- Backend: Flask (Python)
- AI: OpenAI GPT-4o-mini
- Frontend: HTML + Bootstrap 5 + JavaScript
- Storage: browser localStorage (no database yet)
How to run locally
- Clone repo
cd focus-unlockpython -m venv envsource env/bin/activate(Mac/Linux) orenv\Scripts\activate(Windows)pip install flask openai- Set your OpenAI key:
export OPENAI_API_KEY="sk-..."
Description
Languages
Python
40%
HTML
32.3%
CSS
26.1%
PHP
1.6%