CoreWiki
CoreWiki copied to clipboard
Add Cognitive Services Text Sentiment on Comments
Would be interesting to add some AI such as text sentiment on comments. Not exactly sure how to get/use the API key, though, but I do believe it has a free tier when creating it in Azure.
We may work on this at Ignite 2018
So based on the discussion on the show:
- We could add a Sentiment/ Happiness emoji on the side of the comment
- We could add a new pages Statistics to see globally the Sentiment results
- We must put the sentiment in some kind of optional module
- It should be a post process or async process (ex: in an Azure Function)
For the API key, I'm guessing it's just best to have it reside in the config file?
Yes, en that could be our check to activate or not all the features.
@jwood803 you mentioned you had started something. How can I help? You mention having something started already. Or I can get started on a different branch.
@FBoucher Here's the branch that I was working on. You'll notice that there's not much there, though. 😞
No Worries. Jeff added a new branch project_Azure with a new project in it. We will be able to place the code there and leverage the First_Start feature.