/PythonSpeechRecognition

Testing out the SpeechRecognition library for python.

Primary LanguagePythonMIT LicenseMIT

PythonSpeechRecognition

Testing out the SpeechRecognition library for python.(This is mostly for test purposes, there aren't any particular goals with this project. Thus, any development on this project will be experimental and sporadic.) ##Setup ###Speech Recognition Speech recognition is done through a python library, found here: SpeechRecognition. Make sure to install. ###Geocoders In order to take in geographical information, you need the Geocoders python library, found here: Geocoders. ###Forecast In order to find forecast information, you need the forecast.io python library, found here: Forecast.io Make sure to register for an api key, which you can do for free here. ##How to Run Simply run the python main.py file and follow the requests for speech input. Keep in mind that audio issues like a lack of speech clarity or surrounding noise will affect the accuracy of the speech recognition.