how to take voice input and convert in text file from python | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

how to take voice input and convert in text file from python

I want to take voice input from a user and convert it into text and then process it It's kinda like chat bot

5th Jan 2019, 12:37 PM
ateefa sharmeen
ateefa sharmeen - avatar
2 ответов
+ 4
I'm always with pypi. It's like best for speech recognition in python. It is available online and offline both. It works with most of the platforms. Reference: https://realpython.com/python-speech-recognition/
5th Jan 2019, 1:30 PM
Raj Chhatrala
Raj Chhatrala - avatar
+ 2
There is probably a library for speech recognition you can download https://pypi.org/project/SpeechRecognition/
5th Jan 2019, 12:47 PM
CodeMStr
CodeMStr - avatar