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

https://github.com/vikram0230/natural-image-classification

This Tensorflow model classifies 8 categories of images. InceptionResNetV2 is the source network chosen to build the model and the ImageNet dataset is the source domain it has been pre-trained. The model performs classification with an accuracy of 99%.
https://github.com/vikram0230/natural-image-classification

accuracy classification imagenet-dataset kaggle

Last synced: about 1 month ago
JSON representation

This Tensorflow model classifies 8 categories of images. InceptionResNetV2 is the source network chosen to build the model and the ImageNet dataset is the source domain it has been pre-trained. The model performs classification with an accuracy of 99%.

Awesome Lists containing this project

README

          

# Natural-Image-Classification

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1LRLi3PZKX5ndeQRkEDw3eATShs2FfUAv?usp=sharing)

Kaggle Notebook

### This Tensorflow model classifies 8 categories of images
- Airplane
- Car
- Cat
- Dog
- Flower
- Fruit
- Motorbike
- Person

### Transfer Learning
[InceptionResNetV2](https://keras.io/api/applications/inceptionresnetv2/) is the source network chosen to build the model and the ImageNet dataset is the source domain it has been pre-trained. The model performs classification with an accuracy of 99%.

Data Source: [Kaggle](https://www.kaggle.com/prasunroy/natural-images)