Skip to content

It is a supervised neural network project that can detect an image of a clothing material with high accuracy. It is a python program that uses various python libraries. Gray scale images are used in this project.

Notifications You must be signed in to change notification settings

Sandeep19531/Clothing_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is a Supervised learning neural networks project that detects the clothing material shown in the image format

MOTIVE : The key motive of this project was to learn about the working of neural networks

fashion_mnist_dataset_sample


LIBRARIES USED:
Tensorflow
Keras
Matplotlib.pyplot(in case there is a need to plot the predicted images)
Numpy


USE :
This project can be used for educational purposes.


REQUIREMENTS :
A conda/virtualenv or any equivalent environment having installed the above libraries.


Working :
1.In this project we are using tensorflow as a backend and importing keras fashion mnist dataset that consists of grayscale images.
2.We then divide the dataset into two sets(a training and testing set).
3.A model is trained using the training set containing training images and training labels.
4.After training model the model is tested with the test data and the accuracy is noted.
5.The model is then saved for future uses.
Adam


Observations and recommendations:
1.It is observed that by increasing epochs rate the accuracy of the model can be increased but it comes at a cost of increase in training time.
2.It is also recommended to add a validation set in the system to improve its performance.
fashion3

About

It is a supervised neural network project that can detect an image of a clothing material with high accuracy. It is a python program that uses various python libraries. Gray scale images are used in this project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages