{% extends "base.html" %} {% block title %}Home - Fake News Detector{% endblock %} {% block content %}

AI-Powered
Fake News Detection

Detect misinformation and fake news with our advanced machine learning system. Get instant, accurate analysis of any news article or text.

{% if not user or not user.is_authenticated %} {% endif %}
95%
Accuracy
1M+
Articles Analyzed
24/7
Available
{% if user and user.is_authenticated %}
Analyze News Article
Minimum 50 characters required for accurate analysis

Upload a .txt file containing the article text
Analysis Result
{% else %}

Advanced AI Protection

Our machine learning model analyzes text patterns, sources, and language to identify potential misinformation.

Start Analyzing
{% endif %}

Powerful Features

Everything you need to combat misinformation

AI-Powered Analysis

Advanced machine learning algorithms trained on millions of articles to detect fake news with high accuracy.

Real-Time Results

Get instant analysis results with confidence scores and detailed explanations for each prediction.

Analytics Dashboard

Track your analysis history and view comprehensive statistics about fake vs real news trends.

Role-Based Access

Different access levels for users, analysts, and administrators with specialized tools for each role.

Mobile Friendly

Responsive design that works perfectly on all devices, from desktop to mobile phones and tablets.

Secure & Private

Your data is protected with enterprise-grade security. We never store or share your analyzed content.

How It Works

Simple steps to verify news authenticity

1
Input Text

Paste or upload the news article you want to verify

2
AI Analysis

Our ML model analyzes language patterns and credibility signals

3
Get Results

Receive detailed analysis with confidence scores

4
Track History

View your analysis history and personal statistics

{% endblock %} {% block scripts %} {% endblock %}