Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.31 KB

Readme.md

File metadata and controls

41 lines (35 loc) · 1.31 KB

Amara_Voice_Assistant 🔊🎙

Logo

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!

How to setup the project

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

Setup virtual environment

py -m venv env
cd env/Scripts/activate
cd..
cd..

Run the project

pip install requirements.txt
python3 voice.py

How to contribute to this project

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