Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.84 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.84 KB

Creatica Hackathon: "SeeFood"

Created by Victoria Liu and Gloria Liu

Run with Docker

With Docker, you can quickly build and run the entire application in minutes 🐳

# 1. First, clone the repo
$ git clone https://github.com/mtobeiyf/keras-flask-deploy-webapp.git
$ cd keras-flask-deploy-webapp

# 2. Build Docker image
$ docker build -t hotdgg .

# 3. Run!
$ docker run -it --rm -p 5000:5000 hotdgg

# 4. Open http://localhost:5000 on Safari and wait till the webpage is loaded. You may need to clear Safari cache if the app is not loading properly.
  • Done! 🎉

👇 Screenshot:

License and original app

GPLv3 license Original Flask application

References

Griffin Chure's Reproducible Website

Classification with Convolutional Neural Networks

InceptionNetV3

Deploying Keras Model with Flask