Skip to content

igornfaustino/voice-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice Assistant

A python voice assistant to help your life

What it can do

This voice assistant was design to help on a developer day to day life. Is important to notice this is an early version, and new features will be add in the future

Calendar integration

The voice assistant can check for events on your main Google calendar account for a specific date

commands

You can trigger this feature by saying something like

  • do i have plans on saturday?

  • what do i have for today?

  • am i busy on october 27th?

Google search integration

It is also possible to ask for a Google search about some topic, this feature will open your default browser and do the search

commands

You can trigger this feature by saying something like

  • search for python

  • can you search for snake

Setup

IMPORTANT: this was only tested on linux so far

  • linux packages needed:
$ sudo apt install libdbus-1-dev libdbus-glib-1-dev build-essential swig git libpulse-dev libasound2-dev portaudio19-dev libportaudio2 libportaudiocpp0 ffmpeg espeak mbrola  mbrola-br1  mbrola-en1 pkg-config libcairo2-dev gcc python3-dev libgirepository1.0-dev python-gst-1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-tools
  • install python dependencies using pipenv
$ pipenv install

About

A python voice assistant to help your life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages