Skip to content

sarmadshams/Computer-Vision-and-Neural-Machine-Interface-for-Upper-Limb-Prostheses

 
 

Repository files navigation

This Project is Created on Windows Using MYO ArmBand with MYO-Python

Installation and usage of MYO-Python

  1. First you need to install myo-python library with the command PIP

  2. Second you need to put myo-sdk into Environment Variables like this

  3. You need to run ArmBand Manager and choose to connect the myo

  4. Then open any of the examples codes , it should run then

  5. Thanks The Myo-Python module only works on Windows,

Installation TensorFlow on Windows

Unfortunately until Now TensorFlow supports Python 3.5.x or 3.6.x 64-bit only on Windows Till now I strongly recommend just to download Winpython from here or here Package if you don't have python 3

Installing it with native pip

To install TensorFlow, start a terminal. Then issue the appropriate pip3 install command in that terminal. To install the CPU-only version of TensorFlow, enter the following command:

$ pip3 install --upgrade tensorflow

To install the GPU version of TensorFlow, enter the following command:

$ pip3 install --upgrade tensorflow-gpu

Installation PyQt4 on Windows

  1. if You already have PyQt5 just Run :
$ pip uninstall PyQt5
  1. download the package from this website according to your python Version (python 2 or 3 )
  2. cd to directory of the downloaded package
$ pip install packageName.whl

Video

Here

Screenshots

EMG Plot Graph1: GitHub Logo

EMG Plot Graph2:

EMG Training: alt text

EMG Testing: alt text

Offline Computer Vision & Online EMG system Test: alt text

Online Computer Vision & Online EMG system Test: alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%