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.
12345678910 |
- #!/usr/bin/env python3
- # This is part of Kaylee
- # -- this code is licensed GPLv3
- # Copyright 2015-2017 Clayton G. Hobbs
- # Portions Copyright 2013 Jezra
-
- from kayleevc import kaylee
-
- if __name__ == '__main__':
- kaylee.run()
|