File size: 579 Bytes
abb95e0
 
bd9aaa1
abb95e0
 
 
8fd466a
abb95e0
 
 
 
69c5c07
c50171f
d932f75
c50171f
d932f75
4ea58e0
8fd466a
d932f75
6e93e68
8fd466a
d932f75
6e93e68
 
 
8fd466a
d2991d1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Ivrit Whisper Transcription API
emoji: 📝
colorFrom: blue
colorTo: purple
sdk: docker
python_version: "3.10"
app_file: app.py
pinned: false
---

# Ivrit Whisper Transcription API

This Flask API transcribes audio files provided via URLs using OpenAI's Whisper model.

## Endpoint

**URL**:  
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe


### Example usage

```bash
curl -X POST -H "Content-Type: application/json" \
-d '{"audio_url":"https://example.com/your_audio.wav"}' \
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe