Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 454 Bytes

Speech-Recognition: .Wav File to Text

Speech Recognition: .Wav File to Text

Two considerations:
(1) Speech recognition does not work on low volume
(2) It is not sophisticated enough to distinguish users (you would have to use an Artificial Neural Network for that)

In your IDE:
(1) Open your terminal and type: install speechrecognition
(2) Open your preferences and install SpeechRecognition as an interpreter