Project made by Team "Techtrio".
This is virtual assistant project developed by the team Techtrio. This project is useful to do various activities by using users voice and as well as we can give command by texting also. It is made to provide ease in peoples life. You can perform below mentioned features by giving command through voice or by texting in input box.
Link to our project video :
https://youtu.be/wONJcv5ORsw
- Can give commands by both "Voice" & "Text"
- Login to any website
- Create shopping list
- Create events in google calender
- Give Alert Message
- Get updates of News
- Do search on Google
- Do search on Youtube
- Know the time
- Know about the weather
- Play some games
- Ask random queries
- Open many other Application
- Listen Jokes
- Python
- Flask webframework
- Html
- CSS
- Download Python
- Make a new folder
- Open cmd in that folder
- Install virtualenv by command : pip install virtualenv
- Now create a virtual environment named "assistant" by command :
virtualenv assistant
- Now activate environment by command :
.\assistant\Scripts\activate
- Now clone the github repository by command :
git clone https://github.com/Ratnesh4193/virtual-assistant.git
- Move inside project by command :
cd virtual-assistant
- Download PyAudio library whl according to your python version from https://pypi.org/project/PyAudio/#files and install it in the virtual by command :
pip install name_of_the_file.whl
- Before installing the libraries mentioned in requirements.txt use this command :
pip install Pillow , psycopg2
- Now install all other required libraries by command :
pip install -r requirements.txt
- If installation of any library fails then install it individually :
pip install
- Now run the project by command :
python main.py
- Open the link :
127.0.0.1:5000/
- Rupal Singh - rupalsinghid@gmail.com - https://www.linkedin.com/in/rupal-singh-40b3001a8/
- Ratnesh kumar Tiwari - rktssgk@gmail.com - https://www.linkedin.com/in/ratnesh-kumar-tiwari-867b521a6/
- Sanskar Srivastava - sanskar0703@gmail.com - https://www.linkedin.com/in/sanskar-srivastava-0319b3194/
- Fork it
https://github.com/Ratnesh4193/virtual-assistant.git
- Create your feature branch:
git checkout -b feature/foobar
- Commit your changes:
git commit -am 'Add some foobar'
- Push to the branch:
git push origin feature/foobar
- Create a new Pull Request