You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI-powered fake news detector with 3-tier verification: Google Fact Check API → Wikipedia → ML ensemble (90% accuracy). 4 models: Naive Bayes, Logistic Regression, Random Forest, SVM. NLP pipeline with spaCy NER, TF-IDF vectorization. Professional Flask web app with real-time analysis.
TruthLens is an AI-powered web application that analyzes news credibility using a Logistic Regression + TF-IDF model (92.28% accuracy) and a fine-tuned DistilBERT model (90.98% accuracy), along with the Google Fact Check API for enhanced verification.
TruthLens is a web app that evaluates the credibility of online articles using a Logistic Regression ML model (98.66% accuracy). It uses spaCy to extract key sentences, integrates Google Fact Check Tool API, and provides AI-based credibility scores to help users identify reliable or fake articles.