Skip to content

TapanBhavsar/CIFAR10_classification_production_level

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

CIFAR10 classification API using bazel

prerequisites

User must have cuda 9.0 installed in current system.

Run command to install requirements in local system basically to create enviornment to run bazel run command.

pip install -r requirements.txt

To run training and classificartion API

Run command to train model:

bazel run :CIFAR10_serving_trainer

Run command to run prediction API:

bazel run :CIFAR10_serving_prediction

After running API command as per above one can run following commmand template from new terminal:

curl -F "file=@<file path>" http://<localhost:port>/predict_image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published