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

Block or report Birkenpapier

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

Kevin Peivareh

R&D engineer in Northern Germany. Machine learning, computer vision, and low-level software.

I build from first principles: a neural net without a framework, a renderer without an engine, an app cloner that never sees the source. It is the slower way, and it is how you actually learn how something works.

Founder of dioptify  ·  I run servicelead, a machine-learning and computer-vision software studio.

Stack

C++ C Python TypeScript React Native PyTorch TensorFlow OpenCV Docker Linux

Selected work

Project What it is
ai-app-cloner Clone a phone app into a working React Native project from screenshots. Ships as a Claude Code skill and runs in a dozen agents.
CppCatDogClassifier A neural network from scratch in C++. No framework, backprop by hand.
YARoG A renderer and a small game engine.
libviewer An image viewer with no heavy dependencies.
GSL-Detector An LSTM that reads German sign language.
libpcds C++ data-structure templates you can call straight from Python.

GitHub

Contact

kevin@peivareh.com  ·  LinkedIn  ·  dioptify.com

Pinned Loading

  1. birkenpapier.github.io birkenpapier.github.io Public

    portfolio page for Kevin Peivareh, me

    CSS

  2. GSL-Detector GSL-Detector Public

    a LSTM-based detector to utilize the power of ML to detect german sign language

    Python

  3. CppCatDogClassifier CppCatDogClassifier Public

    An end-to-end C++ implementation of a neural network built from scratch for detecting and classifying images of dogs and cats.

    C++

  4. libpcds libpcds Public

    PCDS (python cool data structures) is a C++ template library for fast implementation of data structures ready to use directly in Python

    C++

  5. 7400_NN 7400_NN Public

    predicting the output of the 7400 IC using a neural network

    C++

  6. YARoG YARoG Public

    yet another renderer and game engine

    C++