jackmleitch /
EssayCompanion
:globe_with_meridians: :memo: An NLP powered Google Chrome extension to summarize, paraphrase, get named entities, and find keyword synonyms from highlighted text.
Loading repository data…
anantdgoel / repository
Chrome extension to flag fake news on Facebook. Built at HackPrinceton '16
Disclaimer: This project is not under active development anymore
In the current media landscape, control over distribution has become almost as important as the actual creation of content, and that has given Facebook a huge amount of power. The impact that Facebook newsfeed has in the formation of opinions in the real world is so huge that it potentially affected the 2016 election decisions, however these newsfeed were not completely accurate. Our solution? FiB because with 1.5 Billion Users, Every Single Tweak in an Algorithm Can Make a Change, and we don't stop at just one.
Go to the chrome web store and add our extension to your browser
To build the backend python server locally to use with the extension, this repository includes backend/Dockerfile.
Build the Docker image
cd backend/
docker build -t hackprincetonf16 .
Run the Docker container locally on port 5000
docker run -it --rm -p 5000:5000 hackprincetonf16
Update var server in extension/myScript.js to http://localhost:5000 before installing the extension manually.
This project is still under development (a lot of work is required and is also being put in). All of us are Univeristy students trying to help solve a problem social media faces. As university we may sometimes take a while to fix issues or approve pull request, please bear with us. We are always on the lookout for sponsors for this project as we are non-profit and need money to run our servers and cover our API costs.
We love contributors. We are open source and every contribution helps. Please read CONTRIBUTE.md for how to contribute to our project.
This project is protected under Open Software License 3.0
Please read License.md
Selected from shared topics, language and repository description—not editorial ratings.
jackmleitch /
:globe_with_meridians: :memo: An NLP powered Google Chrome extension to summarize, paraphrase, get named entities, and find keyword synonyms from highlighted text.
Ducksss /
Chrome Web Extension that uses a custom GPTZero Model to automatically detect and rephrase any GPT-generated text on Notion via a single click!
utkarsh0p /
A Chrome extension powered by a LangGraph ReAct agent that lives in your browser. It can read any webpage, search the web, and connect to 500+ apps — all from a chat popup.
Fugant1 /
Unfaker is an open-source Chrome extension and API designed to detect fake news in social media posts
This Project teaches how build an end-to-end MLOps pipeline that analyzes YouTube sentiment in real-time through a Chrome extension. Using modern ML tools like MLflow, DVC, Docker, and AWS while developing a complete solution from data collection to deployment.