Skip to content

PIR-IDS/data-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIR – Data visualizer


Logo

IDS: Code to visualize the Arduino's accelerometer data by creating curves.
See Releases »

Research Paper · Test Results · See Global Usage

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Tree Structure
  5. Credits
  6. Contact

About The Project

This code will be used in order to visualize the Arduino's accelerometer data collected by the BLE reader.

Built With

Getting Started

Prerequisites

Installation

  1. Clone the project
    git clone https://github.com/PIR-IDS/data-visualizer.git
  2. 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 version pyenv 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

  1. The project is now ready to run.

Usage

The input files are located in the data folder and the output files in the output folder.

Execution

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

Tree Structure

TODO

Credits

Amélie Muller [ GitHub ] – Developer

Contact

Project Link : https://github.com/PIR-IDS/data-visualizer

Organization Link : https://github.com/PIR-IDS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages