- Pre-requisites
Anaconda Download
Steps:
- Clone git repo to local system.
git clone https://github.com/MohitPimoli/Virtual-Mouse.git
- Open Anaconda Shell.
- Create Virtual environment with python version 3.8.5.
conda create --name mouse python=3.8.5
- Activate venv.
conda activate mouse
- Download PyAudio and PyWin32.
conda install PyAudio
conda install pywin32
- Go to Project Folder.
cd Virtual-Mouse\src
- Install requirements.
pip install -r requirements.txt
- Run Nova the Virtual Assistant.
python Nova.py