Truthguard
Truthguard is an AI-powered project for detecting fake news across text, audio, image, and video modalities.
Repository Contents
Source Code: All backend and model training scripts.
Lightweight files: Configurations, helper scripts, and utilities are included here.
Large files (datasets, models, audio samples, etc.): Due to size limitations, these are hosted on Google Drive.
Access Large Files
You can download the required large files (datasets, pretrained models, audio/video data) from the link below:
🔗 Download from Google Drive
How to Use
Clone this repository:
git clone https://github.com/Gautghadi-1605/Truthguard.git cd Truthguard
Download and place the large files from Google Drive into their respective directories.
Install dependencies:
pip install -r requirements.txt
Run backend services and model training as needed.