Skip to content

Subratamanna07/Dockerized-Image-Classification-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Follow these instructions to launch it:

- git clone https://github.com/cloudxlab/Dockerized-Image-Classification-App
- cd Dockerized-Image-Classification-App
- docker-compose  build
- #docker stack deploy -c docker-compose.yml 
- docker-compose up
- Open http://e.cloudxlab.com:4114

You can debug it as follows

- docker ps
- // Find out the id of model server and use that below
- docker exec -it 86035cfc3daa python test_client.py
- // Or you can get the shell inside the docker container as follows
- docker exec -it 86035cfc3daa bash

Dockerized-Image-Classification-App

This is the dockerized verion of the project project directory for the image classification project using Flask and ZMQ.Improving the Performance of Deep Learning based Flask App with ZMQ.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors