A voice assistant prototype
Project description
1. Brew
- Run the following in your project terminal if you do not have bew installed already
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Portaudio
$ brew install portaudio
3. PyAudio
$ pip3 install pyaudio
If Pyaudio cannot be installed with the default pip install command, Use instead the following:
$ pip install --global-option='build_ext' --global-option='-I/usr/local/include' --global-option='-L/usr/local/lib' pyaudioRefer to this link if this is not working
###4. NeuralIntents
$ pip install neuralintents (Run this only if neuralintents.py file is missing)
Start
While being in the venv $ python main.py
- If you run into SSL certification error, search for
Certificates.commandin spotlight and open the file. It should install the necessary certificates
The downloader script is broken. As a temporal workaround can manually download the punkt tokenizer from here and then place the unzipped folder in the corresponding location. The default folders for each OS are:
Windows:
C:\nltk_data\tokenizersOSX:
/usr/local/share/nltk_data/tokenizersUnix:
/usr/share/nltk_data/tokenizersRequired libraries:
$ pip install keyboard$ pip install pyjokes$ pip install playsound
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mac_voice_assistant-0.0.3.tar.gz.
File metadata
- Download URL: mac_voice_assistant-0.0.3.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a2abcea27ddd0724181bc5dd553f24fc4a031bf1ee6b8aae8ba8986c4c3a6d6
|
|
| MD5 |
a568ce41ba644aacd2eed2e682caf8e2
|
|
| BLAKE2b-256 |
c2b04b831287e4a5e88dd245213946e5b14657cc8fc393e42abb93ac2c1f5fbb
|
File details
Details for the file mac_voice_assistant-0.0.3-py3-none-any.whl.
File metadata
- Download URL: mac_voice_assistant-0.0.3-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ea105cda463f81ff609efd6d62bde49c330069a177aaef12b759962fcf31515
|
|
| MD5 |
29a790ed0d54ba110e7ff9fe364035ea
|
|
| BLAKE2b-256 |
9da1d7f1f8f3b10fa7e74e618d5b868bfbd24373a008742e8ba1f1038f09a132
|