From b19b43d665cce40bbe0bc30c328bc5c367b6b3d6 Mon Sep 17 00:00:00 2001 From: hobe <58126733+hkair@users.noreply.github.com> Date: Tue, 15 Sep 2020 02:45:05 -0400 Subject: [PATCH] Update README.md --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/README.md b/README.md index 2ff8e62..2307580 100644 --- a/README.md +++ b/README.md @@ -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 +```