Skip to content

I am studying on how to perform "object position detection" so that I can do another project.At Momentom, my goal is to be able to detect people walking through any image or video input (MP4, streaming, etc.).

Notifications You must be signed in to change notification settings

andersonbosa/finger-counter-py

Repository files navigation

finger-counter-py

I am studying on how to perform "object position detection" so that I can do another project.At Momentom, my goal is to be able to detect people walking through any image or video input (MP4, streaming, etc.).

Demo

Getting started

# download repository
git clone https://github.com/andersonbosa/finger-counter-py.git

# change directory
cd finger-counter-py

# create virtual environment
python -m venv .venv
source .venv/bin/activate

# install dependencies
pip install -r requeriments.txt

# run project
python main.py

About

I am studying on how to perform "object position detection" so that I can do another project.At Momentom, my goal is to be able to detect people walking through any image or video input (MP4, streaming, etc.).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages