Skip to content

An easy to contribute 'Advance Voice Assistant' for the beginner Android Developers willing to contribute to open-source

Notifications You must be signed in to change notification settings

AnshGaikwad/Advance-Voice-Assistant

Repository files navigation

Advance-Voice-Assistant

This application is a Simple Voice Assistant for android developers out their to start contributing to open-source, nearly any feature can be implemented as a voice command in this repo. I have used Speech Recognizer for recognizing speech and Text to Speech Engine to convert the text to speech. There is a SQLlite Database to store the previous commands and can be cleared by the clear command. The UI is pretty simple with a Floating Action Button which has a Circular Reveal Activity with it.

Installation

Run the command in your terminal

git clone https://github.com/AnshGaikwad/Advance-Voice-Assistant.git

Or you can just clone it through android studio which will be much easier. Note: Always run te application on a real device rather running it on a emulator

Voice Commands implemented

  1. Introductory (Hi, hello, welcome, thank you, etc.)
  2. Date/Time (What is the date/time?)
  3. Phone Call (Make a Phone Call to 77986xxxxx, Call <Contact_Name>)
  4. SMS (Send SMS to 77986xxxxx that , Read my last SMS)
  5. Open (Open Whatsapp, Open Gmail, Open Facebook)
  6. Share (Share a file, Share a text message that )
  7. Bluetooth (Turn on Bluetooth, Turn Of Bletooth, Get Bluetooth Devices)
  8. Flash (Turn on/off Flash)
  9. Clipboard (Copy to Clipboard that , Read last Clipboard)
  10. Photo (Click Photo)
  11. Ringtone (Play/Stop Ringtone)
  12. Weather (Pune Weather)
  13. Horoscope (What is today's Horoscope of Gemini?)
  14. Read me (Read me a book)
  15. Clear (Clear the database)

Voice Commands that can be implemented

  1. Jokes (Tell me a Joke)
  2. Medical Application (My head hurts, can you suggest some medicine?)
  3. Alarm (Set a Alarm for <date+time>)
  4. Quiz (Let's Play a Math/Geography/etc. quiz)
  5. Music (Play Some Music)
  6. Dice (Roll a dice, Roll two dices)
  7. Coin (Flip a coin)

Other Features that can be implemented

  1. Trigger Word Detection (Hey <trigger_word>)
  2. Giving more intelligence to voice commands
  3. Commands in other languages can be implemented