Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 482 Bytes

Sentiment Analysis of Tweets using Machine Learning

Introduction

This project focuses on performing Sentiment Analysis on Twitter data using Machine Learning techniques in Python. Sentiment Analysis involves determining the sentiment or emotional tone behind a piece of text. In this case, we're analyzing tweets to classify them as positive, negative, or neutral.

Technologies Used

  • Python
  • Machine Learning Libraries (e.g., scikit-learn, NLTK)
  • Jupyter Notebook