Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 262 Bytes

File metadata and controls

11 lines (8 loc) · 262 Bytes

tweets_semantic_analysis

Semantic analysis of tweets from sentiment140.com dataset.

Install required packages with:

pip install -r requirements.txt

Run main.py file to create model using Data_tweets.csv data.

Code written and tested on python 3.8.7