Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.37 KB

GUIDE.md

File metadata and controls

43 lines (29 loc) · 2.37 KB

GUIDE


You can run this voice assistant through an .exe file as well as through the terminal. When using it as an .exe file, be sure to keep the .exe file in its setup.

a) For using Voice Assistant through TERMINAL WINDOW

  1. All the pre-requisites should be complete to run the Voice Assistant in the terminal window.
  2. Create a GitHub account if not created already.
  3. The code is present in the file Project_Basic_struct
  4. The source code can be downloaded using the following link: - https://github.com/SohamRatnaparkhi/Voice-Assistant/tree/master/Project_Basic_struct

This source code should be cloned using the git commands.

For more information about cloning a GitHub repository, go to the following link - https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository


After cloning the project, to use this project do the following :-
$ Run the file VoiceAssistant_main.py in the terminal using the command:- python VoiceAssistant_main.py

  1. For more details about running a python code follow the link: -
  2. For Windows - https://docs.python.org/3/faq/windows.html
  3. For Linux - https://www.educative.io/edpresso/how-to-run-a-python-script-in-linux
  4. For MacOS - https://docs.python.org/3/using/mac.html

b) For using Voice Assistant through an EXECUTABLE (.exe) file

Download - https://github.com/SohamRatnaparkhi/Voice-Assistant/releases/tag/v1.0.0

Download the rar file.

  1. Extract the folder.
  2. Open VoiceAssistant folder.
  3. Double-click on the file _1_VoiceAssistant for using it.

In case, if you don't find _1_VoiceAssistant in the Voice Assistant folder, just install the executable(.exe) file AND SAVE IT IN VoiceAssistant FOLDER. It is advisable to run the (.exe) file in the VoiceAssistant folder; else the file won't run.

Using the Voice Assistant after installation of its resources

  • Saying "Hello Python" will activate the Voice Assistant.
  • Then the table that will be displayed on the screen shows the tasks that Voice Assistant can do.
  • Saying the respective commands of the task that is intended will enable the Voice Assistant to do those tasks.
  • The README.md file of this repository has more information about the individual commands.

Voice Assistant