A Neural Network that predicts user fashion garments based on a trained neural network trained on MNIST-like Fashion images
- Reading files from directory
- Converting the images into vectors
- Displaying the images
- Subsetting the data
- Assigning the kind of data to labels
Final model is a 1 hidden layer Neural Network, Used Hyperopt to fine-tune hyperparameters. Final model achieved 90.72% Accuracy.
- Upload dataset in same directory as system.
- Run python3/python classifier.py
This is the whole program that takes trains data on Fashion MINST data and predicts using Jpegs. The System saves the model to the users computer but deletes it after the run is over
