Go to file
2019-06-09 12:13:31 +02:00
Images/TestImages Add script for classifying images, update gitignore. 2019-05-06 02:58:26 +02:00
Logic add house class 2019-06-09 12:13:31 +02:00
UI add house class 2019-06-09 12:13:31 +02:00
.gitignore Remove unused data 2019-05-06 03:23:35 +01:00
main.py add house class 2019-06-09 12:13:31 +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.