Hey there! π
- π Iβm currently working on finishing my PhD in Particle Physics π
- π€ Iβm looking for a job in Machine Learning π€
- π¬ Ask me about using Machine Learning in Physics! π
- π« How to reach me: π§ steffaniccodes@gmail.com π¦ @SteffanicCodes
- πΈοΈ Check out my website: steffanic.com
- π Pronouns: he/him
I'm focusing on finishing my PhD and getting as much experience with Machine Learning Research and good software engineering practices as I possibly can in the meantime. Check out my project repositories, here are a couple that I would like to highlight:
-
Streamlit Geolocation Button A streamlit component for requesting GPS location from a user. It has >500 downloads so far! π
-
Generative Color Swatch Transformer Using the transformer architecture to model color palettes trained on palettes from the excellent palettable package. I've included a sample gif below, and you can try it out at steffanic.github.io/SwatchTransformer/, too!
-
MCTS Monte Carlo Tree Search implemented in Python along with 9x9 TicTacToe and CartPole. TicTacToe was solved easily, but CartPole is intractable(as expected) even with a discretized observation space.
-
Vertical Drying Physics simulation written in C++ with OpenMPI. Crystal formation via evaporating a suspension of rod-like molecules at various rates.