Skip to content

nathannli/Watson_Visual_Recognition_GroceryWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Watson_Visual_Recognition_GroceryWebApp

A proof of concept meant for grocery stores when scanning fresh produce. The visual recognition will allow fresh produce to be scanned just as fast as if if were to have a barcode.

Getting Started

Clone or download the repository.

Install dependences by running:

pip install -r requirements.txt

Running Locally

Navigate to the folder containing "app.py" with your terminal and run:

python app.py

Then open a private browser and enter into the URL:

localhost:5000

Built With

  • Python 3.6.4
  • Flask 0.12.2
  • watson-developer-cloud 1.2.1
  • Jinja 2.10

Authors