acgandhi / faces-classification-flaskapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drink or Not

Git repo: https://github.com/acgandhi/faces-classification-flaskapp

Run using Docker Compose

  1. Run the following command in the repo root directory:
docker compose up
  1. Visit the website at localhost:5000

Run directly

  1. Install requirements (venv or miniconda env recommended):
python -m pip install -r requirements.txt
  1. Run the program:
python app.py
  1. Visit the website at localhost:5000

About


Languages

Language:Python 54.9%Language:HTML 39.1%Language:Dockerfile 5.9%