Skip to content

InboxGeniusAI is an AI-driven email management tool that automatically categorizes emails, prioritizes important ones, and provides summaries and follow-up reminders. It includes sentiment analysis, voice search, and a personalized dashboard, adapting to user behavior for a streamlined inbox experience.

Notifications You must be signed in to change notification settings

Jay1194/InboxGeniusAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InboxGeniusAI

Overview

InboxGeniusAI is an AI-powered email management tool designed to streamline your inbox. It automatically sorts, prioritizes, and manages emails, providing features like automatic categorization, sentiment analysis, and voice search to enhance productivity.

Features

  • Automatic Sorting: Categorizes emails into user-defined folders.
  • Priority Tagging: Highlights important and urgent emails.
  • Email Summarization: Provides concise summaries of lengthy messages.
  • Follow-Up Reminders: Automates reminders for follow-up actions.
  • Voice Search: Enables hands-free email search.
  • Personalized Dashboard: Displays a daily digest and engagement analytics.

Tech Stack

  • Frontend: React
  • Backend: Node.js with Express
  • AI: Python (Natural Language Processing, Machine Learning)
  • GraphQL: For flexible data queries and management
  • Email APIs: Gmail API

Setup

Frontend

  1. Install Dependencies:
    npm install
    
  2. Run the Development Server:
    npm start
    

Backend

  1. Initialize Node.js Project:
    npm init -y
    
  2. Install Dependencies:
    npm install express graphql apollo-server-express
    
  3. Run the Server:
    node server.js
    

AI Integration

  1. Set Up Python Environment:
  • Install required libraries (e.g., nltk, tensorflow).
  1. Run AI Scripts:
  • Integrate AI models for email categorization and sentiment analysis.

Usage

  1. Authenticate: Connect your email account using Gmail or Outlook API.

  2. Explore Features: Use SmartInboxAI to categorize emails, view summaries, set reminders, and perform voice searches.

  3. Monitor Dashboard: Check your personalized dashboard for insights and email trends.

Contributing

  1. Fork the Repository.

  2. Create a Feature Branch:

    git checkout -b feature/new-feature
    
  3. Commit Changes:

    git commit -am 'Add new feature'
    
  4. Push to the Branch:

     git push origin feature/new-feature
    
  5. Create a Pull Request.

Contact

For questions or suggestions, please contact:

About

InboxGeniusAI is an AI-driven email management tool that automatically categorizes emails, prioritizes important ones, and provides summaries and follow-up reminders. It includes sentiment analysis, voice search, and a personalized dashboard, adapting to user behavior for a streamlined inbox experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published