https://github.com/jay1194/inboxgeniusai
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.
https://github.com/jay1194/inboxgeniusai
apollo-graphql auth2-client gmail-api mern-stack mongoose
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/jay1194/inboxgeniusai
- Owner: Jay1194
- Created: 2024-07-14T05:52:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T20:49:32.000Z (11 months ago)
- Last Synced: 2024-08-13T23:12:42.807Z (11 months ago)
- Topics: apollo-graphql, auth2-client, gmail-api, mern-stack, mongoose
- Language: JavaScript
- Homepage:
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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, Outlook API## Setup
### Frontend
1. **Install Dependencies:**
```bash
npm install
2. Run the Development Server:
```bash
npm start
### Backend
1. Initialize Node.js Project:
```bash
npm init -y
2. Install Dependencies:
```bash
npm install express graphql apollo-server-express3. Run the Server:
```bash
node server.js
## AI Integration1. Set Up Python Environment:
- Install required libraries (e.g., nltk, tensorflow).
2. Run AI Scripts:- Integrate AI models for email categorization and sentiment analysis.
## Usage1. 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:
```bash
git checkout -b feature/new-feature3. Commit Changes:
```bash
git commit -am 'Add new feature'
4. Push to the Branch:
```bash
git push origin feature/new-feature
5. Create a Pull Request.## Contact
For questions or suggestions, please contact:- Name: Jayden Taylor
- Email: [email protected]
- LinkedIn: https://www.linkedin.com/in/jaydentaylordev/
- Twitter: https://x.com/JaydenT_dev/