From fa0d4d470ed3c19a3a2a6e960309c2f0032e089b Mon Sep 17 00:00:00 2001 From: banderlog Date: Wed, 3 Jul 2019 13:51:24 +0300 Subject: [PATCH] add package --- .gitignore | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index a2892a6..47451b8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ __pycache__ .mypy_cache .ipynb_checkpoints *.swp +create_wheel +*.whl diff --git a/README.md b/README.md index 79ce681..db2e8a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Rating system using computer vision +## Installation + +`pip3 install rateme` + ## Introduction RateMe is a neural network that allows you to recognize gestures of thumb up and thumb down.