art blog books programming misc

art

more art

Großstadtdschungel (2018)

Acryl auf Leinwand (120x80cm)

Bugatti (2018)

Acryl auf Leinwand (100x80cm)

blog

books

misc

programming

hackathon sponsors

🥇🥇🥇#1 Winner of the AI+Expo Hackathon Anthropic Track in Washington, D.C.

Built an AI-based system for building disease monitoring dashboards. I specifically made a Data Engineer AI agent that is able to search, validate, clean data for any disease - think Deep Research but for datasets.

GitHub Agent Video Demo
tennis bot

Built a web-browsing AI agent that can book tennis courts for you. You can call it via a Telegram chat bot. Leveraged strengths of multiple LLMs (Claude, GPT, Gemini). Used Playwright for browser interaction. The agent navigates websites to perform actions like checking availability of courts and making bookings. Used self-reflection and other tricks to maximize reliability.

Blog Post YouTube Demo
kindle

A tool to turn your Kindle's highlights and notes into markdown formatted documents. I use it to automate the writing of book summaries.

GitHub

rshiny

An R Shiny Application to simulate how a firm develops over its lifecycle, period by period, cohort by cohort. You can explore common marketing metrics and how they evolve. Every metric can be broken down by customer cohorts.

GitHub Live Demo
rnn

A university NLP project in which I programmed a recurrent neural network (LSTM) that generates customer reviews given a desired product category. I used publicly available Amazon customer review datasets.

GitHub Google Colab Excerpt from Paper