This bot is built to control presentation slides or your machine's screens (open tabs) using hand gestures.
Download and run the executable application from the releases page
https://github.com/theSEClub/slides-bot/releases
to install and run the bot first you have to clone or download the repository.
git clone https://github.com/theSEClub/slides-bot
cd slides-bot
then we recommend initializing a virtual environment, but it's not necessary.
python -m venv /venv
then you need to activate the virtual environment, on Linux and MacOS:
source ./venv/bin/activate
on Windows:
./venv/Scripts/activate
make sure to choose the right version of pip, in the virtual environment it's usually pip3
pip install -r requirements.txt
for apple silicon CPUs (M1, M2, ...) you will face an issue with mediapipe
package, so you will need to remove it from the requirements file and install this package instead:
pip install mediapipe-silicon
simply run the main.py
file
python3 main.py
or
python main.py
- Yasser Baghdadi @YasserBaghdadi
- Albaraa Hasan @Null78
- Mohammed Bisher @Mohbisher