This web app is built on Python's Flask framework with Bootstrap, using a Flask Boilerplate. It uses Google Cloud Platform's AutoML Vision API to train and deploy a custom model on laundry symbols.
To use (use pip
on Windows/Linux, and pip3
for macOS):
- Clone the repo
$ git clone https://github.com/Liew211/laundrowat.git
$ cd laundrowat
- Install and activate a virtualenv
$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate
- Install dependencies
$ pip install -r requirements.txt
- Run the Flask app:
$ flask run
OR
$ python app.py
(use python3
on macOS)
The Flask app runs on port 5000 by default, so go to http://localhost:5000/ to view the app.