Tag: Netlify
First Svelte project - FEH Tracker
I made a tracker for the mobile game Fire Emblem Heroes, to keep track of your Aether Raids lift.
Sound classifier
A machine learning (ML) model for classifying sounds as happy or sad. It doesn't work extremely well, but considering that I trained it on my laptop with about 100 sounds, I'm pretty happy with its performance. I used PyTorch with torchaudio for training and running the model. I also made a website with the model hosted on Heroku to make it easier to use. Unfortunately, Heroku no longer offers free dynos, and it no longer works because I don't want to pay for a dyno just for this.
Something Good Today
Another SvelteKit project, this time with Firebase integration for accounts. It's an activity tracker I made mostly for myself, so I could track if I did something I felt good about every day (hence the overly generic name).
Timeline Generator
This is a quick timeline generator I threw together in a couple of days. You upload a spreadsheet of some sort, select columns, customize colors if you want, and it generates a timeline PNG for you.
Deru's Book of Made-Up Facts
A blog for my family to post random crazy things to. Made with Sveltekit and Sanity CMS. This is the first project I made with Sveltekit, and also the first thing I made with any sort of back end.