Python sentiment analysis tool that automatically classifies customer reviews as positive, negative, or neutral from a JSON file.

Problem
Businesses receive large volumes of textual reviews and need a fast understanding of overall sentiment without manual line-by-line analysis.
Solution
The project ingests structured JSON and assigns positive, negative, or neutral polarity to make customer feedback easier to use.
Who it’s for
Analysts, product and marketing teams, data and AI students, and developers who want to automate review analysis.
How it works
The repository is primarily Python-based and follows a JSON input → sentiment classification → business-usable output pipeline.
Stack
Python · Shell · JSON processing · sentiment classification · Transformers

