Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 455 Bytes

File metadata and controls

17 lines (7 loc) · 455 Bytes

Speech-Recognition-with-Python

The program which converts audio in to text ,written in python

The speak.py file contains full source code to convert audio into text .🙂

NOTE: You will need to install the SpeechRecognition and PyAudio packages in order to run this program.

To install the packages visit my blog : https://munnaonline.home.blog/2019/02/28/speech-recognition-with-python/

Happy Coding <>