A voice assistant that is integrated with school database to fetch student details by just saying their roll number. It can also perform various other tasks too. New functions can be added easily.
To run the code first you need to install python and MySql on your device and add the database into the server.
Create a python virtual environment:
py -m venv venv
Run the virtual environment:
./venv/Scripts/activate
Install the requiments:
pip install -r requirments.txt
Run the script:
py script.py