Skip to content
forked from zekeh/Pokedex

An app that identifies the Kanto Starter Pokemon in images. My final project for Computer Vision and Machine Learning courses. A two person team, zekeh and kenjishiguma. We used pair programming for most of the project, focusing on different parts. I mainly focused on the Python Backend code with the SVM Algorithms.

Notifications You must be signed in to change notification settings

KenjiShiguma/Pokedex

 
 

Repository files navigation

To Train Model / Pokedex

  1. Run python pokedex_train.py

To Classify Pokemon / Use Pokedex

  1. Run python pokedex_classify_image.py
  2. Enter a valid image via the terminal
  3. The Pokedex will use the trained ML to determine the Pokemon, or say Ditto if results are inconclusive.

To Start Over From Scratch

  1. Unzip the Originals folder
  2. Replace your SVM, PCA, and HOG folders with the ones from Originals

About

An app that identifies the Kanto Starter Pokemon in images. My final project for Computer Vision and Machine Learning courses. A two person team, zekeh and kenjishiguma. We used pair programming for most of the project, focusing on different parts. I mainly focused on the Python Backend code with the SVM Algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%