Noah Ripstein
  • bio
  • blog (current)
  • news
  • cv
  • image

    Automating Repetetive Work With Computer Vision

    My journey towards automating 250 hours of video labelling for my undergrad thesis lab

    (And don't worry, there's a 1 minute TLDR overview)

    21 min read   ·   December 20, 2024

  • image

    2048 Game AI

    I developed a Python clone of the 2014 viral game "2048," and designed a probabilistic AI to play it. My algorithm achieves a 97% win-rate by formalizing the game as a Markov Decision Process and using a hybrid of Monte Carlo tree search and expectimax to select moves.

    15 min read   ·   July 01, 2023

  • image

    What Bird is That? - Computer Vision Website

    A simple website which identifies the species of bird in user-uploaded photos. After identifying the species, it provides the user with some information about the bird. Built to teach myself the basics of computer vision

    5 min read   ·   June 15, 2023

© Copyright 2025 Noah Ripstein.