Skip to main content
0
C

Chatbot Cum Voice Assistant

An AI chatbot with features like conversation through voice, fetching events from Google calendar, m

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

Chatbot cum Voice Assistant

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

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

Screenshots of the project

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
  • Enable Google Calender API with your account here: https://developers.google.com/calendar/quickstart/python
  • Get a weather api key by creating your account on https://openweathermap.org/api
  • Create a keys.py file and add the following:
  • EMAIL = "your email id to send emails from"
  • PASSWORD = "pasword of your email id"
  • DICT = "A dictionary to store the emails of recipients"
  • WEATHER_KEY = "your weather api key"

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.

Don't lose this

Three weeks from now, you'll want Chatbot Cum Voice Assistant again. Will you remember where to find it?

Save it to your library and the next time you need Chatbot Cum Voice Assistant, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

This plugs directly into your AI and gives it new abilities it didn't have before. An AI chatbot with features like conversation through voice, fetching events from Google calendar, m. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.