Skip to content

Flask web app that translates images of laundry symbols into instructions, using the webcam and Google's AutoML vision API.

License

Notifications You must be signed in to change notification settings

Liew211/laundrowat

Repository files navigation

Laundrowat?? - MHacks 12

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):

  1. Clone the repo
$ git clone https://github.com/Liew211/laundrowat.git
$ cd laundrowat
  1. Install and activate a virtualenv
$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate
  1. Install dependencies
$ pip install -r requirements.txt
  1. 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.

About

Flask web app that translates images of laundry symbols into instructions, using the webcam and Google's AutoML vision API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published