Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 940 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 940 Bytes

Virtual Assistant Python

NOTE: This program is mainly for Mac OS, but it's also optimized for Windows.

Description

This is a virtual assistant program that includes NLP (natural language processing) capabilities. You can open any app you want, and you can add your own apps very easily. To add an app, just say or type "add app". To remove an app, say or type "remove app".

Installation

Make sure you have installed all the required modules. Use the following commands to install them:

  1. time: pip install time
  2. pyttsx3: pip install pyttsx3
  3. speechrecognition:
    • pip install speechrecognition
    • conda install speechrecognition (for Anaconda users)

Running the Program

py-project-cs.py is the main file to run.

Disclaimer

This program was created as a school project for CBSE CS Grade 12. While I strive to make it the best it can be, please note that it may not be optimized for all use cases.