Skip to content
View ryouze's full-sized avatar

Block or report ryouze

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
ryouze/README.md

About Me

I am a machine learning engineer with over three years of experience in applied ML and software development.

I currently work at EPR Labs, where I develop software and data pipelines for training, evaluating, and deploying predictive and generative ML models in Python.

Previously, during a three-year paid research internship at the PRODIS project, I built and maintained the full machine learning and data processing stack. My work included developing the first phoneme-level GPT model for Polish, CI pipelines for survey processing, GUI transcription QA tools, a batch ASR wrapper, and a web interface for data collection.

Outside of work, I develop cross-platform C++ applications and maintain a Linux home server for self-hosting.


Tech Stack

ML & Data

PyTorch Scikit-learn NumPy Pandas Streamlit

Testing & Deployment

Pytest GitHub Actions Docker


Projects

Highlights include:

Name Stack Type Description
model Python, PyTorch, NumPy, Pandas CLI tool Pipeline for training a phoneme-level GPT model to predict surprisal in Polish. Custom IPA tokenizer, parallelized steps for formant extraction, alignment, and stress annotation.
vroom C++20, SFML3, ImGui Game Engine 2D racing game with arcade drift physics, procedurally-generated tracks, and waypoint AI.
asr Python, Whisper, FFmpeg CLI tool Pipeline for batch automatic speech recognition with stereo-to-mono conversion.
header-warden C++17 CLI tool Multithreaded static analysis tool that reports missing standard library headers in C++ code.
aegyo C++20, SFML3 Desktop app GUI app for learning Korean Hangul.

Full list: ryouze.net/projects

The unlinked projects belong to the science project and remain private for now.

Pinned Loading

  1. vroom vroom Public archive

    Cross-platform 2D racing game with arcade drift physics, procedurally-generated tracks, and waypoint AI.

    C++ 3 2

  2. aegyo aegyo Public archive

    Cross-platform GUI app for learning Korean Hangul.

    C++ 1

  3. header-warden header-warden Public archive

    Cross-platform multithreaded CLI tool that identifies and reports missing standard library headers in C++ code.

    C++ 1

  4. ungpt ungpt Public archive

    Cross-platform GUI app that converts ChatGPT's smart punctuation and symbols to plain ASCII.

    C++

  5. yt-table yt-table Public archive

    Cross-platform CLI tool for managing YouTube subscriptions locally through a shell-like interface.

    C++

  6. asset-packer asset-packer Public archive

    *nix CLI tool for embedding assets (e.g., images, sounds, fonts) into C++ headers.

    C