Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.11 KB

Fico alebo Kiska Web App

Build Status

A simple flask app using Resnet34 network for distinguish between an image of the former slovak prime minister R. Fico and the slovak president A. Kiska hosted on Heroku running Green Unicorn WSGI server.

Description

I have scrapped photos of R.Fico and A.Kiska and trained pretrained Resnet34 using these images. The training trained using Fastai library. The app and it's dependencies were optimized to fit into Heroku Free Dyno.

Deployment is done using Travis-CI automaticaly into Heroku and Docker hub.

Getting Started

Visit the page

For running locally run:

docker run -p 5000:5000 quarkus7/fico-vs-kiska python app.py

and in your browser open:

http://localhost:5000/

Dependencies

Dependencies are listed in Dockerfile and requirements.txt

Authors

Peter Pagac

License

License