Projects!
Gold Price Prediction
A python/react project focused on using pre-trained ML models for predicting the price of gold. An exploration of Docker and building microservices that communicate across docker network to fetch current gold prices, perform an inference and deliver the inference across the entire stack to the front end. This project uses the TwelveData API.
Homelab Infrastructure
I recently started Homelabbing, so far I have Jellyfin, Immich and personal projects running on docker being hosted on my server. I am using Tailscale for remote access. I am looking into investing in a NAS for better storage solutions.
Conventional Commits
An elixir library that adds a mix task to your codebase that helps developers make conventional commits
Boids with ECSx
A boids simulation to explore entity component systems and how they can be used with Elixir liveview to build real time systems that interact with each other
Space Couriers
Web based game utilising Elixir's GenServers, Phoenix's liveview and an exploration into SVG for designing assets.
Anime Recommendation Engine
Content based recommendation engine using ArangoDB graph traversal to model similarity relationships between shows and genres. Results are returned to the user in natural language by using LLMs.