Unfaker is an open-source Chrome extension and API designed to detect fake news in social media posts (currently integrated with X/Twitter). It uses machine learning models and automated analysis to flag potentially misleading content and provide users with insights before they engage with it.
- FastAPI for the backend
- Docker for containerization
- Chrome Extension for client-side integration
- ML/NLP models for fake news detection
docker build -t unfaker-api .
docker run -d -p 8000:8000 --name unfaker-container unfaker-api
- Open google chrome and go to
chrome://extensions/; - Enable developer mode
- Click "Load Unpacked" and select the folder
web/
Open a X post and see a popup with our analysis.
This project was originally developed during the Hackaton Raia - Grupo Transformice.