Go to file
Maciej Sobkowiak d3f80c537e print len fix 2019-06-10 09:04:10 +02:00
Images/TestImages Add script for classifying images, update gitignore. 2019-05-06 02:58:26 +02:00
Logic add prolog file 2019-06-10 02:01:22 +01:00
Model Update graph, labels and image classification script 2019-06-09 22:23:39 +02:00
UI print len fix 2019-06-10 09:04:10 +02:00
.gitignore Update gitignore 2019-06-10 00:37:01 +02:00
main.py add days of week 2019-06-09 15:32:10 +02:00
readme.md Update readme.md 2019-06-09 23:19:33 +02:00

readme.md

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.