Skip to content
View Ricky042's full-sized avatar

Block or report Ricky042

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Ricky042/README.md

Hi, I'm Eric Berg πŸ‘‹

CS grad from the University of Melbourne building things at the intersection of machine learning, computer vision, and full-stack software.

I'm actively looking for graduate / junior roles in Melbourne β€” AI engineering, data science, software engineering, or computer vision. Open to a chat.


πŸ”§ What I build

  • πŸŽ₯ Computer vision pipelines β€” real-time object detection, custom YOLO training, spatial analytics
  • πŸ“Š Predictive ML models β€” sports forecasting, Elo ranking systems, probabilistic modelling
  • 🌐 Full-stack web apps β€” React / Node.js / PostgreSQL, deployed on AWS
  • πŸ€– RL agents β€” PyTorch-based bots for strategy games

πŸ“Œ Highlighted Projects

πŸ€ BallVision β€” Real-Time Basketball Computer Vision

End-to-end CV pipeline for player and ball tracking across full match footage. Custom YOLO models, CVAT annotation workflows, top-down court visualisation.

πŸ“Š MarchMadness2026 β€” Sports Prediction System

Kaggle competition entry. Custom Elo-based ranking, feature engineering on 40+ years of data, probabilistic outcome modelling that outperformed public betting baselines.

🌐 MarkingApp β€” Full-Stack Deployed Web App

Production app for managing university marking workflows. React + Node.js + PostgreSQL + AWS. Rubrics, analytics dashboards, and automated email notifications.

πŸƒ GTO3 β€” PokerHack 2025 Winner

Hackathon-winning poker bot applying game theory optimal strategies via probability-based decision trees. Won PokerHack 2025 hosted by HackMelbourne.


πŸ›  Tech Stack

Python JavaScript SQL React Node.js PostgreSQL AWS Docker YOLO OpenCV scikit-learn PyTorch pandas


πŸ“« Get in Touch

Pinned Loading

  1. WesleyJuraschek/BALL_VISION WesleyJuraschek/BALL_VISION Public

    Computer vision system for real-time basketball analysis. Processes match footage frame-by-frame to detect players and the ball, classify players into teams using jersey colour clustering, determin…

    Python 1

  2. MarkingApp MarkingApp Public

    A production-deployed full-stack web application for managing university marking workflows. Built to handle the coordination overhead between markers, subject coordinators, and students β€” rubric co…

    JavaScript 1

  3. KaggleMarchMadness KaggleMarchMadness Public

    Kaggle competition entry β€” probabilistic prediction system for the 2026 NCAA March Madness tournament. Trained on historical data spanning 40+ years, with a custom Elo ranking engine and feature en…

    Jupyter Notebook

  4. GTO3 GTO3 Public

    Forked from jeremlll/gto3

    Hackathon-winning poker bot applying Game Theory Optimal (GTO) strategy via probability-based decision trees. Built for PokerHack 2025 hosted by HackMelbourne. Competed against bots from all partic…

    Python