Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 532 Bytes

File metadata and controls

10 lines (6 loc) · 532 Bytes

RestfulAPI_Image_Classfier

This is a restful API written in Python and Flask Micro-framework, implementing a pre-trained image detection neural network (ImageNet) with the tensorflow library. App was deployed on AWS and AZURE utilizing a docker container.

to run this API, the following command must be ran from the /web directory docker-compose build then docker-compose up

both docker and docker compose must be installed on machine.

Instructions on how to deploy on various cloud services will be added here shortly.