https://github.com/aditi3/news-app-example
Application demonstrating fetching of top headlines from NewsAPI.org and usage of Core ML for categorisation of news articles.
https://github.com/aditi3/news-app-example
ios mobile-app news swift
Last synced: 3 months ago
JSON representation
Application demonstrating fetching of top headlines from NewsAPI.org and usage of Core ML for categorisation of news articles.
- Host: GitHub
- URL: https://github.com/aditi3/news-app-example
- Owner: Aditi3
- License: mit
- Created: 2020-12-17T08:41:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T05:20:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T09:46:57.220Z (5 months ago)
- Topics: ios, mobile-app, news, swift
- Language: Swift
- Homepage:
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🗞 Hello News
[](http://mit-license.org)
[](https://developer.apple.com/swift/)## 👋 Introduction
Application demonstrating fetching of top headlines from [NewsAPI.org](https://newsapi.org/docs) and usage of Core ML for categorisation of news articles.
## 📰 Features
- Fetch and Parse top headlines from [NewsAPI.org](https://newsapi.org/docs/endpoints/top-headlines)
- Adds Tableview and Detail view to showcase fetched articles data
- Showcase [Kingfisher](https://github.com/onevcat/Kingfisher) usage for downloading and caching images from the web
- Used [DocumentClassifier](https://github.com/toddkramer/DocumentClassifier) framework for classifying documents into one of five categories (Business, Entertainment, Politics, Sports, and Technology). It uses a **CoreML** model.## 📄 License
Hello Crypto Tracker is available under the MIT license. See [LICENSE](https://github.com/Aditi3/crypto-tracker-example/blob/develop/LICENSE) for details.
## 📱 Screenshots
![]()
![]()
![]()
![]()
![]()
![]()