A dynamic AI vocabulary quiz app built with Flask, HTMX and llama.cpp.
- Generate vocabulary quizzes based on a given word list
- Supports dark/light mode switching
- Flask
- HTMX
- FrankenUI
- llama_cpp_python
-
Clone the repository and install:
git clone https://github.com/andrewimpellitteri/wordquizify.git cd vocabulary-quiz-app pip install -r requirements.txt
-
Run it and view on
localhost:5000
:flask run