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.