Amara is your personal voice assistant which is programmed to perform minor tasks like opening youtube, google chrome, gmail, stackoverflow , github, predict time, take a photo, write a note for you, send message, send email, search on wikipedia or google, predict weather for different cities, get top headline news from times of india or you can ask her computational or geographical questions, or even she can make you laugh by telling some jokes!
git clone https://github.com/kritikaparmar-programmer/Amara_Voice_Assistant.git
cd Amara_Voice_Assistant
git branch <branch_name>
git checkout <branch_name>
git remote add upstream https://github.com/kritikaparmar-programmer/Amara_Voice_Assistant.git
py -m venv env
cd env/Scripts/activate
cd..
cd..
pip install requirements.txt
python3 voice.py
After doing the changes that you want the next step will be:
git add .
git commit -m "commit-message"
git push origin <branch-name>
- Some tips if pyaudio doesn't get instal easily:
pip install pipwin
pipwin install pyaudio