All Projects → jsturtevant → UnconsciousBias

jsturtevant / UnconsciousBias

Licence: MIT license
Sometimes we may not notice if the tone of our emails is overly positive or negative. It's important to occasionally stop and reflect that we are treating the people around us with respect. The Unconscious Bias project is a Windows universal application allows you to use data to analyze the sentiment of your emails to a given email address.

Programming Languages

C#
18002 projects
HTML
75241 projects

UnconsciousBias

You know how when you become comfortable with someone, you sometimes may become a little more blunt?

Sometimes we may not notice if the tone of our emails is overly positive or negative. It's important to occasionally stop and reflect that we are treating the people around us with respect. The Unconscious Bias project is a Windows universal application allows you to use data to analyze the sentiment of your emails to a given email address.

James Sturtevant and Jennifer Marsman developed “Unconscious Bias” at the hack.nyc event on April 13-14, 2016. We created a Windows universal application in which the user can specify an email address. Then, we use the Office 365 APIs to access the user’s email and get messages that were sent to that email address. The emails are analyzed for positive/negative sentiment by the Microsoft Cognitive Services Text Analytics service. Then we display the average sentiment score of your emails to that email address, along with a chart of your sentiment over time.

Setup

You will need Visual Studio 2015 Community with Windows 10 SDK installed (install through advanced options learn more at Visual Studio Shorts on Channel9).

  1. Obtain your Office 365 API from the App Registration portal
  2. Add your ClientId and Return URL to UnconsciousBias/UnconsciousBias/Styles/Secrets.xaml
  3. Obtain a Cognitive Services Text Analytics API Key from Cognitive Services Subsciptions
  4. Add the key to AccountKey Property in UnconsciousBias/UnconsciousBias/Helpers/TextAnalyticsHelper.cs
  5. Sign up for free Telerik Trail and download UWP UI Toolkit (see issue #3)
  6. Build and Run

Privacy Policy

You can find our latest Privacy Policy at http://aka.ms/bias.

Image

Image: Injustice by Luis Prado from the Noun Project

Template 10

Template 10 was used in the project.

Cognitive Services Terms and Developer Code of Conduct

Cognitive Services TOU and Developer Code of Conduct

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].