Coder Social home page Coder Social logo

angel5215 / pokemon-classifier Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kjaisingh/pokemon-classifier

0.0 0.0 0.0 354.83 MB

A Keras-constructed model implemented as an iOS Application that allows users to classify Pokemon detected through their camera feed as being one of five distinct Pokemon.

Python 62.15% Swift 37.85%

pokemon-classifier's Introduction

Pokemon Classifier

A Keras-constructed model implemented as a real-time iOS Application that allows users to classify Pokemon detected through their camera feed as being one of five distinct Pokemon. Utilizes Tensorflow & Keras to train a network, and implements the Convolutional Neural Network using CoreML.

Main File Descriptions and Workflow:

  • search_bing_api.py: This file utilizes the Bing API to download and store images of the five Pokemon that will be used in training. The search was repeated five times, with each Pokemon being passed as a query on five separate occasions. All the resultant images are stored in the 'dataset' directory.
  • train.py: This file utilizes the files in the dataset directory to construct a Keras model, utilizing the VGGNet, that can detect which Pokemon is in each image.
  • classify.py: This file is used to test that the model created in the previous file works well. The images used to test this model are stored in the 'examples' directory, and can be passed as parser arguments.
  • coremlconverter.py: This file converts the Keras model into a CoreML one for use on iOS applications.
  • Pokedex: This directory holds the Swift project that implements the model as a real-time iOS application.

Other File Descriptions:

  • plot.png: This image is a visualization of the training results for the Keras model.
  • pokedex.model: This stores the Keras-created classification model.
  • pokedex.mlmodel: This holds the classification model as a CoreML model.

Application Screenshots:

Bulbasaur Pikachu Mewtwo Charmander

pokemon-classifier's People

Contributors

kjaisingh 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.