Adventures in Web Apps - Pt 1

With quarantines and lay offs, I thought this would be a great time to take my little tic tac toe project to a real live app! Since playing in a jupyter notebook isn't nearly as fun as attempting to use my dog's head for one of the player symbols :)

This is mostly a brain dump/walk through my process and go over some decisions I made along the way.

Read more…

Playing with Tic Tac Toe

Tic Tac Toe

Goals

With this, my main goal was to mess around with both using straight numpy to build a basic tic tac toe agent as well as to learn more about qlearning as well. This article helped me with getting started with the basics.

This was about a day long project to help get started and next steps are to make this user friendly and deploy this outside of a notebook environment! Cause let's be honest, these aren't super user friendly.

Read more…

Puppy Growth

When you get a new puppy, it's easy to not see how quickly they're growing until you look at some pictures!

Read more…

Plant Tracking

Tracking plant growth over the last couple months! I need to work on taking consistent photos, but these do the trick for now! My monstera in particular has come a long way after facing root rot :)

Read more…