A python script that will extract several thousands of tweets using Twitter's Developer API. The data collected will then be passed through a Huggingface transformer.
NOTE: This project is currently on hold due to work requirements
TODO:
- Gather more tweets using the scrape bot
- Clean, parse, and standardise the data to a format that is acceptable by the transformer
- Create a target feature
- Split to training and test data sets
- Pass the Training dataset through the Huggingface Transformer.
- Evaluate the results
- Amend model accordingly