Fake News Analysis System
status:offline
Fake News Analysis System detects potential fake news by comparing articles and their contexts. It uses semantic similarity scoring to surface discrepancies between original and modified content, presenting a side-by-side comparison through a modern web interface backed by a containerized ASP.NET Core API.
Stack
Next.jsTailwind CSSASP.NET Core 8PostgreSQLEF CoreDockerMinIOAI/ML
Highlights
- Semantic similarity scoring (cosine similarity) to compare article content and context.
- Side-by-side comparison UI for spotting discrepancies between versions.
- ASP.NET Core 8 backend following clean architecture, containerized with Docker.
- Media and file storage handled via MinIO object storage.