PicsQuizz

  • Demo

Run it

First install the dependencies:

python3 -m pip install -r requirements.txt

Then run the app:

streamlit run app.py

Deploy with Docker Compose

docker compose up -d --build