Skip to content

smartintern/Deployment_an_Image_Classification_DeepLearning_Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Deployment an Image Classiffication Deep Learning Model


DEFINITION OF PROBLEM

We have images of 10 different classes. We want to classify these pictures into 10 different classes. Our problem is a classification problem.

WHAT DO WE NEED?

When an image comes in I need to find out which category it falls into from 10 different classes.

WHAT AM I USING FOR THIS?

I am using the Cifar10 Dataset. Cifar10 Dataset: http://www.cs.toronto.edu/~kriz/cifar.html

HOW DID WE APPROACH THIS PROBLEM?

We acted as if we had a camera presenter who was constantly taking images. We have addressed the problem of classifying these snapshots in 10 different classes

HOW DID WE GET IT?

I got the model for the Cifar10 dataset from the adjacent book. We used the Adam optimizer as the optimizer in the model. The model gives 88 percent accuracy after 50 iterations


System Requirements

  • ORACLE VM VİRTUALBOX 6.1
  • UBUNTU 18.04.5 LTS
  • TENSORFLOW 2.6.0
  • PYTHON 3.6.9
  • RABBİT MQ

RabbitMQ

👉🏻 https://www.rabbitmq.com

Cifar10 Dataset

👉🏻 http://www.cs.toronto.edu/~kriz/cifar.html

Tensorflow 1.x Deep Learning Cookbook

👉🏻 https://bit.ly/3zI3BbN

Ubuntu 18.04 Install Tensorflow

👉🏻 https://emineozturkk.medium.com/ubuntu-18-04-install-tensorflow-dfcc3f904b81


Trained Model

When the model.py file is run, it gives 88 percent accuracy for 50 iterations. Ekran görüntüsü 2021-08-30 080428 kırpılmış

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages