Skip to content

thecodingmage/Smart-review-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Review Analysis API

A simple Flask-based API that performs sentiment analysis, keyword extraction, and aspect classification on customer reviews.

Endpoint

POST /analyze

Input

{
  "review": "This product is amazing!"
}

Response

{
  "review": "This product is amazing!",
  "sentiment": "Positive",
  "keywords": ["product", "amazing"],
  "aspect": "Product Quality"
}

Setup

pip install -r requirements.txt
python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages