This repository contains experiments and projects related to Machine Learning (ML).
- Python version 3.12 or lower is required.
This repository is for educational and experimental purposes only. Use at your own risk.
- Clone the repository:
git clone https://github.com/yourusername/ML.git
- Navigate to the project directory:
cd ML
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
- Install the required dependencies:
pip install -r requirements.txt
- hand_gestures : just a simple hand gesture recognition module, that allows the user to grab and move the active window.
This project is licensed under the MIT License. See the LICENSE file for details.