Data visualization and processing for my bionics research lab work
- You need to have
pipenv
andpython3
in order to easily install the dependencies. Pipenv Link - Clone repository with
git clone https://github.com/ryanmyang/bionics-research-data-vis.git
cd
into this folderbionics-research-data-vis
- Run
pipenv shell
to create a virtual environment for the project - Run
pipenv install
to 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.