Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 934 Bytes

ReadMe.md

File metadata and controls

39 lines (24 loc) · 934 Bytes

Using Tweets to feed an ML model

This project contains three files. One for retrieving the weets, one for training a machine learning model, and one for spitting out results of training the machine learning model.

Getting Started

Make sure you have Python3 and Pip3 installed on your local machine

python3 install pip3

Installing

The first step is for installing the tweepy library, the second step is for installing textgenrnn.

  • Textgenrnn is a very simple machine learning model that takes any text data, each thing you want to give the model must be thematically similar and on its own line of text
pip3 install tweepy
pip3 install textgenrnn

Examples

See twitter_tweets.txt as an example file ouput

Authors

Acknowledgements

  • Shout out to tweepy and textgenrnn for some awesome free to use API's