Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hwpoison/voice-assistant
a offline small voice desktop assistant written on a booring sunday afternoon, uses autoit for automatitation, vosk for voice recognition a gtts for speech synth.
https://github.com/hwpoison/voice-assistant
assistant autoit gtts linux voice-recognition-experiment vosk windows
Last synced: 3 months ago
JSON representation
a offline small voice desktop assistant written on a booring sunday afternoon, uses autoit for automatitation, vosk for voice recognition a gtts for speech synth.
- Host: GitHub
- URL: https://github.com/hwpoison/voice-assistant
- Owner: hwpoison
- Created: 2022-02-21T02:05:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T21:10:33.000Z (almost 2 years ago)
- Last Synced: 2024-06-28T11:36:14.348Z (5 months ago)
- Topics: assistant, autoit, gtts, linux, voice-recognition-experiment, vosk, windows
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voice-assistant
A small voice desktop assistant written on a booring sunday afternoon## Instructions for usage:
0 - Install Requirements.
1 - Download your language model from https://alphacephei.com/vosk/models (for spanish https://alphacephei.com/vosk/models/vosk-model-small-es-0.42.zip)
2 - unzip and put the content in a new folder named with selected language (using IETF tag https://en.wikipedia.org/wiki/IETF_language_tag) into "models" dir.
3 - run with "python assistant.py" or "gui.pyw" , select your device and press Enter.
All commands, hotwords and more are related in 'intents_.json' and language and other settings in 'settings.json'.
## Features
- Execute commands with a hotword like google assistant.
- Reload commands while the assistant is running.
- Can execute commands with numeric args.
- Repeat the last command.
- You can add more commands and hotwords.# Command options
-> run_process : Execute a process
-> press: A key that will be pressed
Reference: https://www.autoitscript.com/autoit3/docs/appendix/SendKeys.htm
^ Ctrl, # WIN, ! Alt, + or {TAB} for TAB, SHIFT are equal to uppercase letter
-> ctrl_num : Press CTRL + NUMBER
-> alternative: Synonymous of the command, alternatives to the same sentence
-> wait(True|False): Wait until the end of the input sentence
-> voice: Say something when the command is called
-> {n}: Argument