https://github.com/arbazkhan4712/speech-to-text
A program that can convert Speech into Text using python
https://github.com/arbazkhan4712/speech-to-text
pyaudio python pyttsx3 speech-recognition speech-to-text speechrecognition speechrecognition-python
Last synced: about 1 year ago
JSON representation
A program that can convert Speech into Text using python
- Host: GitHub
- URL: https://github.com/arbazkhan4712/speech-to-text
- Owner: Arbazkhan4712
- License: mit
- Created: 2020-04-19T17:30:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T18:12:02.000Z (about 6 years ago)
- Last Synced: 2025-03-24T21:22:12.142Z (about 1 year ago)
- Topics: pyaudio, python, pyttsx3, speech-recognition, speech-to-text, speechrecognition, speechrecognition-python
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speech-To-Text
A program that can convert Speech into Text using python
[](https://www.python.org/) [](https://www.python.org/downloads/release/python-360/) [](https://pypi.python.org/pypi/ansicolortags/)
[](https://GitHub.com/Naereen/StrapDown.js/network/) [](https://GitHub.com/Naereen/StrapDown.js/network/)
# Dependencies:
*pyttsx3*
```python
pip install pyttsx3
```
*pyaudio*
```python
pip install pyaudio
```
*SpeechRecognition*
```
pip install SpeechRecognition
```
# Run:
*The text Will be saved in output.txt file*
```
python speech-to-text.py
```
## License & Copyright
© [Arbaz Khan](https://arbazkhan4712.github.io/Contact.html)
Licensed under the [MIT License](LICENSE)