Skip to content

Latest commit

 

History

History
77 lines (63 loc) · 2.34 KB

README.md

File metadata and controls

77 lines (63 loc) · 2.34 KB

Techtrio Virtual Assistant

alt text

This is the project of the team "Techtrio".

Table of Contents


Description

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.

Features

  • 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

Technologies

  • Python
  • Flask webframework
  • Html
  • CSS

How to use

Prerequisite

  • Download Python

Steps to be followed to use this Project

  • Make a new folder
  • Open cmd in that folder
  • Install virtualenv by command : pip install virtualenv
  • Now create a virtual environment named "env" by command :

virtualenv env

  • Now activate environment by command :

.\env\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
  • Now install all 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

Contact

Contributing

  1. Fork it https://github.com/Ratnesh4193/virtual-assistant.git
  2. Create your feature branch: git checkout -b feature/foobar
  3. Commit your changes: git commit -am 'Add some foobar'
  4. Push to the branch: git push origin feature/foobar
  5. Create a new Pull Request