AA's banner
AA's profile picture

AA

@measure_plan23,881 subscribers

experiments in computer vision, games, music 🪬 https://t.co/nHUJPeghSD 🎹 https://t.co/SXlJS3fVXL

Shorts

if you take the derivative of a video and timeshift the RGB channels separately, it makes an interesting effect recorded live on my macbook without any video editing, coded with vanilla javascript

if you take the derivative of a video and timeshift the RGB channels separately, it makes an interesting effect recorded live on my macbook without any video editing, coded with vanilla javascript

507,330 görüntüleme

html-in-canvas API is shattering my expectations

html-in-canvas API is shattering my expectations

923,602 görüntüleme

i made a map roulette

i made a map roulette

194,233 görüntüleme

i made a game where you need to play the piano IRL to survive against waves of monsters it's live on the web for those who dare

i made a game where you need to play the piano IRL to survive against waves of monsters it's live on the web for those who dare

513,078 görüntüleme

i made a game where you play the piano IRL to survive against waves of monsters thank you to the 500 musicians and teachers who've played and given feedback so far. more features coming soon !!

i made a game where you play the piano IRL to survive against waves of monsters thank you to the 500 musicians and teachers who've played and given feedback so far. more features coming soon !!

78,774 görüntüleme

the future belongs to pretext, threejs, mediapipe

the future belongs to pretext, threejs, mediapipe

166,131 görüntüleme

i made donkey kong but you play with pushups and planks and it's quite inconvenient made with javascript, canvas, roboflow RF-DETR (for banana detection), and mediapipe body pose tracking lmk if you want to play a few fitness games like this and i'll try to get these online

i made donkey kong but you play with pushups and planks and it's quite inconvenient made with javascript, canvas, roboflow RF-DETR (for banana detection), and mediapipe body pose tracking lmk if you want to play a few fitness games like this and i'll try to get these online

129,607 görüntüleme

i trained this computer vision model just by asking for "tennis players", using roboflow rapid and SAM3 the model picks out Alcaraz and Sinner, while correctly avoiding the ball boys and fans then I exported the model to python and wrote a script to filter the data, track movement history, and annotate the final video this was a quick experiment but I could expand the project to track player speeds, distance covered, shot count, etc. could use this for a sports analytics app that tracks live matches and calculates custom metrics

i trained this computer vision model just by asking for "tennis players", using roboflow rapid and SAM3 the model picks out Alcaraz and Sinner, while correctly avoiding the ball boys and fans then I exported the model to python and wrote a script to filter the data, track movement history, and annotate the final video this was a quick experiment but I could expand the project to track player speeds, distance covered, shot count, etc. could use this for a sports analytics app that tracks live matches and calculates custom metrics

293,409 görüntüleme

typing "player with a red shirt" was all it took to train this computer vision model just a few minutes to train the model, export to python, and create this video i'll keep testing roboflow rapid and will report back with the results in the meantime, enjoy the magic of Zlatan

typing "player with a red shirt" was all it took to train this computer vision model just a few minutes to train the model, export to python, and create this video i'll keep testing roboflow rapid and will report back with the results in the meantime, enjoy the magic of Zlatan

238,658 görüntüleme

i made four sport app prototypes this week, using roboflow rapid + SAM3 + python these ideas could be taken further to make $$$ example: SportRadar is a company that sells analytics to sports leagues and betting firms, with a market cap of $6 billion (!!) a few ideas - for coaches: automated analysis of trainings, tracking stats by player, scouting to prepare for future opponents - for players: compare your form against pros to improve your technique - for amateur leagues: turn hour-long full match footage into automated video reel highlights - for broadcasters: better visuals and stats during live events - for betting / prediction markets: real-time analysis of player performance to predict results

i made four sport app prototypes this week, using roboflow rapid + SAM3 + python these ideas could be taken further to make $$$ example: SportRadar is a company that sells analytics to sports leagues and betting firms, with a market cap of $6 billion (!!) a few ideas - for coaches: automated analysis of trainings, tracking stats by player, scouting to prepare for future opponents - for players: compare your form against pros to improve your technique - for amateur leagues: turn hour-long full match footage into automated video reel highlights - for broadcasters: better visuals and stats during live events - for betting / prediction markets: real-time analysis of player performance to predict results

219,185 görüntüleme

gemini 3: build a jarvis HUD interface for tony stark a quick experiment with mediapipe computer vision, threejs, and javascript

gemini 3: build a jarvis HUD interface for tony stark a quick experiment with mediapipe computer vision, threejs, and javascript

218,673 görüntüleme

take two. as each voxel is created it chooses a random color from the palette, giving a more stained glassy effect [threejs]

take two. as each voxel is created it chooses a random color from the palette, giving a more stained glassy effect [threejs]

48,356 görüntüleme

i made a website that turns what you type into sound please enjoy making music for friends, lover, nemeses ^_^

i made a website that turns what you type into sound please enjoy making music for friends, lover, nemeses ^_^

36,916 görüntüleme

i made Dumb Drum Revolution. smack everyday objects to create "music" built with: - roboflow RF-DETR for object detection - mediapipe hand tracking - web audio API and some drum samples runs in realtime in the browser for all your drumming needs

i made Dumb Drum Revolution. smack everyday objects to create "music" built with: - roboflow RF-DETR for object detection - mediapipe hand tracking - web audio API and some drum samples runs in realtime in the browser for all your drumming needs

72,057 görüntüleme

i built an open world minigame that's controlled with hand movements only here's a step-by-step tutorial: > started with my mediapipe + threejs template (see QT) > added a 3D model made by quaternius > sent a few prompts to gemini 3... --- prompt #1: repurpose the attached script, but now I want to import a gltf model (assets/model.gltf) and use that in the scene instead of the cube when the user moves their hand, a waypoint indicator should move around the scene, and the 3D model should smoothly move there when the user makes a fist, the model should jump the 3D model contains bundled animations in it. use the "idle", "run", and "jump" animations --- prompt #2: make this a procedural open world adventure. generate very simple procedural voxel terrain when the model gets near the edges of the screen, the camera should move, allowing the model to keep going in that direction --- prompt #3: add some floating glowing gems around the map that the user can collect --- i made some manual tweaks for styling and game feel, but that's the gist of it thanks for reading if you got all the way here full code is available at my link in bio

i built an open world minigame that's controlled with hand movements only here's a step-by-step tutorial: > started with my mediapipe + threejs template (see QT) > added a 3D model made by quaternius > sent a few prompts to gemini 3... --- prompt #1: repurpose the attached script, but now I want to import a gltf model (assets/model.gltf) and use that in the scene instead of the cube when the user moves their hand, a waypoint indicator should move around the scene, and the 3D model should smoothly move there when the user makes a fist, the model should jump the 3D model contains bundled animations in it. use the "idle", "run", and "jump" animations --- prompt #2: make this a procedural open world adventure. generate very simple procedural voxel terrain when the model gets near the edges of the screen, the camera should move, allowing the model to keep going in that direction --- prompt #3: add some floating glowing gems around the map that the user can collect --- i made some manual tweaks for styling and game feel, but that's the gist of it thanks for reading if you got all the way here full code is available at my link in bio

131,799 görüntüleme

Update: reached a milestone of 10 tutorials published on "fun with computer vision dot com" 🪬 - 185 customers - $3.9k revenue - >1 million views it's been 21 days since I launched this project, and I'm grateful for your incredible support and kindness 💗 thank you to Three.js and mediapipe for the magic behind these computer vision / augmented reality experiments this project has been incredibly fun and I have lots more I want to create more experiments - demos - tutorials - code, coming soon to a tweet near you :]

Update: reached a milestone of 10 tutorials published on "fun with computer vision dot com" 🪬 - 185 customers - $3.9k revenue - >1 million views it's been 21 days since I launched this project, and I'm grateful for your incredible support and kindness 💗 thank you to Three.js and mediapipe for the magic behind these computer vision / augmented reality experiments this project has been incredibly fun and I have lots more I want to create more experiments - demos - tutorials - code, coming soon to a tweet near you :]

219,039 görüntüleme

<head> <title>click and drag to lose your mind</title> </head>

<head> <title>click and drag to lose your mind</title> </head>

35,602 görüntüleme

it's day 6 of sharing code + tutorials for my computer vision projects "fun with computer vision dot com" 🪬 thank you to everyone for the incredible support on my launch we're up to 126 customers now next steps: > "Floor is Lava" code + tutorial will be released this week > making more video content and cross-sharing on yt / tt / ig (thank you jack friks for the inspiration to post widely and post often) > creating more structure and engagement in our discord server

it's day 6 of sharing code + tutorials for my computer vision projects "fun with computer vision dot com" 🪬 thank you to everyone for the incredible support on my launch we're up to 126 customers now next steps: > "Floor is Lava" code + tutorial will be released this week > making more video content and cross-sharing on yt / tt / ig (thank you jack friks for the inspiration to post widely and post often) > creating more structure and engagement in our discord server

179,523 görüntüleme

i built an app to search old travel photos on my computer with natural language queries using free local AI models: - smolVLM to describe the scene and colours - roboflow RF-DETR to detect objects - chromaDB to store metadata labels and run semantic search - python + streamlit for the interface fast and free search has been achieved internally

i built an app to search old travel photos on my computer with natural language queries using free local AI models: - smolVLM to describe the scene and colours - roboflow RF-DETR to detect objects - chromaDB to store metadata labels and run semantic search - python + streamlit for the interface fast and free search has been achieved internally

41,759 görüntüleme

simulating physarum growth with gemini 3 flash agents explore the world, search for food, and leave a trail for friends to follow

simulating physarum growth with gemini 3 flash agents explore the world, search for food, and leave a trail for friends to follow

74,098 görüntüleme

Videos

measure_plan's profile picture

i made a NYC neighbourhood exploration gacha

AA

1,858,163 görüntüleme • 26 gün önce

measure_plan's profile picture

cursed captcha: level 12 untangle your headphones

AA

1,372,213 görüntüleme • 9 ay önce

measure_plan's profile picture

cursed captcha: level 1 show a banana

AA

896,846 görüntüleme • 10 ay önce

measure_plan's profile picture

ok jarvis, let's make some shaders

AA

585,087 görüntüleme • 7 ay önce