:cat: Take kemono pictures and lines up 3, then tanoshii
Last updated Jul 20, 2024
94
Stars
5
Forks
0
Issues
0
Stars/day
Attention Score
3
Language breakdown
No language data available.
โธ Files
click to expand
README
kemono puyo
Take kemono pictures and lines up, then tanoshii!

This is a toy application that made at the hackathon. It is inspired by following two concepts.
* The Kemono Friends is the Japanese animation that the story is like innocent animal character's adventure (Kemono means animal in Japanese).
* Tanoshii means so fun! It is the keyword in the Kemono Friends.
* The Puyo Puyo is a puzzle game.
* It needs 4 Puyos to remove these originally, but I use 3 for simplify
At first I tried to implement the feature to control the falling objects but to see the animal faces is so fun and cute. Because of this, I dropped its implementation.
Architecture

- Take picture on your mobile phone etc.
- Then IFTTT sends it to
kemonopuyoserver. kemonopuyodetect friends in the picture bytensorflow-models/objectdetection- Crop the friends faces.
- Render friends by Matter.js
- Play friends voice by HTML5 Audio
- If 3 friends met, they go to park. It is TANOSHII!
Setup
- git clone
tensorflow/modelson root directory, and make environment to setup it according to the installation guide. - Download the model weights to
model_weightsfolder and expand it. - Download the label file to the same folder (
modelweights/ssdmobilenetv1coco1106_2017). - Execute
python run_server.py
kemonopuyo server, you have to use IFTTT. If requires global ip, ngrok will help you.
The kemono_puyo supports websocket, so anyone can participate in it (No Nokemono). Let's take photo for lonely friends!

๐ More in this category