Skip to content
View Ddm140207's full-sized avatar

Sponsoring

@python

Block or report Ddm140207

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
Ddm140207/README.md
NTK Solutions Banner

Diego Díaz Montero

Data-Driven Solutions for SMBs | CEO at NTK Solutions | Data Science

I help small and medium-sized businesses transform their data into operational efficiency and measurable growth by building intelligent systems that solve real problems.

LinkedIn Email GitHub


About

Data science engineer student focused on machine learning, business intelligence, and automation. Interested in model interpretability, LLM optimization, and building production ML systems.

Currently: LEAD University (Data Science Engineering)
Based: San José, Costa Rica

Open to collaborations and projects combining data science, ML, and real business impact.


Skills

Machine Learning — PyTorch, TensorFlow, scikit-learn, model deployment, deep learning, NLP, graph neural networks

Data — Python, Pandas, SQL, MySQL, PostgreSQL, ETL pipelines

Backend — FastAPI, Docker, Linux, Git

Analytics — Power BI, Tableau, data visualization

Design — Figma, Blender, Adobe Illustrator


Projects

Claude X-Ray: The Hidden Brain of Claude Code

Repo — A reverse-engineering analysis of the internal architecture of Claude Code

Stack: Python, Jupyter, TeX


FOCUS — Object Classification with Interpretability

Multi-stage ML architecture combining Mamba SSM, GATv2, and salience scoring for transparent classification systems.

Stack: PyTorch · Mamba SSM · Graph Neural Networks


Fraud Prediction and Early Detection

Repo — This project implements a banking fraud detection system using Machine Learning techniques. Stack: Python · scikit-learn · Pandas · Matplotlib · seaborn · numpy


FastAPI + Scikit-Learn Model Deployment

Repo - Containerized ML serving with FastAPI and Docker for scalable model deployment.

Stack: FastAPI · scikit-learn · Docker · Python


COVID-19 Costa Rica Analysis

Repo — Geographic and transmission analysis of pandemic behavior in Costa Rica using government datasets.

Stack: Python · Pandas · GeoPandas · Matplotlib


Netflix 90s Analysis

Repo — EDA of Netflix's 90s catalog: genre trends, duration distributions, IMDB correlations.

Stack: Python · Pandas · Matplotlib


Pinned Loading

  1. Claude-XRay_The_Hidden_Brain_of_Claude_Code Claude-XRay_The_Hidden_Brain_of_Claude_Code Public

    A deep dive into the internal structure, hidden prompts, tool chains, memory flow, and reasoning patterns behind Claude Code. This project reverse-engineers how Claude thinks, plans, and executes b…

    Jupyter Notebook 1

  2. melanoma-ai-screening melanoma-ai-screening Public

    End-to-end melanoma detection pipeline using CNNs, ensemble learning, and threshold optimization to prioritize high recall in medical screening.

    Jupyter Notebook

  3. ml-api-deployment-pipeline ml-api-deployment-pipeline Public

    End-to-end machine learning deployment pipeline using FastAPI, Scikit-Learn, and Docker, including model serving, validation, and containerization.

    Python