Welcome to my portfolio

Hi, my name is Saud Kamran I'm the Machine Learning Craftsman.

Know more

Scroll

About me

I build intelligent systems — the kind that have to be reasoned about carefully, not just assembled quickly. Most of my time goes into that gap between "it works" and "it's actually right," which turns out to be where all the interesting problems live.

Outside of that, cycling is my reset — there's a particular clarity that comes from a long ride that no coffee ever replicated. I'm also quietly obsessed with the mechanics of building companies, not the mythology of startups, but the actual craft of it.

View Portfolio

Proficiencies

Custom Data Analytics & Visualization

Unlock the full potential of your data with tailored analytics and interactive dashboards. I specialize in building robust data pipelines and creating compelling visualizations in Power BI, enabling you to monitor key metrics, identify opportunities, and communicate insights effectively across your organization.

See Live

AI-Powered Business Insights

Leverage the power of machine learning and advanced analytics to transform raw data into actionable business intelligence. I design and implement custom AI solutions - using Python, Neural Networks, and NLP - that help organizations uncover trends, optimize operations, and make data-driven decisions for sustainable growth.

train_model.py
from transformers import AutoModel
import torch
 
model = AutoModel.from_pretrained("bert-base")
optimizer = torch.optim.AdamW(lr=3e-5)
 
for epoch in range(10):
    loss = model.train_step(batch)
    print(f"Epoch {epoch}: loss={loss:.4f}")
 
# Accuracy: 94.7% | F1: 0.923|

Backend Development & API Design

Crafting robust, scalable backend solutions with Django REST Framework. I specialize in building secure, high-performance APIs, implementing authentication systems, database optimization, and creating microservices architectures that power modern web applications with clean, maintainable code and comprehensive testing.

~/api-server — zsh
$ python manage.py runserver
System check identified no issues.
Starting development server at http://127.0.0.1:8000/
 
[200] GET    /api/v1/users        12ms
[201] POST   /api/v1/auth/login   45ms
[200] GET    /api/v1/products     8ms
[304] GET    /api/v1/cache        2ms
[200] PUT    /api/v1/users/42     18ms
 
$ |

Contact

Let's connect and explore how we can create impactful solutions together

Let's Build Something