Skip to content

This repo comprises of training Inceptionv3 from scratch on cifar10 and then using Flask for Model serving.

Notifications You must be signed in to change notification settings

VarishuPant99/Deploy_Inception_v3

Repository files navigation

Flask Image Classification

This repo comprises of training Inceptionv3 from scratch on cifar10 and then using Flask for Model serving.

The directory is defined as

For Training

Run Training Notebook file

For Inference

we need Cifar-10 data for inference. Execute the below to generate 10 random images from cifar-10 test data.

cd data
python generate_valid_data.py

Run Inference Notebook file

Model Serving on Flask.

For Serving this model as a website. First generate test images by executing above commands and then.

python flask_api/app.py

About

This repo comprises of training Inceptionv3 from scratch on cifar10 and then using Flask for Model serving.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published