This project performs sentiment analysis on Telugu text data using both transformer-based and traditional machine learning models. We leverage models such as ALBERT, RoBERTa, and DistilBERT, as well as SVM, Logistic Regression, Naive Bayes, Decision Tree, Random Forest, and Linear Regression to classify sentiment in Telugu sentences.
We use the Telugu Sentiment Dataset from Hugging Face, which contains labeled Telugu text data for sentiment classification.
data/: Contains the dataset (downloaded or preprocessed)notebooks/: Jupyter notebooks for exploratory data analysis and model prototypinglexicon/: Contains the Positive and negative Sentence
The models are evaluated based on Accuracy and F1 Score.