This project is a part of study program of DataCamp.
The purpose of this project is use NLP for analysis the tweets of presidential US and CAN in 2020
- Machine Learning
- Data Visualization
- Predictive Modeling
- NLP.
- Python
- Pandas, sklearn, Naive Bayes, jupyter
This project consist in NLP method to analysis the comportament of presidential of US and CAN in 2020 on twitter, using methods of data science and machine learning to create one model and determine if one tweet corresponds to one candidate or to another.
- Clone this repo (for help see this tutorial).
- Create an virtualenv
virtualenv -p python3 env
- Start the virtual env
source env/bin/activate
- Intall requirements
pip install -r requirements.txt
- Just run jupyter on terminal:
jupyter notebook
Team Leads (Contacts) : Lucas Fonseca(@lucasfonmiranda)