Classifying Messages with Natural Language Processing

Description

I have built ...

  • an ETL pipeline that cleans a dataset made up of Tweets and text messages and loads it into a database,
  • a Machine Learning Pipeline that trains a model with this data and saves it into a pickle file,
  • a web application with Flask that uses this pickle file to classify Tweets inputted into a web form.