Skip to content

Voice Assistant that is powered by AI is privacy-friendly and runs locally on your machine.

Notifications You must be signed in to change notification settings

abhishek-singh-IN/Vai

 
 

Repository files navigation

This is an AI Voice Assistant based on Deep Learning which runs on flask at its backend

Steps to run this

  • Clone the repository in a local directory

  • Create a Virtual Environment on your machine

  • To create a Virtual Environment on your machine use the following commands

For Windows:

 python -m venv ocr-env
 ocr-env\Scripts\activate.bat

For Linux or Mac:

python3 -m venv ocr-env
source ocr-env/bin/activate
  • To install all the requirements go into the directory of flask_api and run the following command

pip install -r requirements.txt
  • Next step will be to download the models to run this file

  • Next step will be to paste them into their required directory

  • Now run app.py from the same directory

  • Click on the link that is displayed in the terminal, after that your AI Voice Assistant should get opened as a Web Application

Have fun using your new and easy to use privacy friendly Voice Assistant !!!

About

Voice Assistant that is powered by AI is privacy-friendly and runs locally on your machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.9%
  • HTML 22.1%