An open API service indexing awesome lists of open source software.

https://github.com/kpriyanshu256/animevscartoon

Classification of anime and cartoon.
https://github.com/kpriyanshu256/animevscartoon

anime cartoon cnn keras tflearn transfer-learning vgg19

Last synced: 3 months ago
JSON representation

Classification of anime and cartoon.

Awesome Lists containing this project

README

          

# AnimeVsCartoon

The main objective is to train an artificial neural network to classify anime and cartoons

## Dataset
The dataset is self-mined using Google Chrome's Fatkun Batch Image Downloader Extension.
The dataset contains around 6000 images with almost equal number of images of anime and cartoons

Link to dataset
https://drive.google.com/file/d/1qhcyBgIVjgTap1q3Xiw3RH-zSfPV0Kmv/view?usp=sharing

## Model 1
The model used is a convolutional neural network.

## Model 2
This model uses the initial pre-trained layers of VGG-19.

Weights of the above model
https://drive.google.com/file/d/1Ql6QXMdC0sj2AD2bs6F7Vq37jrREU3kg/view?usp=sharing

## Results
# Model 1
Has a 96.07% training accuracy and a 86.67% test accuracy.
# Model 2
Has a 99% training accuracy and a 90% test accuracy.

## Future Scope
Facial features differ a lot in anime and cartoon. This fact can be exploited to build more efficient models.