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

Block or report Yairama

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

header

Typing SVG

Portfolio  LinkedIn  Email  Instagram


Location Cats Profile Views

divider

🦀  About Me

struct YairCamborda {
    name:      &'static str,
    role:      &'static str,
    location:  &'static str,
    website:   &'static str,
    education: Vec<&'static str>,
    cats:      Vec<&'static str>,  // 🐱 the bosses
}

impl YairCamborda {
    fn new() -> Self {
        Self {
            name:      "Yair Camborda",
            role:      "Senior AI Engineer",
            location:  "Lima, Peru 🇵🇪",
            website:   "https://yairama.dev",
            education: vec!["MIT (edX)", "National University of Engineering"],
            cats:      vec!["Frida", "Lara", "Ekko", "Gaia",
                            "Osiris", "Ganesha", "Caliope", "Freyja"],
        }
    }

    fn current_focus(&self) -> Vec<&str> {
        vec![
            "🤖 Multi-Agent AI Systems",
            "🧠 Deep Learning & Reinforcement Learning",
            "⚡ ML Pipelines at Scale (Databricks, Spark)",
            "🦀 High-performance tooling in Rust",
            "🎮 AI for Simulation & 3D Environments",
        ]
    }

    fn fun_facts(&self) -> Vec<&str> {
        vec![
            "From $16M production increases to award-winning AI solutions",
            "I dream in Python and think in Rust 🦀",
            "My 8 cats are my best rubber-duck debuggers 🐱",
            "I build AI that makes real-world impact",
        ]
    }
}

divider

🛠️  Tech Stack

🧠 AI / ML

Python PyTorch TensorFlow Keras scikit--learn Jupyter OpenCV

💻 Languages

Rust C++ Java Scala C%23 R

☁️ Cloud & Data

Azure Databricks Apache Spark Hadoop Docker Kubernetes

🗄️ Databases & APIs

PostgreSQL MySQL MongoDB FastAPI

🎮 Game Dev & 3D

Godot Unity Bevy


divider

🚀  Featured Projects

Stars

Computer vision pipeline using Meta AI's Segment Anything (SAM) with custom algorithms to compute blasting fragmentation metrics like P80.

PyTorch OpenCV Computer Vision Segmentation

Stars

AI-powered fleet optimization environment with reinforcement learning for autonomous vehicle dispatch and route planning.

Reinforcement Learning Simulation Python

Stars

Real-time 3D visualization system for fleet management operations with interactive monitoring and dispatch control.

3D Graphics OpenGL Rust Real-time

Stars

Geostatistical simulation engine for ore body modeling using advanced interpolation and stochastic methods.

Geostatistics Simulation Python 3D

All Repos

divider

🏆  Highlights

$16M
Production Impact
Real-world value created
Awards
Award-Winning AI
Recognized solutions
Projects
Major Projects
From innumerable ones
Cats
Cat Overlords
Best debugging partners

divider

📊  GitHub Activity


divider

🐱  Cat Tax

Because no README is complete without acknowledging the real bosses

  /\_/\    /\_/\    /\_/\    /\_/\    /\_/\    /\_/\    /\_/\    /\_/\
 ( o.o )  ( -.-)  ( ^.^)  ( o.o )  ( >.< )  ( =.=)  ( o.o )  ( ^.^)
  > ^ <    > ^ <    > ^ <    > ^ <    > ^ <    > ^ <    > ^ <    > ^ <
 Frida     Lara     Ekko    Gaia   Osiris  Ganesha Caliope  Freyja

🧡 "In my house, the cats outnumber the humans. They approve all my pull requests."


divider

💬  Let's Connect!


Got an idea? Want to collaborate? Or just want to see cat pics? 🐱

Let's Connect



💻 Eat, Sleep, Code, Repeat! — with 8 cats on the keyboard 🐾



footer

Pinned Loading

  1. SAM-Rock-Fragmentation SAM-Rock-Fragmentation Public

    The goal of the SAM Rock Fragmentation repository is to use the recent Segment Anything mask generator model created by MetaAI and implement it with an interface and set of algorithms to calculate …

    Python 43 7

  2. MiningPlanningEngineALPHA MiningPlanningEngineALPHA Public

    Rust

  3. 3D-Fleet-management-system 3D-Fleet-management-system Public

    3D Mines visualizer, based in LWJGL using OpenGL as backend for render.

    Java 1

  4. mining-deposit-simulation mining-deposit-simulation Public

    Jupyter Notebook

  5. NicholasMethod NicholasMethod Public

    This code is a small program that uses the nicolás method to determine the type of exploitation method to be used in a mine. The entire graphical interface is programmed in java swing and no additi…

    Java

  6. vivania_env vivania_env Public

    Artificial Intelligence - Enhanced learning applied to mining fleet management.

    Python 3 1