Good News iOS Application Using Machine Learning
The project entails creating an iOS application that uses an API to identify only positive articles. The sentiment analysis inference is performed on the articles’s texts using built-in Natural Language
Processing algorithm.
Overview
- Get the key for a news API Key
- Create iOS application using tableView
- Create a decodable to parse the API calls
- Use Swift’s NLP algorithm on articles’ description
- Customize the feed view creating custom Cell
- Create a search bar to fetch more news
- Implement ‘No Filter’ button to see All the News
Final Result
Extra Feature
In case users may want to see all news including bad ones on a particular topic or in general, there is a button on the top right side.
To go back from bad news to Good News, user should swipe the table view down and refresh it.
Requirements:
Install Xcode 13
Copy and clone the project
Register an API key at https://newsapi.org/
Paste the API Key inside APICaller.swift
Build and run the project
About Me:
Muhammed Raşit Öner – LinkedIn
This project is a part of my Bachelor Thesis
at Wrocław University of Science and Technology.