💬 NLP Sentiment Analysis
Built a sentiment analysis model for Amazon reviews using NLP techniques.
Workflow
- Text preprocessing (tokenization, stopwords removal)
- TF-IDF vectorization
- Trained Logistic Regression & BERT
Tools: Python, NLTK, Scikit-learn, Transformers