Skip to main content

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.command in 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\tokenizers

OSX: /usr/local/share/nltk_data/tokenizers

Unix: /usr/share/nltk_data/tokenizers

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mac_voice_assistant-0.2.9.tar.gz (95.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mac_voice_assistant-0.2.9-py3-none-any.whl (94.8 kB view details)

Uploaded Python 3

File details

Details for the file mac_voice_assistant-0.2.9.tar.gz.

File metadata

  • Download URL: mac_voice_assistant-0.2.9.tar.gz
  • Upload date:
  • Size: 95.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.5

File hashes

Hashes for mac_voice_assistant-0.2.9.tar.gz
Algorithm Hash digest
SHA256 3221878fb09139c38d64c9badd606a75159833c8f2c3e3ee6a0fbc7fb77412b8
MD5 f52dcadabb0ef2a444058188924bcc84
BLAKE2b-256 1fd54650cc1c9b2753cad7cf7a12914b723e17fea91a4d261108ac84dd6b24d2

See more details on using hashes here.

File details

Details for the file mac_voice_assistant-0.2.9-py3-none-any.whl.

File metadata

File hashes

Hashes for mac_voice_assistant-0.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 9c3906dd9847aff68ade823efda64ca81456a6a154c766d62b3b30f3dbeb7303
MD5 6ad7b1a0046d2a39378baabf57f16e66
BLAKE2b-256 ce913dcffaabde9e725e7037bf09e0fd67e75caa9a417fa7126714d016f51fc7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page