Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hkair authored Sep 15, 2020
1 parent 6ae86df commit b19b43d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,41 @@ A RNN Classification of various leg movements using different lower limb muscle

Link to Dataset:
http://archive.ics.uci.edu/ml/datasets/emg+dataset+in+lower+limb


## Getting Started

First, clone the repository.

```
git clone https://github.com/hkair/sEMG_Classification.git
```

### Prerequisites

```
cd .. into repository
```

### Installing

A step by step series of examples that tell you how to get a development env running

1. Activate the environment
```
source env/bin/activate
```

2. Install dependencies.
```
pip install requirements.txt
```

3. Run model_train.py, or LSTM_keras.ipynb
```
python model_train.py
```

```
jupyter notebook
```

0 comments on commit b19b43d

Please sign in to comment.