jit-music banner

jit-music

3 devlogs
3h 7m 57s

A rust program that turns hand motions into music!

This project uses AI

I used AI for help with the UI, and the duckduckgo search assistant thing helped me with researching which scale to use.

Repository

Loading README...

jackson

Soooo I went back to python, building just doesn’t work. Anyways. I’ve done the following here:

Gone back to my python system
Switched to using solely python for the camera code
Switched the UI to take the whole window
Added more controls
Worked on a house/trance mode

0
jackson

In the span of 24 minutes I have implemented a python process for mediapipe. This was surprisingly easy, buttttt I’m getting a buttery smooth 10 frames per second. This is probably fine, but I’ve gotten the idea of using cpp so I will switch.

Attachment
0
jackson

This is the first devlog! I was actually banned until today, so I haven’t had a chance to log it yet, but here goes:

I used two models to do this - a palm detection one for x and y, and a finger landmark model to determine the number of raised fingers. The landmark one works horribly, and as such I will switch it for google’s mediapipe.

In this project I used AI to write:
The ui - I will redesign it myself, but it was 2 am, and I just needed to test it.

Attachment
0