2019-04-08 14:06:33 +02:00
|
|
|
# Project: Artificial intelligence
|
|
|
|
**Authors**
|
2019-05-04 18:46:28 +02:00
|
|
|
- [Maciej Sobkowiak](https://github.com/MaSobkowiak) - UI, pathfinding
|
2019-04-08 14:08:03 +02:00
|
|
|
- [Julian Kobryński](https://github.com/JKobrynski)
|
2019-05-04 18:46:28 +02:00
|
|
|
- [Norbert Litkowski](https://github.com/nlitkowski) - UI, image recognition
|
2019-04-07 15:27:52 +02:00
|
|
|
|
2019-04-08 14:06:33 +02:00
|
|
|
**Subject: intelligent garbage truck**
|
2019-04-07 16:00:47 +02:00
|
|
|
|
2019-04-08 14:06:33 +02:00
|
|
|
**Technologies used**
|
|
|
|
- [PyGame](https://www.pygame.org/)
|
2019-05-01 02:09:06 +02:00
|
|
|
- [NumPy](http://www.numpy.org/)
|
2019-05-04 18:46:28 +02:00
|
|
|
- [PyQt5](https://pypi.org/project/PyQt5/)
|
|
|
|
- [TensorFlow](https://www.tensorflow.org/)
|
2019-05-05 16:42:19 +02:00
|
|
|
- [Augmentor](https://augmentor.readthedocs.io)
|
2019-05-04 18:46:28 +02:00
|
|
|
|
|
|
|
**Credits**
|
2019-05-05 17:34:15 +02:00
|
|
|
- As a training and testing set of images I used images from [this](https://github.com/garythung/trashnet) project.
|
2019-05-05 18:00:51 +02:00
|
|
|
- For training we relied on Google Inception model - it's explained [here](https://github.com/tensorflow/models/tree/master/research/inception).
|
|
|
|
- I used some code from this [tutorial](https://github.com/MicrocontrollersAndMore/TensorFlow_Tut_2_Classification_Walk-through).
|