Skip to content

This is the summer 2017 internship project in Computer Vision done by Aurobindo Debnath in MAIVRIK Labs (UIET, Panjab University)

Notifications You must be signed in to change notification settings

aurobindodebnath/Logo-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Classifier

Summer 2017 project: Logo Classifier

NOTE - THE PROJECT IN NO LONGER MAINTAINED. IT WAS NOT UPDATED SINCE 2017. IT MAY CONTAIN SECURITY VULNERABILITIES!

What it does?

The project has a custom build image classifier (built in Keras) that classifies five kind of logos of food outlets: BurgerKing, KFC, PizzaHut, Dominos and Starbucks. The user uploads the logo of one of these food outlets. The underlying Convolution Neural Network predicts the food outlet through the logo and then redirects the user to a specified urls where the coupons of that food outlet are available.

How to use

Note: Project runs in Python3. All the setup steps below must be done with Python3 only.

  • Install a python3 virtual environment and activate it. [optional]
  • Download the dependencies

    pip install -r requirements.txt

  • Download the weights model.h5 from here
  • Place the weights in the root directory of the project
  • Run the server

    python manage.py runserver

  • Go to browser and open : http://localhost:8000/
  • Upload the logo of one of the above mentioned five food outlets.

Additional Information

View the complete project report in PDF format from here

About

This is the summer 2017 internship project in Computer Vision done by Aurobindo Debnath in MAIVRIK Labs (UIET, Panjab University)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published