ambiance-voice-assistant

The aim of this project is to create a assistant that auto trigger ambiance change controlling by voice


Keywords
ambiance, voice, assistant
License
GPL-3.0
Install
pip install ambiance-voice-assistant==0.7.5

Documentation

Ambiance-voice-assistant

The aim of this project is to create a assistant that auto trigger ambiance change controlling by voice. The current configuration is for French but you can easily change it to other languages by changing LANGUAGE and LANGUAGES_INFORMATION variables to conf.py

Installation

From pypi

pip install ambiance-voice-assistant
python -m spacy download fr_core_news_md
apt install mbrola-fr1

Fom source

python setup.py install
python -m spacy download fr_core_news_md
apt install mbrola-fr1 # or change voices in data/data.json

Run

No install

python Ava/ava.py

With install

python -m Ava
# or
Ava