diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c7a96e --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# CNN for Human Activity Recognition in Tensorflow + +[Python notebook] () for blog post [Implementing a CNN for Human Activity Recognition in Tensorflow] (). + +### Tools Required + +Python 2.7 is used during development and following libraries are required to run the code provided in the notebook: +* Tensorflow +* Numpy +* Matplotlib +* Pandas + +### Dataset + +The WISDM Actitracker dataset used for model training, can be downloaded from the following [[link]](http://www.cis.fordham.edu/wisdm/dataset.php) + +