Using the artificial intelligence of azure cognitive services and text analytics, your email is analyzed. After the content topic is identified, the mail is summarized into a length of 1-20 sentences defined by you. In addition, you will receive an assessment of the sentiment of the content. This application can be used as Add-In in Microsoft Outlook.
The following languages are supported:
- Chinese (simplified)
- German
- English
- French
- Italian
- Japanese
- Korean
- Portugese
- Spanish
The following applications are supported:
- Outlook 2013 - 2019 (Mac and Windows)
- Outlook 365 (Mac and Windows)
- Outlook Web
To start, the repository should be opened as workspace with VSCode. The recommended extensions must then be installed. After this do the project setup in the subsequent order to get started.
Mail Summarize is separated in three parts which are described in more detail under the links provided.
- Azure Infrastructure: Infrastructure with Terraform v1
- Azure Function: Backend with .NET 5
- Outlook Add-In: Frontend with React 16
Based on the mail input, a text analysis is performed with Azure Cognitive Services. Here, the text summary and sentiment analysis are used.
This repository is under MIT license (see LICENSE).
Third party libraries are distributed under their own terms in the following license files:
- Azure Infrastructure: LICENSE-3RD-PARTY
- Azure Function: LICENSE-3RD-PARTY
- Outlook Add-In: LICENSE-3RD-PARTY