This project aims to design a prototype model for a Personalized Virtual Assistant. The Virtual assistant is designed in such a way that it verifies a user by its face and if a user is not verified than user has to register first to start using the Virtual assistant. The only pre-requisite to use this Virtual assistant is that, the image for verification must be captured in a well lit area so that the face is clearly visible through webcam. It uses Natural Language Processing to provide assistance in voice mode.
To run the above code the requirements are:
Setup:
• Python 3.7 • Laptop with a webcam
To install all the modules required to run the code, you need to execte the below requirement:
pip install -r requirements.txt
- Open cmd with the folder containing the project
- The code to execte the Program:
python P_V_A.py
- To quit the program say 'Exit'.