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 a web app that evaluates article credibility using a Logistic Regression model (98.29% accuracy) and a fine-tuned distilBERT model (98.70% accuracy), leveraging spaCy and the Google Fact Check Tools API to generate AI-based credibility scores.
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.