Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brminnick/HackerNews
A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence
https://github.com/brminnick/HackerNews
cognitive-services csharp8 google-natural-language-api hacker-news iasyncenumerable maui microsoft-cognitive-services net net-maui sentiment-analysis xamarin xamarin-android xamarin-forms xamarin-ios
Last synced: 3 months ago
JSON representation
A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence
- Host: GitHub
- URL: https://github.com/brminnick/HackerNews
- Owner: brminnick
- License: mit
- Created: 2018-02-07T02:33:49.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T01:21:47.000Z (12 months ago)
- Last Synced: 2024-05-12T13:32:21.436Z (6 months ago)
- Topics: cognitive-services, csharp8, google-natural-language-api, hacker-news, iasyncenumerable, maui, microsoft-cognitive-services, net, net-maui, sentiment-analysis, xamarin, xamarin-android, xamarin-forms, xamarin-ios
- Language: C#
- Homepage:
- Size: 399 KB
- Stars: 249
- Watchers: 10
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-dotnet-maui - HackerNews - square)](https://github.com/brminnick/HackerNews/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/brminnick/HackerNews?style=flat-square)](https://github.com/brminnick/HackerNews/commits) (Samples)
- open-source-xamarin-apps - HackerNews
- awesome-maui - Hacker News - square)](https://github.com/brminnick/HackerNews) [![GitHub stars](https://img.shields.io/github/stars/brminnick/HackerNews?style=flat-square)](https://github.com/brminnick/HackerNews/stargazers) ![last commit](https://img.shields.io/github/last-commit/brminnick/HackerNews?style=flat-square) - A .NET MAUI app for displaying the top posts on Hacker News. (Sample Apps / Get Started)
README
[![MAUI](https://github.com/brminnick/HackerNews/actions/workflows/maui.yml/badge.svg)](https://github.com/brminnick/HackerNews/actions/workflows/maui.yml)
# 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](https://azure.microsoft.com/services/cognitive-services/text-analytics?WT.mc_id=mobile-0000-bramin) from [Microsoft Cognitive Services](https://azure.microsoft.com/services/cognitive-services?WT.mc_id=mobile-0000-bramin) to analyze the sentiment of each headline.
- đ Headline is Happy
- âšī¸ Headline is Sad
- đ Headline is Neither Happy or Sad![Hacker News Demo](https://user-images.githubusercontent.com/13558917/66956918-2873bb80-f01a-11e9-839c-6e935c0b606c.gif)