Skip to content

elozano98/news-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Analyzer

This application analyzes an article by using transformer models for 4 different tasks:

  • Classify the article into the corresponding category.
  • Detect whether the article is fake or not.
  • Detect if the article headline is clickbait or not.
  • Recognize different named entities in the text.

Installation

Install requirements:

pip install -r requirements.txt

Build app

Run:

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages