Back home
aryah headshot

Aryah Oztanir

Author

Parsing / Analyzing Tweets

10 months ago

Parsing / Analyzing Tweets image 1

This was one of my early software research projects that really got me interested in the world of web scraping and parsing with AI and Python. The project included a variety of different data reading and data analysis techniques that helped me build the computer science skills I know and use today.

The final product was quite cool, as I could pass in a Twitter feed, parse it, and then analyze the tweets from that feed in two ways—through a local parsing library, and an examination of each of the words used in the tweet from an online dictionary of words with specific connotations. Once the information was parsed, it was passed into a local instance of the BERT large language model on Hugging Face to analyze the sentiment of what is being said. The end goal was to check if someone was at risk of a mental health issue.

Take a look at the project below or here.