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.
Make sure you have Python3 and Pip3 installed on your local machine
python3 install pip3
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
See twitter_tweets.txt as an example file ouput
- Ian Krieger - Initial work - https://github.com/IanKrieger
- Shout out to tweepy and textgenrnn for some awesome free to use API's