Skip to content

My research of classification models and deployment of model to docker using flask.

Notifications You must be signed in to change notification settings

pavelkochkin1/simpsons-classification

Repository files navigation

My research of classification models and deployment of model to docker using flask.

How to run:

  1. Install and run Docker
  2. Build Docker image using docker build . -t simp_server
  3. Run Docker container using docker run --rm -it -p 8888:8888 simp_server
  4. Go to http://localhost:8888/

Source code

Example

  1. Run the docker container and open the http://localhost:8888/. alt text
  2. Upload your image and press Predict button. alt text
  3. Now we have prediction and probability. alt text

About

My research of classification models and deployment of model to docker using flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages