This is a simple Next.js app that provides sentiment analysis (add a review or any piece of text and it will categorize it as positive, negative, or neutral). Powered by Together AI.
Create a .env.local file and add your Together AI API key. Then install dependencies with npm install and run the app with npm run dev.