Data visualization and processing for my bionics research lab work
- You need to have
pipenvandpython3in order to easily install the dependencies. Pipenv Link - Clone repository with
git clone https://github.com/ryanmyang/bionics-research-data-vis.git cdinto this folderbionics-research-data-vis- Run
pipenv shellto create a virtual environment for the project - Run
pipenv installto automatically install the packages
Run motor_learning.py with python3 motor_learning.py or python motor_learning.py depending on how you have python installed.
To change the file, scroll to the bottom and swap out the file name in the main function.
W.I.P, data_vis.py is working though for now.