Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gokulnpc/fashion-mnist-image-classification

The web app uses a Convolutional Neural Network (CNN) model trained on the Fashion MNIST dataset to classify images of clothing.
https://github.com/gokulnpc/fashion-mnist-image-classification

convolutional-neural-networks deep-learning image-classification neural-network streamlit

Last synced: 9 days ago
JSON representation

The web app uses a Convolutional Neural Network (CNN) model trained on the Fashion MNIST dataset to classify images of clothing.

Awesome Lists containing this project

README

        

# Fashion MNIST Image Classification using CNN

This web app is created using Streamlit, a Python library used for creating web apps.
The web app uses a Convolutional Neural Network (CNN) model trained on the Fashion MNIST dataset to classify images of clothing.
The model is trained to classify images into 10 different classes of clothing:
1. T-shirt/top
2. Trouser
3. Pullover
4. Dress
5. Coat
6. Sandal
7. Shirt
8. Sneaker
9. Bag
10. Ankle boot

![alt text](image.png)

![alt text](image-1.png)

![alt text](image-2.png)

![alt text](image-3.png)