Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.21 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.21 KB

Project Title: Voice Controlled Desktop Assistant

Project Abstract: The goal of this project is to implement a voice assistant for the linux based system that enables the users to perform all the mundane computer activities through voice and achieve near human-like interaction between the user and our voice-assistant. The assistant aims towards eliminating the conventional methods of interacting with the computer using keyboard and mouse.

The assistant listens to voice commands by the user, these commands are converted to text and parsed by the assistant to execute the required action. Each of these commands given by the user is logged onto a database. The data logged to the database is used to personalize features to the particular user. A user-interface is provided to help the users interact with the assistant.

Image of User Interface

Code Execution:

  1. Execute the following command : sudo chmod +x setup.sh && sudo chmod +x start.sh
  2. Run the setup script using the following command : ./setup.sh
  3. Fill the fields in the config.yaml file.
  4. Run the start script to start the application : ./start.sh