Custom audio file #2
-
|
Hi, how to run inference on a custom audio file? |
Beta Was this translation helpful? Give feedback.
Answered by
mostafa-kermaninia
Dec 20, 2025
Replies: 1 comment
-
|
Hello! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mostafa-kermaninia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
To test it on your own file, you first need to extract the features (MFCCs) using the same parameters used in the training phase (check the feature extraction function in the code).
Once you have the features, simply load the saved model and use the .predict() method on your preprocessed data. Make sure your input shape matches the model's expected input.