Git Product home page Git Product logo

myo_gesturearmband_experiments's Introduction

Myo_gestureArmBand_experiments

Custom gesture recognition with the Myo Armband by implementing scikit-learn machine learning models.

This project is using the Python bindings for Myo SDK provided by Niklas Rosenstein at https://github.com/NiklasRosenstein/myo-python. Give his repo a star.

Once the bindings are installed as instructed by Niklas, try and see if you could run one of his example python scripts (in the ./examples/ directory).

If Niklas's examples don't work, then you've done something wrong with the bindings themselves. You'll have to figure that out first.

If that's successful, then could try running the newRunScript.py script that I've written here.

If Niklas's examples work and mine don't, then you're still missing some python libraries like scikit-learn, numpy etc. Get those installed and try again (see stack-overflow for help). It 'should' work as long as all the libraries are in place.

I featurized the input data stream from the Myo based on the models provided in this research paper: http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7748960

Those models helped me transform the stream of data into something more meaningful for the classifiers.

I'm a noob when it comes to deep-learning, so just implemented random-forests and svm.

This project is licensed under the MIT License.

Use however you like it. It's provided as-is.

Copyright © 2018 Rajiv Mantena

myo_gesturearmband_experiments's People

Contributors

rmantena avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

myo_gesturearmband_experiments's Issues

What does this function mean?

Can you explain what is the mean of this function? Why to sum array[1] - array[0] ?

def wl(array):
    sum = 0
    for a in range(0,len(array)-1):
        sum =+ array[0+1] - array[0]
    return sum

hanging on asking first gesture

Hi Rajiv,

Great work on making this armband experiment. I tried your code but on asking first gesture, when i press Enter, it does not do anything for 5-10 minutes until i just exit it.

Is it supposed to take this much time ? Or what can the issue be ?

Program hangs up on asking for first gesture

Hi Rajiv,

Great work on making this armband experiment. I tried your code but on asking first gesture, when i press Enter, it does not do anything for 5-10 minutes until i just exit it.

Is it supposed to take this much time ? Or what can the issue be ?

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.