This is my diploma project - convolution neural network for classification of airborne objects.
- train.py - main file for training model
- config.py - just configuration file
- model.py - architecture of NN is here
- test.py - contains function test_model to evaluate your model with test images
- requirements.txt - all libs which you need to work with this project
-
Choose directory on your pc and clone repository there:
git clone https://github.com/Plinx28/MyNeuralNetwork.git
; - Load your data to directory data/ (check file config.py to structure classes to train/valid/test samples);
- Enter all parameters of images in the config.py;
- Change something inside the train.py (if you want);
- Just run train.py
- Test your model with test.py