Giter Club home page Giter Club logo

project-adityashetty24's Introduction

Identical Meme Classification: A Neural network approach


The project aims to test the existing neural network algorithm for image classification of Meme images such as muffin and chihuaha dogs which are very similar to each other.

Setting up python notebook

-> Open your Google Drive

-> Upload the .ipynb file > Open with > Google Colaboratory

GPU Setting

Edit > Notebook settings or Runtime>Change runtime type and select GPU as Hardware accelerator

Install Libraries :

Google Colab is built for running Machine Learning projects hence has most of the libraries installed, but for assurance we can copy paste the entire list of libraries below and install them at a go.

!pip install or !apt-get install

#Must install before running
!pip install colorama

#These libraries do exist in colab, but you can reinstall them if required
!pip3 install tensorflow==1.8
!pip3 install keras
!pip3 install torch torchvision
!apt-get install python-numpy python-scipy
!pip install os
!pip install math
!pip install shutil

After the setup is ready, run all the code chunks together

GUI : Predicting the Image

At the very end of the notebook, GUI will automatically run for testing, here you can upload a meme image from your local server/desktop and check the accuracy. You can download the dataset from the repository.

You can run this block as many times you want to test the images. The prediction/result will be displayed below the image with the calculated probability.

The entire notebook will take 12-15 minutes to run all blocks in GPU environment.

Authors

project-adityashetty24's People

Contributors

adityashetty24 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.