Skip to content

A Simple Flask based Web Application that performs summarization, sentiment analysis and Keyword extraction

Notifications You must be signed in to change notification settings

Niraimathi-ak/Text-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-Analysis

A Simple Flask based Web Application that performs summarization, sentiment analysis and Keyword extraction

Features

  • Summarization - Uses facebook/bart-large-cnn for generating concise summaries.
  • Sentiment Analysis -Uses distilbert-base-uncases-finetunes-sst-2-english to determine text sentiment.
  • Keyword Extraction - Uses RAKE for key phrase identification.
  • Combined Analysis - Runs all three analyses at once.
  • History Tracking - Stores the last 5 Processed inputs and outputs.

About

A Simple Flask based Web Application that performs summarization, sentiment analysis and Keyword extraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published