Skip to content

sid-sadhana/FactGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation


2. 🧠 FactGuard — Real-Time YouTube Fact Checker

# 🧠 FactGuard

A scalable AI platform that combats misinformation on YouTube by validating video content using Retrieval-Augmented Generation (RAG) and real-time fact-checking.

## ⚡ Features

- Scrapes and analyzes YouTube transcripts
- Real-time fact validation via trusted knowledge sources
- Uses LLaMA via Groq inference + GPT for cross-checking
- Responsive UI with Next.js
- Supports scalable multimedia pipelines

## 🛠️ Tech Stack

- Next.js frontend
- LLaMA and GPT models
- Groq for high-speed inference
- Backend: Python, FastAPI
- RAG + verified source referencing

## 🧪 Architecture

- Extract transcripts → Generate chunks
- Embed + store in vector DB
- Query LLMs with RAG context
- Return validation scores and responses

## 📜 License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors