Somewhat fancy voice command recognition software
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 175B

1234567891011121314151617181920
  1. __pycache__/
  2. *.pyc
  3. # Distribution / packaging
  4. .Python
  5. env/
  6. build/
  7. develop-eggs/
  8. dist/
  9. downloads/
  10. eggs/
  11. .eggs/
  12. lib/
  13. lib64/
  14. parts/
  15. sdist/
  16. var/
  17. *.egg-info/
  18. .installed.cfg
  19. *.egg