code/ : contains all the code part
data/ : data part
data/csv_files: contains 3 files for concatenated vulink, at500 and at200 sensors
using version control:
git:
before push or pulling,
we use nb-clean to clean the output of the ipynb file, so the pushed ipynb file doesnot contain the output,
Python Version: 3.12.2
run:
git clone <repo url>
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt