Sentiment Analysis

Sentiment Analysis is a simple Django web application that allows users to analyze the sentiment of a given text input. The app utilizes an AI-powered sentiment analysis model (TextBlob) to determine whether the text is positive, negative, or neutral, as well as its level of subjectivity

Feature:

  • Sentiment analysis: determines the polarity (positive, negative, or neutral) and subjectivity of the input text.
  • Results visualization: displays the analysis results in a clear and organized table.
  • User-friendly interface: easy to use thanks to Bootstrap for layout and styling.
  • Multilingual support: the user interface is available in Italian and English (with the potential to add more languages in the future).
  • Microservices architecture: built on a microservices architecture for scalability and maintainability.

Short description

A simple Django web application that allows users to analyze the sentiment of a given text input