Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Application demonstrating fetching of top headlines from NewsAPI.org and usage of Core ML for categorisation of news articles.

Awesome Lists containing this project

README

        

# 🗞 Hello News

[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://mit-license.org)
[![Swift 5.0](https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat)](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