Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 929 Bytes

File metadata and controls

31 lines (26 loc) · 929 Bytes

Text Sentiment Analysis

This is a Color-Coded Text Sentiment Analysis

image Objective & Positive, Objective & Negative, Subjective & Positive, Subjective & Negative and Neutral.

Current Models/Tools:

Setup

  • pip install -r requirements.txt
  • python -m textblob.download_corpora

Execution

  • cd src
  • python -m uvicorn main:app --reload

This app uses