What It Does
- Retrieves news articles from different categories using News API
- Scrapes article content when selected to avoid ads, well because ads suck
- Summarizes articles for a good time
- Analyzes sentiment to understand the emotional tone
- Detects potential clickbait to avoid misleading content
How It Works
Android Frontend
- Built using Android's native development tools and Java
- Article list with headlines and links to sources
- Dark mode support
- View with summary and analysis metrics
Backend
- Java based application handling the news retrieval and processing
- Integrates with News API to fetch current headlines
- Uses web scraping techniques to extract article content
- Connects to an LLM service for text analysis and summarization
Java
Android
← Back to Projects