This project contains a simple frontend application built with React for testing a sentiment analysis API.
The frontend allows users to input text or a batch of texts, which are then sent to the sentiment analysis API for processing. Once processed, the sentiment results are displayed on the screen.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install dependencies by running
npm install
. - Start the development server with
npm start
.
- Enter one or more texts in the input field.
- Click the "Analyze Sentiments" button to send the texts to the API.
- Once the analysis is complete, the sentiment results will be displayed below the input field.
- React
- JavaScript
- CSS
The frontend interacts with the sentiment analysis API hosted at https://deploy-check-azure.vercel.app/api/batch_sentiment
.