Skip to content

A simple image classifier builded on pytorch ml and pretrained imagenet dataset.

Notifications You must be signed in to change notification settings

Mixser/pytorch-example

Repository files navigation

How to run

  1. Create a new virtual env (or use already existing)
  2. Install dependencies
pip install -r requirements.txt
  1. Run it
python service.py

It will run a web server on 8000 port by default.

DEPENDENCIES

Only python 3.7 - because I had used some new method from it:

  • asyncio.get_running_loop()
  • asyncio.all_tasks

About

A simple image classifier builded on pytorch ml and pretrained imagenet dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages