Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.22 KB

TweetyPy


  • This application allows a client to use a predictive model to determine which user is more likely to have tweeted a given text
  • Developed framework using Flask Python that queries the Twitter API for tweets from various users
  • Implemented word2vect using a SpaCy NLP model to create embeddings from the tweet text
  • Stored embedded tweet data in a SQLAlchemy Database
  • Fit Scikit-Learn Logistic Regression model to tweet data to make predictions, serializing the results for online use

app.py Project Main File

image

models.py Database

image

twitter.py Natural Language Processing

image

Deployed Preview

Screenshot 2022-08-05 062950