Back to projects
Groq API Sentiment Analysis
$ cat Groq-API-Sentiment-Analysis.json
{ "title": "Groq API Sentiment Analysis", "category": "ai", "stack": [ "Python", "Groq API", "TextBlob" ] }

Project Overview
This project is a robust sentiment analysis application built with Python and Flask that harnesses the power of Groq's large language models to analyze customer feedback at scale. The application accepts CSV or Excel files containing customer reviews through a RESTful API endpoint and processes each review to determine sentiment polarity, key themes, and actionable insights.