Welcome to my source code 🙈
I'm written in python.
GROOT is a virtual assistant which generally functions for voice recognition.
A virtual assistant basically functions to recognize voice of a person and then implement it. Functions of GROOT are-
- It can play video on youtube on your voice command. Play video name on youtube
- It can Open any URL. (No need to include www)
To contribute to GROOT,
Go to the following repository
https://github.com/omi10859/GROOT
Feel free to open an issue or recommend any changes which you want to see in the website. Adhere to the guidelines mentioned below if you want to contribute.
- Make sure your PR contains one logical change only!
- In case there are multiple commits in your PR squash them into one. Ref :
- https://makandracards.com/makandra/527-squash-several-git-commits-into-a-single-commit
- Make sure you update your REMOTE ORIGIN in case you have forked this repo :
- https://help.github.com/articles/syncing-a-fork/
- Once you update the forked repo make sure you rebase the changes and then open the PR.
- Ref: http://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository
- Upload Screenshot(s) or provide a link to working demo of the website while making a PR.
Clone the repository. Then, follow the installation steps to talk GROOT.
The source code of GROOT is written in python.
virtualenv -p python3.6 VENV_NAME
Windows: VENV_NAME/Scripts/activate
Linux: source VENV_NAME/bin/activate
Mac: source VENV_NAME/bin/activate
sudo apt-get install python3.6-dev python3.6-tk
pip install -r requirements/requirements[mac/linux/win]
- Basic GUI
- Text-to-speech
- speech-to-text
- Voice commands
- Text commands
- Rethinking GUI
- Modules:
- Playing Songs on YouTube with voice commands
- Opening URLs in Browser
- Presenting answers to questions
- LIVE weather
- Translations
- Add more
- Adding "Always listening feature"
- Changing Brightness and Redness on command
python base.py