IDS: Code to visualize the Arduino's accelerometer data by creating curves.
See Releases »
Research Paper
·
Test Results
·
See Global Usage
Table of Contents
This code will be used in order to visualize the Arduino's accelerometer data collected by the BLE reader.
- Install the latest version of pyenv (https://github.com/pyenv/pyenv-installer [ UNIX ], https://pyenv-win.github.io/pyenv-win/ [ WINDOWS ]) or update it with the following command:
pyenv update
- Install the latest version of pipenv (https://pipenv.pypa.io/) or update it with the following command:
pip install pipenv --upgrade
- Clone the project
git clone https://github.com/PIR-IDS/data-visualizer.git
- Install the dependencies by typing the following command while being in the project root:
pipenv install --dev
⚠️ If you are using pyenv-win (WINDOWS) : If you do not have the version of Python used in the project, it is possible that pipenv does not detect pyenv, preventing you from using it directly. To solve this problem, first install the desired versionpyenv install 3.10.0
and then instead of the above command use this one:pipenv --python %USERPROFILE%\.pyenv\pyenv-win\versions\3.10.0\python.exe install --dev
- The project is now ready to run.
The input files are located in the data
folder and the output files in the output
folder.
Please update the number of wallet files and negative files in the file curves.py
before executing the code.
To visualize the data, run the following instructions :
pipenv run run
TODO
Amélie Muller [ GitHub ] – Developer
Project Link : https://github.com/PIR-IDS/data-visualizer
Organization Link : https://github.com/PIR-IDS