brminnick / HackerNews

A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAUI

HackerNews

A .NET MAUI app for displaying the top posts on Hacker News.

This app demonstrates how to use IAsyncEnumerable + C# 8.0 to improve performance. Thanks to IAsyncEnumerable, the items are added to the list as soon as they're available making the app feel faster and more responsive.

This app also uses the Text Analytics API from Microsoft Cognitive Services to analyze the sentiment of each headline.

  • 😃 Headline is Happy
  • ☹️ Headline is Sad
  • 😐 Headline is Neither Happy or Sad

Hacker News Demo

About

A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence

License:MIT License


Languages

Language:C# 100.0%