Skip to content
View ThatLinuxGuyYouKnow's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ThatLinuxGuyYouKnow

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Ayobami

I build stuff that runs ML models on phones without melting them.

Currently working on EchoLLM, a mobile LLM runtime that lets you run 1B+ parameter models completely offline. The goal is privacy-first AI that doesn't need cloud APIs or eat your battery alive. I've been distilling reasoning capabilities from DeepSeek-R1 into smaller models, quantizing them down to 4-bit, and wiring up C++ inference engines to Flutter UIs.

Other things I've built:

  • Vibe-Tuner: NLP-driven Spotify recommendations that map your mood to actual audio features instead of just keyword matching
  • Rubik-YOLO: Real-time object detection on mobile using custom YOLOv8 models.
  • Bible_Extractor: A T5-based pipeline for normalizing archaic text data (long story)

I spend most of my time trying to fit language models into devices with less RAM than my browser tabs, benchmarking quantization formats, and figuring out why things run fast on Linux but not on Android.

Stack: PyTorch, C++, Flutter, ONNX, llama.cpp, the usual suspects

Currently exploring: Distilling chain-of-thought reasoning into <3B models, edge quantization, making NPUs actually useful

GitHubLinkedIn

Pinned Loading

  1. Sping Sping Public

    An open-soure Image format conversion tool, built with Flutter

    Dart 2

  2. rubik-yolo rubik-yolo Public

    Only Rotate Once — YOLOv8-based Rubik’s Cube color and face detection

    Python

  3. EchoLLM EchoLLM Public

    The latest and Greatest AI models, all in one place

    Dart

  4. jemma jemma Public

    command line coding assistant

    Python

  5. TurboShark TurboShark Public

    Multi-threaded download manager

    Dart 1

  6. bible_extractor_v1 bible_extractor_v1 Public

    A finetuned Google T5 model, extracts bible verses from text dumps.

    Jupyter Notebook