-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.sh
More file actions
15 lines (15 loc) · 855 Bytes
/
post.sh
File metadata and controls
15 lines (15 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#curl -X POST http://127.0.0.1:8080/predictions/nemo_asr \
# -H "Content-Type: text/plain" \
# -d "/research/nfs_fosler_1/vishal/audio/slurp/slurp_real/audio-1488984199.flac"
#curl -X POST http://127.0.0.1:8080/predictions/whisperx_asr \
# -H "Content-Type: text/plain" \
# -d "/home/sunder.9/icicle/server/serve/output.wav"
#curl -X POST http://127.0.0.1:8080/predictions/whisperx_asr \
# -H "Content-Type: text/plain" \
# -d "/tmp/tmpub4t9nj0.mp4"
curl -X POST http://127.0.0.1:8080/predictions/my_asr \
-H "Content-Type: text/plain" \
-d "/research/nfs_fosler_1/vishal/audio/tedlium2/test/wav/JamesCameron_2010_1.wav"
#curl -X POST http://127.0.0.1:8080/predictions/fasterWhisper_asr \
# -H "Content-Type: text/plain" \
# -d "/research/nfs_fosler_1/vishal/audio/slurp/slurp_real/audio-1490109103-headset.flac"