+ 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
2 Respostas
+ 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/
+ 2
There is probably a library for speech recognition you can download
https://pypi.org/project/SpeechRecognition/