diff --git a/README.md b/README.md index 9c1d4a9..c4ff22f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # Multilingual-Sentiment-Analysis In this project I have developed a multilingual sentiment analysis system. This system can be used for sentiment classification task over 3 languages namely English, Hindi and Marathi. + Input: Any sentence in English or Hindi or Marathi. + Output: Sentiment Class (Positive or Negative or Neutral). I have also provided a very easy to use GUI to use this system which is basically as web interface. + At the back of the system there are two models distilbert and mbert. Usert can select any of these two for the classification task.