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

https://github.com/mikehquan19/animals_classifier

The model that can classify animals
https://github.com/mikehquan19/animals_classifier

computer-vision deep-learning fastapi image-classification pytorch

Last synced: 2 months ago
JSON representation

The model that can classify animals

Awesome Lists containing this project

README

          

# Animals Classifier
This is a set of classification models (VGG, Resnet) trained on [Animals-10](https://www.kaggle.com/datasets/alessiocorrado99/animals10) - a dataset of ~28k images of animals of 10 different categories.

It's still in progress as I'm still currently training the models. Weights for Resnet-101 and VGG-16 will be out soon.

Resnet-50 achieves the 80.7% val acc

This project primarily uses Pytorch and FastAPI.

VGG Architecture can be found and explored [here](https://arxiv.org/pdf/1409.1556)
Resnet Architecture can be found and explored [here](https://arxiv.org/pdf/1512.03385)