Skip to content
View petrosbal's full-sized avatar

Block or report petrosbal

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

Hey, I'm Petros

MSc student in Artificial Intelligence and Data Analytics.

My work has focused on containers and Kubernetes, specifically container runtimes, benchmarking, resource accounting, and the general question of what a workload actually costs to execute. My BSc thesis was a benchmarking framework built around that exact question.

I write mostly Python, Go and Java at the moment, with C, Prolog and TypeScript behind them.

LinkedIn Email


Projects

Krater - Python C Docker k3s WASM Automated Kubernetes benchmarking framework comparing WebAssembly and native Linux environments across C optimization levels, with direct resource monitoring via cgroup v2 and configuration via YAML.

This repo was for my BSc thesis, graded 10/10.

NN / ML - Python Keras scikit-learn SHAP

  • An RNN for time-series energy disaggregation of household appliances (NILM)
  • a DNN vs CNN comparison on image classification with transfer learning and significance testing
  • an 8-model classification pipeline for bankruptcy prediction with Bayesian hyper-opt and class imbalance handling
  • a 4-model regression study on diabetes progression with SHAP explainability

The four projects above were part of a team effort, for two relevant UoM courses.

Caveo - Go Chi Docker GitHub Actions Stateless Argon2id service that takes password hashing off application servers. Released as ghcr.io/petrosbal/caveo. Self-describing hashes, bounded concurrency with load shedding, distroless nonroot image, and a crypto core validated against the Argon2 reference implementation's own test vectors.

Started this project inspired by UoM's Cryptography course. The main idea was getting to know what a microservice needs to be production-grade.

Raffy - Java 21 Spring Boot PostgreSQL React TypeScript Full-stack reading tracker that derives analytics based on the user's reading habits. Pace, momentum, streaks, genre fingerprint and predicted finish dates are all computed from raw session rows at request time. The schema is built around a user's own copy of a book rather than the book itself, which keeps user context implicit through the entire session layer. Books are added by searching the Google Books API, so that metadata comes pre-filled, rather than typed by hand.

The interesting problem here was finding out what belongs in the DB and what should be derived on request.

Pinned Loading

  1. krater krater Public

    An automated Kubernetes (k3s) benchmarking framework that evaluates container runtime performance between Linux and WebAssembly. Features configuration via YAML, Python orchestration, streamlined D…

    Python 3

  2. neural-networks-coursework neural-networks-coursework Public

    Neural Networks coursework: DNN/CNN image classification with a transfer-learning study, and recurrent architectures (RNN/LSTM/GRU) for time-series energy disaggregation. Full Jupyter notebooks and…

    Python 1

  3. machine-learning-coursework machine-learning-coursework Public

    Machine Learning coursework covering financial distress classification and diabetes progression regression, with full Jupyter notebooks and reports.

    Python 1

  4. caveo caveo Public

    A stateless microservice for Argon2id password hashing written in Go. Features OWASP-compliant parameters, protection against timing attacks, and a distroless Docker implementation.

    Go 1

  5. raffy raffy Public

    A smart, minimalist personal reading manager that learns how you read. Built with Spring Boot, React and Docker.

    TypeScript 1