A RNN Classification of various leg movements using different lower limb muscle sEMG data.
Link to Dataset: http://archive.ics.uci.edu/ml/datasets/emg+dataset+in+lower+limb
First, clone the repository.
git clone https://github.com/hkair/sEMG_Classification.git
cd .. into repository
A step by step series of examples that tell you how to get a development env running
- Activate the environment
source env/bin/activate
- Install dependencies.
pip install requirements.txt
- Run model_train.py, or LSTM_keras.ipynb
python model_train.py
jupyter notebook