A voice assistant prototype
Project description
Mac Voice Assistant
This is a prototype software package which performs IO operations in the Host app via voice commands
Dependencies
Run the following commands in your project terminal in the same order before installing Mac Voice Assistant
1. Brew
Run this if you do not have brew installed already
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Command Line Developer Tools - XCode (Mac Users)
Please ensure Xcode packages are up-to-date. Try running
$ sudo xcodebuild -license$ xcodebuild -runFirstLaunch
3. Portaudio
$ brew install portaudio
4. PyAudio
$ pip3 install pyaudio
If Pyaudio could not be installed with the default pip install command, try the below code:
$ pip install --global-option='build_ext' --global-option='-I/usr/local/include' --global-option='-L/usr/local/lib' pyaudio
Refer to this link if you're still having trouble installing PyAudio
5. Finally Mac Voice Assistant
$ pip install mac_voice_assistant
Additionally:
- 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/tokenizers
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.3.0.tar.gz.
File metadata
- Download URL: mac_voice_assistant-0.3.0.tar.gz
- Upload date:
- Size: 96.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ec98516b1cb1d83d81f0f96a8bc0db0844542cf48dab4a2506f091cee8e8eef
|
|
| MD5 |
45aa259c32cf782121fe1046fe3b8ddc
|
|
| BLAKE2b-256 |
7727c54a18095ed9c19fd83498cdcfe9429952e70ca75f0508b7d2b29c74a5ab
|
File details
Details for the file mac_voice_assistant-0.3.0-py3-none-any.whl.
File metadata
- Download URL: mac_voice_assistant-0.3.0-py3-none-any.whl
- Upload date:
- Size: 95.0 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 |
4379e446109f88b13b6fb3102d2589dbead3847672689b93d5aa5a73a5464cb3
|
|
| MD5 |
2f7e05235cdcb85657d2190620204718
|
|
| BLAKE2b-256 |
4a6c6ead9536c0193c58285ec962afbd3703565e161fe38192792793c0a6ea6d
|