Skip to content
Snippets Groups Projects
Commit 36907541 authored by Ole Gabor Husebø's avatar Ole Gabor Husebø
Browse files

Update Readme.md

parent df7ae7d1
No related branches found
No related tags found
No related merge requests found
## Image Classifier, Neural Network
This is a neural network that classifies images of 10 different things:
'Plane', 'Car', 'Bird', 'Cat', 'Deer', 'Dog', 'Frog', 'Horse', 'Ship', 'Truck'
To use the program, download the image_classifier_model_builder file. Be sure to have the following libraries installed:
- numpy
- matplotlib
- tensorflow
- opencv-python
Run the modelbuilder. You can adjust the amount of data you would like to train your model with by adjusting line 20-23.
When the model is finished you can download image_classifier file and use this to test your model on any picture you want. Just be sure to edit it to a 32x32 pixel format.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment