Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 455 Bytes

File metadata and controls

7 lines (5 loc) · 455 Bytes

real-time-speech-to-text-recognition-using-python

#This is a system where speech is taken as input and it is converted into script on real-time. Later the input data is going to be taken in for sentiment analysis. #The libraries that are needed to be installed are sounddevice and module of vosk was downloaded for ruuning the system of converting speech to text. #later for sentiment analysis NLTK was installed.

#The code is giving proper output.