Metadata-Version: 2.1
Name: power_vision_AI_of_the_tiger
Version: 0.0.17
Summary: A package to detect falls.
Project-URL: GitHub, https://github.com/aappolaire/power_vision_AI_of_the_tiger
Project-URL: Bug Tracker, https://github.com/aappolaire/power_vision_AI_of_the_tiger/issues
Author: Alexandre A., Aline C., Thibault F.
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: moviepy
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: requests
Requires-Dist: scikit-learn
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# Power Vision AI of the Tiger

[![License](https://img.shields.io/badge/license-GNU%20GPLv2-blue.svg)](LICENSE)

## Overview

Package created for a school project in computer vision, dedicated to detect falls in a video. The accuracy of fall detection was evaluated to be around 95%. 

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Training on Images](#training-on-images)
- [License](#license)

## Installation

Provide instructions on how to install your package. Include any dependencies that need to be installed and any special setup steps.

```bash
pip install power-vision-AI-of-the-tiger
```
## Usage

You can run the video classifier on the video of your choice.

```bash
power_vision_AI_of_the_tiger_classify -i [path_to_input_video] -o [path_to_output_video] 
```

## Training on images

You can train a model on new images by using : ``power_vision_AI_of_the_tiger_train``.
For more information, use the flag ``--help`` of the script : 

```bash
power_vision_AI_of_the_tiger_train --help
```

You can also evaluate the quality of the model using : ``power_vision_AI_of_the_tiger_evaluate``.
For more information, use the flag ``--help`` of the script : 

```bash
power_vision_AI_of_the_tiger_evaluate --help
```

## License

This project is licensed under the [GNU General Public License v2.0](LICENSE). See the [LICENSE](LICENSE) file for details.
