Skip to content

MeghnaaT/RealityCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reality Check – A Tool for Verifying Digital Content

Reality Check is a web-based tool that helps users verify whether digital content (text or images) is likely to be real or AI-generated. The goal of the project is to promote digital awareness and support safer online behavior.


Main Features

  • Image authenticity detection
  • Text authenticity analysis
  • Simple and user-friendly web interface
  • Clear explanations with confidence scores

How the System Works

The user interacts with a simple web interface where they can upload an image or paste text.

The request is sent to a backend server built using FastAPI.

The backend:

  • Analyzes images using a pre-trained model
  • Analyzes text using language-based heuristics

The results are converted into human-readable feedback.


Technologies Used

Frontend

  • HTML
  • CSS
  • JavaScript

Backend

  • Python
  • FastAPI
  • Uvicorn

How to Run the Project

Backend

cd reality_check_backend
pip install -r requirements.txt
python -m uvicorn main:app --reload
##
###

### Frontend

Open reality_check_frontend/index.html in any web browser.

Why This Project Is Important

Reality Check helps people become more aware of the content they consume online. Instead of blindly trusting information, users are encouraged to verify and think critically.

This can help in:

Reducing misinformation

Improving digital awareness

Promoting responsible sharing

Supporting safer online behavior

The project aligns with the idea of cyber peace by focusing on trust and transparency.

Limitations

The system provides probability, not certainty.

It may sometimes classify real content as risky or miss AI-generated content.

Accuracy depends on the quality of the models and input data.

Future Improvements

Support for video and audio deepfake detection

Improved model accuracy with larger datasets

User history and reporting dashboard

Browser extension integration

## Screenshots
![Home](screenshots/home.png)
![Image](screenshots/image.png)
![Text](screenshots/text.png)
![History](screenshots/history.png)
![Architecture](screenshots/architecture.png)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors