Giter Site home page Giter Site logo

gesturetify's Introduction

AnIOT project

This project develops a gesture recognition system that uses machine learning and sensor technology to control music playback through simple hand movements. Utilizing a Support Vector Machine (SVM) algorithm, the system identifies two types of gestures: horizontal (left-right) for navigating tracks and vertical (top-bottom) for adjusting volume. These gestures are detected using MetaWears smartwatch sensors, known for their accuracy and real-time data processing. MongoDB is employed to efficiently store and manage gesture data, ensuring quick response times and scalability for future expansions. This innovative approach offers a hands-free way to interact with music players, enhancing user experience through intuitive controls.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin,

  1. ensure you have Miniconda3 installed, to manage the packages and environments Miniconda Installation Guide
  2. ensure you have installed MongoDB Compass, which is used for managing and querying the MongoDB database download page
  3. downloaded the .zip named resourcesS with all necessary materials
  4. create a vENV with conda to place the files in the next section as per the instructions on the guide mentioned

Adding files inside the env

After creating the venv, you will need to add the following files from the resourcesS.zip inside it's directory:

  1. The folder named data, containing the class_A and class_B subfolders with the samples.
  2. The two .py files utilsF and utils_visualF, mind the "F" added to bypass errors with duplicate default python files.
  3. The two jupyter notebook files, for the creation of the dataset in mongoDB and the general functionality programmed.
  4. The requierements.txt, containing all the dependencies to be used
  5. The config.yaml, with the settings for the db connection

Running the code

  1. Firstly install the dependencies with "pip install -r requirements.txt".
  2. Start Jupyter Notebook or JupyterLab using Miniconda by running these commands: cd C:\Users\user\miniconda3\envs\myenv conda env list conda activate myenv jupyter notebook
  3. In the browser you should find the port opened with the directory
  4. Open firstly the aiot_dataset_creation notebook
  5. Run all cells one by one, seeing the outputs to make sure everything goes to plan
  6. Open secondly the aiot_projectR notebook
  7. Run all cells one by one, seeing the outputs to make sure everything goes to plan.
  8. You will be presented with the results of our model.

Acknowledgments

IoT-Course-AIoT-project: This project was based on concepts and instructions from IoT-Course-AIoT-project. Thanks to the original authors for their work.

Contact

Feel free to reach out for any queries at the following Email: [email protected] (Preferred method for urgent inquiries)

gesturetify's People

Contributors

nickmavrias avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.