Giter VIP home page Giter VIP logo

detoxifier-extension's Introduction

detoxifier-extension

Link https://devpost.com/software/detoxifier-just-a-better-twitter

Architecture

arch

Frontend

  1. download this repo
  2. go to chrome://extensions
  3. check Developer mode in the top right corner
  4. click Load unpacked
  5. select this repository

Backend

Toxic Classifier

  1. clone IBM's MAX-Toxic-Comment-Classifier
  2. start the docker container as shown in the link above
  3. you can host it on your domain with https (required), if you don't have a domain:
  4. use a reverse proxy, I used caddy with the following Caddyfile
:2021
reverse_proxy 127.0.0.1:5000 {
    header_down Access-Control-Allow-Headers *
    header_down Access-Control-Allow-Origin *
}
  1. use a tunnel, for this project, I used ngrok for automatic https ./ngrok http 2021 (2021 - the port above)

Fake news serverr

Clone the detoxifier server and host it using the above method, or on netlify, as it isn't as resource intensive as the toxic classifier server.

detoxifier-extension's People

Contributors

calinbiberea avatar deluxeowl avatar zademn avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.