Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 📧
|
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
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
|
16 |
|
17 |
## Features
|
18 |
|
19 |
-
- Microsoft Graph API integration for email access
|
20 |
- Email thread organization and visualization
|
21 |
-
-
|
22 |
-
-
|
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 |
-
-
|
72 |
-
-
|
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
|
|