Go to file
= 21021ea59a working version that was presented 2020-06-15 17:43:52 +02:00
.idea Food clasification network 2020-06-11 14:54:53 +03:00
kelner working version that was presented 2020-06-15 17:43:52 +02:00
raports Fix raports 2020-06-11 14:58:21 +03:00
.gitignore removed venv from repo, sleep after collecting orders 2020-05-17 19:34:15 +02:00
README.md added readme v2 2020-06-14 23:27:46 +02:00
requirements.txt added requirements 2020-06-14 20:01:14 +00:00

README.md

Table of contents

General info

This is AI project of autonomic waiter that recognizes images of placed ordes with CNN algorithm. Orders are generated using the decision tree algoritm while tables by generic algorithm.

Table of contents

Technologies

Project is created with:

  • Python 64-bit: 3.6
  • Tensorflow: 2.0.0

Setup

The requirements.txt file should list all Python libraries that your notebooks depend on, and they will be installed using:

pip install -r requirements.txt