Skip to content

supriyarpurohit/camera-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

H1 Camera-Classifier

Problem statement

  • A Python application that uses camera input to train a Support Vector Machine (SVM) to respond to specific actions using neural networks to train a dataset.
  • To complete an AI project that is a fully-functioning camera classifier by combining principles of computer vision with principles of neural networks.

image

Software Requirement Specification

Python Jupiter Notebook Tkinter OpenCV image

Algorithm and Process Design

Camera will continuously run in the background. A GUI window is used to capture images of objects to store at a specified location. It will then Create different classes for different objects. It will predict the object shown in the camera. image

Motivation

  • Recent advances in deep learning made tasks such as Image and speech recognition possible. The idea of Scanning and image recognition is very fascinating.
    I wanted to dive deeper into the idea like google lens.

image

image

Objectives

  • I have built a deep neural network that can recognize images with an high accuracy of while explaining the techniques used throughout the process.
  • Deep learning excels in recognizing objects in images as it’s implemented using 3 or more layers of artificial neural networks where each layer is responsible for extracting one or more feature of the image. image

conclusion

  • I was able to build an artificial convolutional neural network that can recognize images with a high accuracy
  • I did so by pre-processing the images to make the model more generic, split the dataset into a number of batches and finally build and train the model. image

future works

I wish to add Text to speech voice assistant for visually Impaired people.

  • I would like to add Search results in accordance with the image for better exposure to the product.

image

H2 Thank you

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages