2026-02-28 23:59:04 +00:00
2020-10-10 20:06:45 +05:30
2026-02-28 23:59:04 +00:00
2020-10-11 23:35:13 +05:30
2026-03-01 02:17:57 +05:00
2020-10-10 20:02:11 +05:30
2026-02-28 23:59:04 +00:00
2026-02-28 23:59:04 +00:00
2020-10-09 20:23:58 +05:30
2020-10-09 22:35:28 +05:30
2020-10-06 12:39:40 +05:30
2020-10-11 23:35:13 +05:30
2020-10-11 23:35:13 +05:30
2020-10-11 23:35:13 +05:30

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

  1. Clone repo
  2. cd focus-unlock
  3. python -m venv env
  4. source env/bin/activate (Mac/Linux) or env\Scripts\activate (Windows)
  5. pip install flask openai
  6. Set your OpenAI key:
    export OPENAI_API_KEY="sk-..."
    
Description
No description provided
Readme 147 KiB
Languages
Python 40%
HTML 32.3%
CSS 26.1%
PHP 1.6%