spianmo - Overview

Hi, I'm Finger!

package main

type Me struct {
	Name   string
	Job    string
	Code   string
	Skills string
}

func main() {
	me := &Me{
		Name:   "Finger",
		Job:    "Client-side Engineer",
		Code:   "Java, Kotlin, C#, Rust and C++ and Others",
		Skills: "Android, Security, Cross-platform client, NLP, CV, ASR ^o^",
	}
	_ = me
}

šŸ“Š This Week I Spent My Time On:

Kotlin            3 hrs 22 mins         ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–“ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘   38.23 %
TOML              1 hr 25 mins          ā–ˆā–ˆā–ˆā–ˆā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘   16.10 %
Java              53 mins               ā–ˆā–ˆā–“ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘   10.09 %
Markdown          52 mins               ā–ˆā–ˆā–’ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘   09.93 %
Other             45 mins               ā–ˆā–ˆā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘   08.53 %

Pinned Loading

  1. Based on the Kinect depth camera and MediaPipe, real-time reasoning of the joint activity of each part of the human body, and output a detection report.

    Jupyter Notebook 13 1

  2. libvits-ncnn is an ncnn implementation of the VITS library that enables cross-platform GPU-accelerated speech synthesis.šŸŽ™ļøšŸ’»

    C++ 63 6

  3. Real-time speech recognition and voice activity detection (VAD) using next-gen Kaldi with ncnn without Internet connection. Support iOS, Android, Linux, macOS, Windows, Raspberry Pi, VisionFive2, L…

    C++ 1.7k 211

  4. Use Bi-LSTM neural network to classify Chinese text sentiment, including eight categories (like, disgust, happiness, sadness, anger, surprise, fear, none)

    Python 29 6

  5. A powerful visualization tool for real-time display and analysis of 6-dof Inertial Measurement Unit (IMU) data, including a web visualization interface and an Android data acquisition upload client.

    JavaScript 14 1

  6. Self-hosted browser control plane for remote AI coding: terminal, files, tasks, screen streaming, and host control in one single-binary workspace.

    TypeScript 3