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

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

Awesome Lists containing this project

README

          

# Speech-To-Text
A program that can convert Speech into Text using python

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)

[![GitHub forks](https://img.shields.io/github/forks/arbazkhan4712/Speech-To-Text?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/) [![GitHub star](https://img.shields.io/github/stars/arbazkhan4712/Speech-To-Text?style=social)](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)