Skip to content

Commit c70e13c

Browse files
authored
Create README.md
1 parent 79532d4 commit c70e13c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)