Skip to content

Ochecodes/Lamba-AI-Powered-Misinformation-detector-Browser-Extention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lamba

A full-stack Chrome extension + FastAPI backend that:

  • Scans articles in real time
  • Detects fake news with a trained ML model
  • Analyzes sentiment
  • Verifies if the source is trusted

Browser Extension

How to Use

  1. Go to chrome://extensions
  2. Enable Developer Mode
  3. Click Load Unpacked → Select extension/ folder
  4. Click the extension icon → Click Analyze

Backend (FastAPI + ML Model)

Setup Locally

cd backend
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload

About

Realtime sentiment analysis tool that lives in your browser and helps you make better choices on the contents you choose to consume on the web. Help newsrooms and media practitioners score Misinformation and mental health implication of their publication on the enduser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors