Missing classify.py file

I followed these steps for the first time when i wanted to use a python program that uses the edge impulse python library and back then it gave me a classify.py and a modelfile.eim to run through the terminal. Now, i re-trained my model and downloaded a new modelfile but there is no classify.py with it.

sudo apt-get install libatlas-base-dev libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev libopenjp2-7 libgtk-3-0 libswscale-dev libavformat58 libavcodec58

pip3 install edge_impulse_linux -i

cd linux-sdk-python/examples/audio
edge-impulse-linux-runner --download modelfile.eim

python classify.py modelfile.eim

Hello @ASM56,

The classify.py comes as an example with the Linux Python SDK. You can download it from here: GitHub - edgeimpulse/linux-sdk-python: Use Edge Impulse for Linux models from Python

Best,

Louis