Project · 2020

Twitter sentiment on GCP

A tiny Flask app on Google Cloud that streams tweets for a topic and scores them in real time.

Stack Python · Flask · Tweepy · Google Cloud Platform

Role Side project


A small web app that takes a topic and a tweet count, pulls live tweets through the Twitter API, runs each one through a sentiment classifier, and returns the aggregate. The interesting part was less the model and more the plumbing: Flask, Tweepy, and a first honest attempt at containerizing and deploying something to GCP.

← all projects