From 8897568fa947914d336022fd03d91c1cc79f106b Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 14 Jun 2020 23:26:50 +0200 Subject: [PATCH] added readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e240ef --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +## Table of contents +* [General info](#general-info) +* [Technologies](#technologies) +* [Setup](#setup) + +## 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. + +## Technologies## Table of contents +* [General info](#general-info) +* [Technologies](#technologies) +* [Setup](#setup) + +## 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 +``` +