Skip to content
View HerRei's full-sized avatar
💭
LARPING
💭
LARPING

Highlights

  • Pro

Block or report HerRei

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.

Content in all repositories owned by your account will be closed.
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
HerRei/README.md

Hermes Reisner

I'm a computer science student in Basel. I build tools for image restoration, ML training, music and embedded systems, mostly with Python, C, C++, Java and ESP32 boards.

My portfolio and CV can be found here: hermesreisner.com.

LocalSR

A free, open-source desktop app for upscaling, denoising and restoring images and video on your own computer. It runs on macOS (Metal), Windows and Linux; Tauri and Svelte host, PyTorch engine. In beta.

Showcase and downloads · Source · Write-up

Other projects

Project What it does Links
GPT-2 piano A GPT-2-style model trained on 12k MIDI files with REMI tokenization on Apple Silicon. It generates piano continuations. Code · Showcase · Write-up
train-tui A dependency-free C terminal dashboard for ML training runs, with AMD and NVIDIA GPU monitoring. Code · Demo · Write-up
SBB departure board An ESP32 display for Swiss public transport departures, updated live from the OpenData API. Code · Showcase · Write-up
Flying wing My Matura project: a 95 cm balsa flying wing with its own flight computer and sensors. Write-up
Nature Inventory Delta Local tools for querying and visualising changes in the Basel-Stadt nature inventory. Early stage, paused for now. Code · Showcase · Write-up
PhantomHunt An asymmetric 3-vs-1 Java/JavaFX multiplayer game from a University of Basel team project, with client-server networking, lobbies, chat, spectators and scoring. Code · Showcase · Browser prototype · Write-up
TSP / ant colony A Java Swing visualiser for ant colony optimisation on the travelling salesman problem. Code · Demo · Write-up
Google Sheets automation A small Python tool that turns repetitive bookkeeping entries into a few clicks through the Sheets API. Code · Showcase · Write-up
Telegram YouTube player Telegram-controlled fullscreen YouTube playback on a chosen monitor of my home server. Code · Write-up
HAT (fork) My fork of the CVPR 2023 / TPAMI image-restoration transformer, extended with face-restoration fine-tuning experiments and recovery reports. Code
Quantum Blender AO A self-directed experiment comparing exact, Monte Carlo, and simulated quantum amplitude estimation for ambient visibility in Blender renders. Code

Contact

hermes.reisner@gmail.com · LinkedIn · hermesreisner.com

Pinned Loading

  1. gpt2-piano-mps-12k gpt2-piano-mps-12k Public

    GPT-2 style symbolic piano generator trained on 12k MIDI data with Miditok REMI tokenization, Apple Silicon MPS training, checkpoint comparison, and MIDI sample generation.

    Python

  2. PhantomHunt PhantomHunt Public

    Asymmetric 3-vs-1 Java/JavaFX multiplayer game with client-server networking, lobby handling, scoring, highscores, chat, spectators, and an early HTML5 Canvas prototype.

    Java 3

  3. train-tui train-tui Public

    Lightweight, dependency-free terminal UI for monitoring AI training runs. Pure C, no ncurses, no Python. Pluggable profiles (BasicSR, Lightning, HuggingFace, custom) and multi-GPU backend (AMD sysf…

    C