I'm mimisukeMaster. I often use Unity and try out different technologies. I've been exposed to post processing, simulations, python systems, web app developments... etc.
I also have some videos on Youtube.
I'm mimisukeMaster. I often use Unity and try out different technologies. I've been exposed to post processing, simulations, python systems, web app developments... etc.
I also have some videos on Youtube.
A web app that utilizes multiple LLMs to answer questions, engage in debates between the models. Responses are read aloud using VOICEVOX.
JavaScript 1
Made with Unity / Mediapipe Gesture Recognition with ONNX / The fork is not displayed, but I cloned and modified HandPoseBarracuda by keijiro, and published it.
Simulation of universal gravitation using compute shader (GPGPU) in Unity / compute shaderによる万有引力のシミュレーション
C# 6
This is my entry for the Unity Youth Creator Cup 2022. This is a game that uses the PC camera to move a school of fish using gestures. To play, please download the zip file at the "Releases" page.
C# 3
Forked from Kazuhito00/hand-gesture-recognition-using-mediapipe
MediaPipe(Python版)を用いて手の姿勢推定を行い、検出したキーポイントを用いて、簡易なMLPでハンドサインとフィンガージェスチャーを認識するサンプルプログラムです。(Estimate hand pose using MediaPipe(Python version). This is a sample program that recognizes hand signs and…
Jupyter Notebook 3
書籍「AITuberを作ってみたら生成AIプログラミングがよくわかった件」にて、APIをOpenAIからGeminiに変更したプログラム
Python