hack-together
hack-together copied to clipboard
Project: Email Summarization Tool
Project name
Email Summarization Tool
Description
With this .NET console app, you can select any latest email message from your inbox and generate a concise summary of its contents. This summary will give you all the key information you need to know, without having to read through the entire email.
Not only does this app save you time by summarizing email message for you, but it also allows you to take action on the generated summary.
This app uses Azure Cognitive Service for Language for extractive summary generation from email content.
Microsoft Graph SDK is used for following scenarios:
- Get top 10 latest emails from Inbox.
- Get body contents of an email selected by user from top 10 list.
- User can send generated email summary to self for later consumption.
- App gets joined teams list and provide user with menu to select a team.
- For selected team, app gets channels under selected team and provide channel menu on console.
- User can send generated email summary to selected Teams channel.
Repo URL
https://github.com/jkher/summarize-email
Team members
jkher
Awesome @jkher! Thank you for your submission
Thank you @waldekmastykarz and @team for organizing this event. Looking forward to seeing more such opportunities for participation. This really helps to expand on our skillsets.
Thank you for the kind words, @jkher!