Skip to content

NoBias is a program that will detect bias in a news article. We will detect bias by analyzing the tone, sentiment, and diction of a news article.

Notifications You must be signed in to change notification settings

Allen-ISD-Computer-Science/REPO_NoBias_2024

Repository files navigation

Vision Statement

NoBias is a program that will detect bias in a news article. We will detect bias by analyzing the tone, sentiment, and diction of the news article. A user will submit a web link to their desired news article and our program will return an in-depth analysis of the article: summary of the news article, heavy tone words, different political sides, sentiment analysis, and a bias meter.

Roles

Getting Started

To get started with this project, ensure the following prerequisites

Prerequisites

  • Python 3.12.0 or later
  • Visual Studio Code

Installation

Once the prerequisites have been completed, open up a terminal page in Visual Studio Code and execute the following:

git clone [email protected]:Allen-ISD-Computer-Science/REPO_NoBias_2024.git
cd REPO_NoBias_2024
pip3 install -r requirements.txt
python3 nlpFiles/nltkmodules.py

Run Server

Once all of the required modules and libraries are installed, execute the following to run the server

python3 manage.py runserver

Once the server starts running, view the website.

About

NoBias is a program that will detect bias in a news article. We will detect bias by analyzing the tone, sentiment, and diction of a news article.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published