Skip to content

SemikAlexander/VoiceHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiceHelper

Voice assistant - a service based on artificial intelligence that recognizes human speech and is able to perform a specific action in response to a voice command. Most often, voice assistants are used in smartphones, smart speakers, web browsers.

The functionality of voice assistants is quite diverse. What the voice assistant can do:

  • conduct dialogues
  • offer quick answers to user questions,
  • call a taxi
  • make calls
  • get directions
  • make orders in the online store, etc.

This voice assistant was write on Python with using specialized libraries.

  1. SpeechRecognition
  2. fuzzywuzzy
  3. pyttsx3
  4. PyAudio
  5. RHVoice program, additional voices for speech synthesis

This voice assistant functionality includes:

  • launching a browser (Google Chrome, Mozilla Firefox)
  • informing about the current time,
  • tell joke,
  • information about him,
  • launching explorer,
  • launching simple game,
  • open radio on web page

In the future, the functionality can be expanded.

Releases

No releases published

Packages

No packages published

Languages