Using a Raspberry Pi 4B to recognize CSV files in a folder via a classification tree

I want to train a model that can recognize numbers in a CSV file, but I couldn’t clearly figure out what kind of training method I should use. When I type “edge-impulse-linux -runner”, it asks me to choose a sensor to detect data. I want to find ways to process a CSV file when I deploy this model on my RPi4.

project ID:378067

Hi @IOT025454

You can upload your CSV to our platform as training data:

edge-impulse-uploader your-data.csv

However I’d recommend looking at our custom sensor example in the python linux sdk examples here over any impulse runner logic to batch process that CSV file as a custom sensor for running the inference:

This will give you a base application to build your solution around.

Best

Eoin

1 Like

I can’t thank you enough! i’ll try to do it!

1 Like