Skip to content

bug-author/feed-blast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Blast

A Flutter app that shows latest news with AI-generated summaries using Huggingface 🤗 transformers


Backend

Python

  • Scrapes RSS feed of The Express Tribune (Requests + BeautifulSoup)
  • Generates summaries using Huggingface transformers
  • Served on Heroku using FastAPI

Frontend

Flutter

Pacakges used

  • flutter_webview: for displaying complete news article from inside the app
  • spinkit: for loading page animation
  • http: for making API requests to fetch news

In Action 📸



Releases

No releases published

Packages

No packages published

Languages