This project demonstrates how to integrate Quasar Framework with speech recognition technologies into a web application to allow users to control an interface using voice commands.
Web Interface Control Powered by Voice Recognition
To get started, clone this repository and install the dependencies:
git clone https://github.com/Keviin725/Web-Interface-Control-by-Voice-Recognition.git
cd Web-Interface-Control-by-Voice-Recognition
yarn install
# or
npm install
Run the following command to start the application in development mode. This enables hot-code reloading, error reporting, and other development features:
quasar dev
To build the application for production, use the following command:
quasar build
For customization options, refer to the Quasar Configuration Guide. You can customize various aspects of the application by editing the quasar.config.js
file.
Certainly! Here's the updated usage instructions with icons/emojis:
-
Weather Forecast βοΈ:
- Say "Weather forecast" to get the current weather forecast for your location.
-
Send Message βοΈ:
- Say "Send message to [contact] with message [message]" to send a message to a specific contact via WhatsApp.
-
Hands-Free Navigation πΊοΈ:
- Say "Hands-free navigation to [destination]" to start navigation to a specific destination using Google Maps.
-
Play Favorite Playlist π΅:
- This command is set to play a predefined music playlist on Spotify. Simply say the command "Play Favorite Playlist".
-
Call Contact π:
- Say "Call contact [contact]" to make a phone call to a specific contact.
-
Send Email π§:
- Say "Send email to [recipient] with subject [subject]" to compose and send an email to a specific recipient with the provided subject.
-
Check News π°:
- Say "Check news" to display the top news headlines of the day.
-
Navigate To π:
- This command allows navigating to a specific screen of the application. The exact way to use it depends on the specific implementation of your application.
-
Search on Google π:
- Say "Search on Google [term]" to perform a search on Google for the provided term.
-
Play Video on YouTube
βΆοΈ :- Say "Play video on YouTube about [topic]" to open and play a specific video on YouTube related to the provided topic.
Remember to speak clearly and in your preferred language. Enjoy using the voice commands! π