Skip to content
View Gerrux's full-sized avatar
:shipit:
Looking for opportunities
:shipit:
Looking for opportunities

Block or report Gerrux

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
Gerrux/README.md
Typing SVG
┌─────────────────────────────────────────────────────────────────────────┐
│ > Connecting to github.com/Gerrux...                                   │
│ > ML Engineer | Computer Vision & LiDAR                                │
│ > Building automated forest inventory @ LLC Open Forest                │
└─────────────────────────────────────────────────────────────────────────┘

Telegram Email LinkedIn


🎯 $ cat current_work.py

class MLEngineer:
    def __init__(self):
        self.name = "Ilya Kalinin"
        self.role = "ML Engineer"
        self.company = "Открытый Лес"
        self.passion = "Performance ⚡ & Model Quality 🎯"
        
    def current_focus(self):
        return {
            "🌲": "Point Cloud Segmentation & Classification",
            "🤖": "Tree Species Classification (LightGBM, CNNs, Gradient Boosting)",
            "📊": "Forest Inventory Automation (ABA/ITC methodologies)",
            "⚡": "Algorithm Speed & Performance Optimization",
            "🔧": "Production ML Pipeline Engineering"
        }
    
    def ml_approaches(self):
        return [
            "Gradient Boosting (LightGBM, CatBoost)",
            "Deep Learning (CNNs, Multi-view architectures, PointNet)",
            "Classical ML (Random Forest, SVM)",
            "Ensemble Methods",
            "Transfer Learning"
        ]
    
    def achievements(self):
        return [
            "Migrated forest inventory pipeline: R → Python",
            "Optimized TreeIso algorithm: C++ → Python",
            "Improved tree classification accuracy by 10%",
            "Accelerated point cloud processing with chunking optimization",
            "Built end-to-end LiDAR processing system (200k points in ~600ms)"
        ]
    
    def optimization_mindset(self):
        return "Balancing speed and accuracy - fast algorithms with high-quality results 🚀🎯"

🛠️ $ ls ~/tech_stack/

💻 View Tech Arsenal
Python
Python
PyTorch
PyTorch
Django
Django
FastAPI
FastAPI
Next.js
Next.js
TypeScript
TypeScript
PostgreSQL
PostgreSQL
Redis
Redis
Docker
Docker
Git
Git
Linux
Linux
Tailwind
Tailwind

⚡🎯 $ cat engineering_philosophy.yml

Philosophy: "Fast algorithms with accurate results enable the best user experiences"

Performance Optimization:
  - Chunking for large-scale data processing
  - Algorithm complexity reduction
  - Efficient data structures
  - Code profiling and bottleneck elimination
  - Parallel processing where applicable

Quality Assurance:
  - Rigorous model evaluation and validation
  - Confusion matrix analysis and bias correction
  - Cross-validation and ground truth comparison
  - Continuous accuracy improvement iterations
  - Production-grade error handling

Recent Achievements:
  - Point cloud processing: ~600ms for 200k points ⚡
  - Classification accuracy: +10% improvement 🎯
  - Pipeline migration with performance gains
  - Real-time inference with maintained accuracy

📊 $ git log --stat --graph

GitHub Stats

> Session active
> Ready for collaboration

Profile Views

Pinned Loading

  1. securesight securesight Public

    Securesight идентифицирует действия человека, повышая уровень безопасности и эффективность систем наблюдения. Благодаря продвинутым алгоритмам, Securesight обеспечивает быстрое и точное обнаружение…

    Python 2 1

  2. PomodoroWPF PomodoroWPF Public

    PomodoroWPF is a WPF-based desktop app for time management using the Pomodoro technique. It features themes, tray integration, and an intuitive interface.

    C# 3 2

  3. Arctic-Data-Force/topblog Arctic-Data-Force/topblog Public

    Решение кейса "Программный модуль для извлечения аналитических данных блога" от Министерства Просвещения РФ при участии проекта ТопБЛОГ. Pipeline в Colaboratory по ссылке ниже

    Python

  4. diploma diploma Public

    Human Behavior Recognition. YOLOv8Pose + ByteTrack + (MLP and CatBoost). The application is written in FastAPI.

  5. GrrxMeteo GrrxMeteo Public

    Сайт прогноза погоды на несколько часов с построением карты. Django+Aiohttp+Folium.

  6. Minesweeper Minesweeper Public

    This simple implementation of the minesweeper game is done in Python using the pygame game library and the MVC pattern.

    Python 1