Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youknow2509/real-time-speech-to-text
Speech To Text in Real-Time
https://github.com/youknow2509/real-time-speech-to-text
blackhole speech-recognition speech-to-text whisper whisper-api
Last synced: 23 days ago
JSON representation
Speech To Text in Real-Time
- Host: GitHub
- URL: https://github.com/youknow2509/real-time-speech-to-text
- Owner: Youknow2509
- License: mit
- Created: 2024-07-09T19:24:26.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-09T19:55:57.000Z (6 months ago)
- Last Synced: 2024-10-31T17:44:56.917Z (2 months ago)
- Topics: blackhole, speech-recognition, speech-to-text, whisper, whisper-api
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Contact:
- **Mail**: *[email protected]*
- **Github**: *https://github.com/Youknow2509*# Doc
- Project is Real Time Speed to text use **whisper**.
- Use:
- [Whisper](https://github.com/openai/whisper)
- [Speech Recognition](https://github.com/Uberi/speech_recognition)
# How to use it:
- Download environment:
``` shell
pip install -r requirements.txt
```- Display devices information use input speech:
``` shell
python utils/displayDevices.py
```- Speech to text computer's audio:
**[Note]**: Use `DEVICE_INDEX` input speech device index``` shell
python main.py
```# How to run in MacOS:
- Use [`Black Hole`](https://github.com/ExistentialAudio/BlackHole) create driver:
- How to install:
``` shell
# install home brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install black hole plugin
brew install blackhole-2ch
```- Read [*doc*](https://github.com/ExistentialAudio/BlackHole) it and create mutil output device.
- Find **index** of plugin and change to file main and run it.