Skip to content
View lavaFreak's full-sized avatar

Block or report lavaFreak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lavaFreak/README.md

Garion Milazzo

Computer Science student at the University of New Mexico focused on software engineering, backend systems, machine learning, and developer-facing tools.

I like projects that mix clear engineering fundamentals with interesting problem solving: debugging real codebases, designing maintainable systems, and building things that are useful to other people.

What I'm Focused On

  • Backend and full-stack software engineering
  • Applied machine learning and data-focused projects
  • Open-source contribution workflow: debugging, testing, code review, and pull requests
  • Building polished software projects and developer-facing tools

Recent Open-Source Contributions

  • excalidraw/excalidraw#11192 Fixed grouped selection outlines so they use the active highlight color consistently, and added a regression test around the selection behavior.
  • pytest-dev/pytest#14391 Updated pytest.raises(..., match=...) failures to preserve the original exception as the direct cause of the resulting AssertionError, with test coverage and changelog updates.

Featured Project

  • WildFireDetector Wildfire image-classification project with reproducible baselines, experiment tracking, arbitrary-image inference, and a final model that reached 96.5% test accuracy with 0.991 AUC.

Tech Stack

  • Languages: Python, Java, Haskell, C, C++, JavaScript, TypeScript
  • Libraries and tools: TensorFlow, OpenCV, NumPy, Pandas, Git, pytest
  • Areas of interest: backend development, ML, developer tooling, debugging, testing
  • Environment: Linux, macOS

What You'll Find Here

  • Repositories centered on software engineering, ML, debugging, and problem solving
  • Open-source contributions showing how I work in existing codebases

Contact

More projects are in progress as I keep rounding out backend, ML, and developer-tooling work.

Pinned Loading

  1. WildFireDetector WildFireDetector Public

    Public wildfire image classification project with reproducible baselines, experiment tracking, and inference tooling.

    Python 1

  2. StereoPipeline StereoPipeline Public

    Forked from NeoGeographyToolkit/StereoPipeline

    The NASA Ames Stereo Pipeline is a suite of automated geodesy & stereogrammetry tools designed for processing planetary imagery captured from orbiting and landed robotic explorers on other planets.

    C++

  3. mlflow mlflow Public

    Forked from mlflow/mlflow

    The open source AI engineering platform for agents, LLMs, and ML models. MLflow enables teams of all sizes to debug, evaluate, monitor, and optimize production-quality AI applications while control…

    Python

  4. pytest pytest Public

    Forked from pytest-dev/pytest

    The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

    Python

  5. scrabble-ai scrabble-ai Public

    JavaFX Scrabble game with move validation, scoring, dictionary support, and best-move search.

    Java