Skip to content

Instantly share code, notes, and snippets.

@shriyaRam
Created January 16, 2020 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shriyaRam/41dc1fbe16775b3863eb68b990f8ed88 to your computer and use it in GitHub Desktop.
Save shriyaRam/41dc1fbe16775b3863eb68b990f8ed88 to your computer and use it in GitHub Desktop.
Gesture Recognition
# Initialise Text to speech engine
engine = pyttsx3.init()
engine.setProperty('rate', 105)
engine.setProperty('voice', 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment