Welcome!
Welcome to my website! I share my projects and various things I like to talk about here.
Projects
GDELT Globe
A visualization of GDELT data in globe.gl
Visualize geopolitical events scraped from online news articles across the world as part of the Global Database of Events, Language, and Tone (GDELT) project, with information on the impact of the events (Goldstein score), and the public opinion of them (Average Tone). Click an event to open the source article. Taller events are mentioned in multiple articles. Arcs represent the target of the event when available.
Natural queries
A chatbot to query various sorts of data
A system for translating your questions to database queries, inspired by APL and the Tractatus Logico-Philosophicus. It consists of a wrapper around pandas dataframes facilitating algebraic, relational, and SQL operations, a parser for the query language, an LLM agent to create the queries, and a loader for the user’s files (e.g. Excel sheets). (hosting WIP)
Star Sector builder
A tool to optimize your Star Sector fleets!
Searches for optimal loadouts satisfying constraints of your choosing in the video game Star Sector. (WIP)