Skip to content

GuillermoPM/ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning (ML) Project

This repository contains experiments and projects related to Machine Learning (ML).

Prerequisites

  • Python version 3.12 or lower is required.

Disclaimer

This repository is for educational and experimental purposes only. Use at your own risk.

Getting Started

  1. Clone the repository:
    git clone https://github.com/yourusername/ML.git
  2. Navigate to the project directory:
    cd ML
  3. Create a virtual environment:
    python -m venv venv
  4. Activate the virtual environment:
    • On Windows:
      venv\Scripts\activate
    • On macOS and Linux:
      source venv/bin/activate
  5. Install the required dependencies:
    pip install -r requirements.txt

Modules

  • hand_gestures : just a simple hand gesture recognition module, that allows the user to grab and move the active window.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages