Ultronprime commited on
Commit
73b1549
·
verified ·
1 Parent(s): 79558d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 📧
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
@@ -12,14 +12,14 @@ license: mit
12
 
13
  # Email Thread Analyzer with AI Q&A
14
 
15
- An AI-powered tool for analyzing email threads, searching for relevant conversations, and generating Q&A pairs based on email content.
16
 
17
  ## Features
18
 
19
- - Microsoft Graph API integration for email access
20
  - Email thread organization and visualization
21
- - Semantic search for finding relevant threads
22
- - AI-powered Q&A generation based on thread content
23
  - Data visualization for email analytics
24
  - Export functionality for thread data and Q&A
25
 
@@ -68,6 +68,5 @@ An AI-powered tool for analyzing email threads, searching for relevant conversat
68
 
69
  This application uses:
70
  - MSAL for Microsoft authentication
71
- - Sentence-Transformers for semantic search
72
- - Transformers for question answering
73
- - Plotly for data visualization
 
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 3.50.2
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
12
 
13
  # Email Thread Analyzer with AI Q&A
14
 
15
+ An advanced tool for analyzing email threads, searching for relevant conversations, and generating Q&A pairs based on email content.
16
 
17
  ## Features
18
 
19
+ - Microsoft Graph API integration for secure email access
20
  - Email thread organization and visualization
21
+ - Keyword-based search for finding relevant threads
22
+ - Q&A generation based on thread content
23
  - Data visualization for email analytics
24
  - Export functionality for thread data and Q&A
25
 
 
68
 
69
  This application uses:
70
  - MSAL for Microsoft authentication
71
+ - Plotly for data visualization
72
+ - Microsoft Graph API for email access