Hey everyone! Recently: 1. I got tired of setting...
# general
t
Hey everyone! Recently: 1. I got tired of setting up experiment tracking boilerplate code for MLFlow or Weights&Biases 2. I was excited to try the recent FastUI framework to create web apps UI on top of FastAPI (i.e., competing with Streamlit, Shiny, Dash, etc.) So I decided to build a lightweight local experiment manager plugin for Hamilton! You can access it via
hamilton.plugins.h_experiments
see the example here I go into more details about the building process in our latest blog: https://blog.dagworks.io/p/building-a-lightweight-experiment The best part about open source tools like FastAPI, FastUI, and Hamilton is that you own your platform. It's easy to get started and you can incrementally add the features YOU need!
🔥 7