An open API service indexing awesome lists of open source software.

https://github.com/adityajn105/google_speech_diarization_demo

A demo to show Speech Diarization (seperating audio of different speaker) and converting them to text using Google Cloud Speech API.
https://github.com/adityajn105/google_speech_diarization_demo

google-speech-recognition google-speech-to-text speech-diarization speech-recognition speech-to-text

Last synced: 2 months ago
JSON representation

A demo to show Speech Diarization (seperating audio of different speaker) and converting them to text using Google Cloud Speech API.

Awesome Lists containing this project

README

          

# Google Speech Diarization

## Prerequisites
You need Python 3.x.x for sure, and following libraries
1. ffmpeg
2. google-api-python-client
3. tqdm
4. httplib2
5. oauth2client
6. google-cloud-speech

## How?
1. [Create Service account](https://cloud.google.com/docs/authentication/getting-started) and get application credentials as JSON
2. Get a sample mp3
3. Replace dialog1.mp3 with your sample.mp3

## Author
* **Aditya Jain** - [Portfolio](https://adityajn105.github.io)

## License

This project is licensed under the GNU General Public License v3.0 - see the [LICENSE.md](https://github.com/adityajn105/google_speech_diarization_demo/blob/master/LICENSE) file for details