This English version is machine-translated by DeepL.

Programs

This page features a collection of my projects, scripts, and applications.

Logran

Running Log

A simple and user-friendly app for keeping a running log. It automatically calculates pace and speed, tracks your history, displays progress charts, and supports multiple users.

GitHub →

Multi-Agent Translation Evaluator

Translation Quality Assessment

A multi-agent system for evaluating the quality of machine translation (English → Russian) using several specialized LLM agents and a moderator. Used for scientific research.

GitHub →

JPG to PDF Compiler

Image Converter

A simple script that automatically collects all numbered JPG files in a folder and combines them into a single PDF document.

GitHub →

Norbert AI

AI Assistant

Norbert AI — a ready-to-use architecture for building intelligent assistants. Semantic search, graph, RAG, web search and search across scientific databases, annotation, and analytics via LLM.

GitHub →

Predicting User Age Based on Online Behavior

Machine Learning • Multiclass Classification

A learning project to build a model for predicting a user’s age category (0–4) based on internet behavior data. Linear models, feature engineering, metric analysis, and visualization were used. Goal: F1-macro ≥ 0.75.

GitHub →