Metadata-Version: 2.1
Name: power_vision_AI_of_the_tiger
Version: 0.0.2
Summary: A package to detect falls
Author: Alexandre Appolaire, Aline Cisse, Thibault Flaven
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: mediapipe
Requires-Dist: opencv-python
Requires-Dist: pillow
Requires-Dist: requests
Requires-Dist: scikit-learn
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# power_vision_AI_of_the_tiger
Better-Faster-Stronger.ai souhaite développer des systèmes de vision par ordinateurs pour proposer à ses adhérents un suivi personnalisé à domicile.

## Installation 

* Creation of the virtual environment : ``python3.11 -m venv [path_virtual_env]``
    * Example : ``python3.11 -m venv ~/Documents/virtualenvs/AItiger``
* Activation of the virtual environment : ``source [path_virtual_env]/bin/activate``
    * Example : ``source ~/Documents/virtualenvs/AItiger/bin/activate``
* Installation of the requirements : ``pip install -r requirements.txt``
* (Optional) Installation of the jupyter kernel : 
    * ``pip install ipykernel``
    * ``ipython kernel install --user --name=AItiger``
