Skip to content

Takaman/2206-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Chrome Extension for Fact Verification

About The Project

image

FalseGuardian fact checker extension is a tool designed to promote integrity and truthfulness in online content. By simply selecting text on a webpage, users can quickly and easily check the veracity of the information presented. The extension employs advanced algorithms to analyze the selected text and provide users with relevant fact-checking information from trusted sources.

(back to top)

Built With

  • Python
  • JavaScript
  • Node.js
  • npm
  • Django
  • PyTorch
  • spaCy
  • NLTK
  • Hugging Face Transformers

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation and Usage on Windows and Mac

  1. Clone the repo

    git clone https://github.com/Takaman/2206-Project.git
  2. Activate VENV and install python Dependencies

    cd 2206-Project/djangoserver
    
    # Either create a virtualenv or install dependencies directly
    python -m venv djangoENV
    source djangoENV/bin/activate
    
    pip install -r requirements.txt
    python -m spacy download en_core_web_lg
    python -m spacy download en_core_web_sm
  3. Run the local Django Server

    python ./manage.py runserver
  4. Build Chrome Extension and install node.js modules

    cd 2206-Project/FalseGuardian
    npm install
    npm run build 
    or 
    npm run watch 
  5. Go to your Chrome Browser's Extension page and load unpacked package

    • Navigate to the newly create /build folder

    • Select the folder

  6. Select text to fact check

First-layer approach image

Second-layered approach image The results would appear at the popup extension.

(back to top)

Contributors

The involvement of these individuals was crucial for the creation of this project.

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

About

Fact Checking tool for Chrome

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors