Go to file
2019-05-06 02:58:26 +02:00
Images/TestImages Add script for classifying images, update gitignore. 2019-05-06 02:58:26 +02:00
Logic Add script for classifying images, update gitignore. 2019-05-06 02:58:26 +02:00
Model/variables Add script for classifying images, update gitignore. 2019-05-06 02:58:26 +02:00
UI Add settings window and Qt imports 2019-05-01 02:21:02 +02:00
.gitignore Add script for classifying images, update gitignore. 2019-05-06 02:58:26 +02:00
main.py Added images, update readme. 2019-05-04 18:46:28 +02:00
readme.md Added TensorFlow retrain.py script 2019-05-05 18:00:51 +02:00

Project: Artificial intelligence

Authors

Subject: intelligent garbage truck

Technologies used

Credits

  • As a training and testing set of images I used images from this project.
  • For training we relied on Google Inception model - it's explained here.
  • I used some code from this tutorial.