Loading repository data…
Loading repository data…
Fugant1 / repository
Unfaker is an open-source Chrome extension and API designed to detect fake news in social media posts
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.
docker build -t unfaker-api .
docker run -d -p 8000:8000 --name unfaker-container unfaker-api
chrome://extensions/;web/Open a X post and see a popup with our analysis.
This project was originally developed during the Hackaton Raia - Grupo Transformice.