We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79532d4 commit c70e13cCopy full SHA for c70e13c
README.md
@@ -0,0 +1,10 @@
1
+The dependencies for the inference file can be installed as follows:
2
+```
3
+pip install -r requirements.txt
4
5
+The inference file contains useful helper functions to preprocess the audio file for proper inference.
6
+To run the inference file, please run the following command:
7
8
+python inference.py --audio_file <your audio file path> --model_path <path to Huggingface model>
9
10
+
0 commit comments