This repository contains scripts and tools to help creating data logs to be used with NanoEdge™ AI Studio.
To format data logs, please use the script neai_format.py
.
What the script can do:
- Build buffer of data
- Downsample data
- Change value and decimal delimiters
- Remove headers
Usage:
- Configure parameters inside
neai_format.py
script. - Run
python3 neai_format.py -i <input_file.csv> -o <output_file.csv>
Note: neai_format.py
runs with Python 3 and uses only standard libraries.
See documentation for more information on how input files should be formatted.