bhachauk / naruto_eyes_classification

Naruto Characters :smirk_cat: Ocular Power :eyeglasses: Classification :heart: using deep learning :dizzy: machine learning

Home Page:https://bhachauk.github.io/naruto_eyes_classification

Repository from Github https://github.combhachauk/naruto_eyes_classificationRepository from Github https://github.combhachauk/naruto_eyes_classification

Naruto Eyes Classifier using Neural Networks


Getting Started :


Classification on Naruto character eye images with various CNN for analysing the Neural Network accuracy.

Classes :

  • Sharingan
  • Byakugan
  • Others (Sage)

How to Train model with custom data?


  1. Prepare Images in directory structure
- train
    |_sharingan
    |_byakugan
    |_Others

  1. Train Command:
python train.py -d data/train/
  1. Test :
python test.py -m modules/LENET_naruto_eye.h5 -i data/test/sage_draw.jpeg

Neural Networks :


I have used the basic neural networks for testing purpose and will add more.

LeNet :


Structure:

Training result:

Thanks for the References :


About

Naruto Characters :smirk_cat: Ocular Power :eyeglasses: Classification :heart: using deep learning :dizzy: machine learning

https://bhachauk.github.io/naruto_eyes_classification


Languages

Language:Python 61.1%Language:JavaScript 16.7%Language:HTML 14.2%Language:CSS 8.1%