Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Flask implementation of Jian-Yang's HotDog identification app.

License

Notifications You must be signed in to change notification settings

MattHealy/NotHotDog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotHotDog

NotHotDog is a Flask/AWS Rekognition implementation of Silicon Valley's 'Not Hot Dog' app.

Building locally

NotHotDog runs on Python 2.7.*

First install setuptools if you don't have it, get it by running (pip): pip install setuptools

Clone the Repo:
git clone https://github.com/ryanml/nothotdog

Navigate to the project root, and run:
python setup.py install

As the label detection relies on AWS' Rekognition service, you'll need to have the aws cli client installed. You may see install information here

Once that is installed, you'll enter your AWS IAM creds after running:
aws configure

The project will serve locally on port 5000 after running:
python -m nothotdog

This is a work in progress, front-end contributions welcome!

Demo: http://nothotdog.ryanlane.se

About

A Flask implementation of Jian-Yang's HotDog identification app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.4%
  • JavaScript 26.4%
  • HTML 24.3%
  • CSS 14.9%