Views
No views yet
✨ Goal: Help users detect misinformation, understand source credibility, and verify facts using multiple trusted headlines.
| Tool | Purpose |
|---|---|
transformers | Fake news classification (DistilBERT) |
sentence-transformers | Semantic comparison (SBERT) |
Streamlit | Frontend app interface |
feedparser + Google News RSS | Real-time news search |
newspaper3k | Extract full text from article URLs |
PyTorch | Model inference |
tldextract | Extract domain for source rating |