Skip to content
View taru104's full-sized avatar

Highlights

  • Pro

Block or report taru104

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
taru104/README.md

こんにちは、taru104 です 👋

コンピュータビジョン(CV)を中心に学んでいるエンジニア志望です。 大学院では量子コンピューティングを専攻、今後そのコードも公開していく予定です。

🛠 技術スタック

Python PyTorch OpenCV MediaPipe scikit-learn JavaScript TensorFlow.js HTML5 Git

🚀 主なプロジェクト

👁 リアルタイム視線推定システム — my_gaze_project

Webカメラ1台で、画面上のどこを見ているか(注視点)をリアルタイムに推定します。MediaPipe で顔・虹彩ランドマークを検出し、距離不変の特徴量を設計、アフィン回帰でキャリブレーションし、One Euro フィルタで平滑化する軽量・非DNNの構成です。GazeCapture データセットで定量評価し、EyeTrax ベースライン(median 約16cm)を上回る median 約7.8cm を達成しました。

📸 リアルタイム物体検出 Web アプリ — Real-time-Object-Detection-Web-App

TensorFlow.js + COCO-SSD で、ブラウザ完結のリアルタイム物体検出を行います。推論はすべてクライアントサイドで実行され、映像はサーバーに送られません。ビルド不要の単一 HTML 構成です。

💰 おこづかい管理アプリ — allowance-app

Vanilla JS 製の PWA。収支の記録と残高管理ができ、オフライン動作・ホーム画面へのインストールに対応しています。

🤏 あんちをツンしよう — my-image-pwa

息抜き用のゆるい PWA。技術の素振りも兼ねた遊び心枠です。

🌐 Currently working on

I'm focusing on computer vision. Right now I'm building a real-time gaze estimation system that runs on a single webcam (MediaPipe + affine calibration + One Euro filter), benchmarked on the GazeCapture dataset, and a browser-based real-time object detector with TensorFlow.js. Alongside this, I'm studying quantum computing in graduate school and plan to share that code soon.

📝 Links

  • Qiita:

📊 GitHub Stats

taru104's GitHub stats Top Langs


Pinned Loading

  1. allowance-app allowance-app Public

    JavaScript

  2. my-image-pwa my-image-pwa Public

    JavaScript

  3. my_gaze_project my_gaze_project Public

    Python

  4. Real-time-Object-Detection-Web-App Real-time-Object-Detection-Web-App Public

    HTML