Phone classification for custom dataset

I am trying to run a classification on a mobile phone for a custom model and getting an error. The data I am using is not from phone sensors. How do I enable so I can supply my own set to test the model on phone?

Hi @ookosoft,

Which sensors are you using to build your model?
The classification on mobile phone supports accelerometer, audio and image classification.

Aurelien

I collecting data from a farm using PH, NPK and weather data

In this case you will need to build the C++ library on your target device as you’re using custom sensors. You can check our documentation for different hardware and frameworks here: https://docs.edgeimpulse.com/docs/running-your-impulse-locally-1

Aurelien