Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 541 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 541 Bytes

Vocabulary Quiz App

A dynamic AI vocabulary quiz app built with Flask, HTMX and llama.cpp.

Features

  • Generate vocabulary quizzes based on a given word list
  • Supports dark/light mode switching

Tech Stack

  • Flask
  • HTMX
  • FrankenUI
  • llama_cpp_python

Installation

  1. Clone the repository and install:

    git clone https://github.com/andrewimpellitteri/wordquizify.git
    cd vocabulary-quiz-app
    pip install -r requirements.txt
  2. Run it and view on localhost:5000:

    flask run