Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 374 Bytes

Speech-Recognition

FOR WINDOWS

  1. (run those in command prompt/cmd/terminal) For the robot to listen to our voice/speech- pip install speechRecognition
  2. To speak out, or text to speech- pip install pyttsx3
  3. For advanced control on the browser- pip install pywhatkit
  4. To get Wikipedia data- pip install wikipedia
  5. To get funny jokes - pip install pyjokes