Skip to content

VerbTone AI is a smart, voice-activated assistant leveraging advanced NLP for intent classification, real-time weather and news updates, emotion detection, and productivity tools. Designed for interactive, context-aware conversations and enhanced with Docker support for streamlined deployment.

Notifications You must be signed in to change notification settings

anushreejha/VerbToneAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VerbTone AI

VerbTone is an interactive AI assistant designed to perform various tasks such as voice-based interaction, providing real-time weather and news updates, managing time and dates, writing emails, and now enhanced with features like emotion detection and advanced NLP capabilities.

Features

Core Functionalities:

  • Wake-Word Detection: Activates only when triggered by phrases like "Hey VerbTone," "Hello," or similar greetings.
  • Weather Updates: Provides real-time weather information powered by the OpenWeatherMap API.
  • News Headlines: Fetches the latest top news headlines from India Today by web scraping.
  • Intent Classification: Advanced NLP using Hugging Face’s GPT-2 for understanding and processing user commands accurately.
  • Speech-to-Text & Text-to-Speech:
    • Converts speech to text for user commands.
    • Responds with voice output.
  • Basic Utility Commands:
    • Tell the time, date and day.
    • Provide greetings.
    • Perform Google searches.
    • Write and send emails.
    • Provide weather predictions.
    • Read out news headlines.

Advanced Features:

  • Emotion Detection (New):
    • Detects user emotions through facial expressions or speech tone.
    • Customizes responses based on the detected emotional state (e.g., happy, angry, sad).
  • Session Continuity (New):
    • Engages in continuous interaction without requiring repeated wake-word usage.
    • Automatically resets to listening for the wake word after 15 seconds of inactivity.
  • Natural Language Processing (NLP):
    • Leverages Hugging Face’s GPT-2 for query understanding and intent classification, ensuring accurate and context-aware responses.

Installation Instructions

Prerequisites:

  • Python 3.8 or higher.
  • Docker (optional, for running the application in a containerized environment).
  • To see the required libraries, refer to requirements.txt.

Steps:

  1. Clone the repository:

    git clone https://github.com/anushreejha/VerbToneAI.git
    cd VerbToneAI
  2. Install dependencies:

    pip install -r requirements.txt
  3. Obtain an API key for weather data:

    • Get an API key for OpenWeatherMap.
  4. Run the application:

    python main.py

Usage

  • Start the assistant by saying a greeting like "Hey VerbTone" or "Hello."
  • Interact with the assistant using commands such as:
    • "What's the weather like today?"
    • "Tell me the latest news."
    • "What time is it?"
    • "Can you write an email for me?"

About

VerbTone AI is a smart, voice-activated assistant leveraging advanced NLP for intent classification, real-time weather and news updates, emotion detection, and productivity tools. Designed for interactive, context-aware conversations and enhanced with Docker support for streamlined deployment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages