Giter Site home page Giter Site logo

chenxiaoyi0208 / chatbot-cum-voice-assistant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from madhur215/chatbot-cum-voice-assistant

0.0 0.0 0.0 159 KB

An AI chatbot with features like conversation through voice, fetching events from Google calendar, make notes, or searching a query on Google.

Python 100.00%

chatbot-cum-voice-assistant's Introduction

Chatbot cum Voice Assistant

This a chatbot cum voice assistant that can be used for different purposes. It can do the following tasks:

  1. Normal conversation through voice.
  2. Get your all events or particular ones from your google calender.
  3. Make a google search of your query and open up the browser with the results.
  4. Make notes to write down something using notepad.
  5. Send emails using Gmail.
  6. Open music and vs code application.
  7. Search directly anything on Wikipedia.
  8. Get real time weather report of your city.

Screenshots of the project

Image

Installation

  • All the modules which are required for this application are stated in requirements.txt file. To install all of them rum the following command:
pip3 install -r requirements.txt

Working of the project

The working of the assistant is pretty simple. First, a simple GUI shows up, in which you can see all your ongoing conversation. When we click on the speak icon, it detects the voice and converts it to text using speech_recognition module. On the text, first NLP is applied that creates a bag of words model which is then passed to a pre trained neural network made using the tflearn module. This network returns the "tag" with which the sentence is associated(see intents.json). This "tag" is then used to find the "sub tag" with which the sentence is associated again with the help of the same model. Once, the subtag is determined, it returns the appropriate answer associated with that subtag, and the pyttsx3 module is used to convey the answer through voice.

chatbot-cum-voice-assistant's People

Contributors

madhur215 avatar rishabhtyagi2306 avatar muskan-1527 avatar pranatsharma1 avatar ritik09 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.