#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.