This repo contains Gladia samples for several languages. Feel free to do a PR to add yours, we will add more languages in the future.
All languages aim to have 2 minimalist examples:
- Pre-recorded (You have an audio file that you'd like to transcribe)
- Live transcription (You'd like to have a live transcription of a file/audio stream)
All examples are using the audio/text/audio-transcription
endpoint, but you can change this to video/text/video-transcription
endpoint if you are using videos.
Keep in mind that parameters are video
and video_url
instead of audio
and audio_url
if you want to use video/text/video-transcription
endpoint.
You can still check the full documentation here
Python | TypeScript | JavaScript | Browser | |
---|---|---|---|---|
Pre-recorded | ✅ | ✅ | ✅ | ✅ |
Live | ✅ | ✅ | ✅ | ✅ |
README | Link | Link | Link | Link |
You can contact us directly here and you can also open an issue in this repository.
To retrieve data files, you need to run the following commands:
brew install git-lfs
git lfs install
git lfs pull