Skip to content
View murtiunlimited's full-sized avatar
:shipit:
AMAZED!!!
:shipit:
AMAZED!!!
  • San Francisco Bay Area
  • 15:53 (UTC -12:00)
  • LinkedIn in/murtiml

Block or report murtiunlimited

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

Murtaza Hussain

⚡ Machine Learning Engineer | Data Science | AI Systems Builder

📍 San Jose, CA
🎓 Data Science @ Evergreen Valley College





🚀 About Me

I’m a Machine Learning engineer focused on building end-to-end, production-ready AI systems, not just models in notebooks.

I enjoy working across:

  • ML model development (CV, classical ML, DL)
  • Backend systems (FastAPI, APIs, inference pipelines)
  • Deployment (Docker, AWS)
  • Data systems (SQL, analytics, feature engineering)

Currently exploring RAG systems, LLM applications, and scalable ML infrastructure.


🧠 What I Care About

  • Turning ML models into real applications
  • Optimizing for latency, accuracy, and scalability trade-offs
  • Designing clean, modular ML pipelines
  • Shipping working systems, not just experiments

🛠 Tech Stack


Featured Projects

⚡ Real-Time Face & Emotion Detection System (Full-Stack DLOPS Project)

CNN (Keras) • OpenCV • FastAPI • Real-time Inference

  • Built a real-time computer vision pipeline with webcam integration
  • Achieved ~15 FPS inference with optimized preprocessing pipeline
  • Designed modular FastAPI backend for inference serving
  • Tuned trade-off between latency vs model accuracy

📊 Placement Prediction System (Full-Stack ML App)

Scikit-learn • Streamlit • FastAPI • Docker • AWS EC2

  • End-to-end ML pipeline: preprocessing → training → inference API
  • Deployed containerized ML app on AWS EC2
  • Integrated LLM (GroqCloud) for contextual prediction insights
  • Built modular pipeline for easy retraining and scaling

🧮 SQL Analytics Engine (Hiring Funnel Simulation)

PostgreSQL • Advanced SQL • Data Modeling

  • Designed synthetic dataset (40K+ records) simulating hiring pipeline
  • Implemented cohort analysis, window functions, and CTE-based queries
  • Built analytics system to track funnel conversion behavior
  • Focused on query optimization and relational modeling

🔋 Battery Performance Prediction Model

TensorFlow • Deep Learning • Regression

  • Built regression model for electrochemical performance prediction
  • Improved training stability using normalization + dropout
  • Designed reusable inference pipeline for deployment
  • Evaluated model performance using error-based metrics

📚 Book Recommendation System

KNN • SciPy • Sparse Matrices

  • Built collaborative filtering system using cosine similarity
  • Optimized memory using sparse CSR matrix representation
  • Implemented fast nearest-neighbor retrieval pipeline

⚙️ Current Work

  • Retrieval-Augmented Generation (RAG) pipelines using vector databases
  • Scalable ML APIs with FastAPI + Docker
  • LLM-powered real-world applications
  • Improving model deployment + monitoring workflows

📈 What This Repo Shows

This portfolio demonstrates:

  • End-to-end ML system design (not just training models)
  • Backend + deployment experience
  • Applied machine learning across multiple domains
  • Strong focus on productionization and scalability

🎯 Goal

To become a Machine Learning Engineer focused on production AI systems, building scalable and reliable ML infrastructure in real-world environments.


Pinned Loading

  1. FER-PROJ-2 FER-PROJ-2 Public

    Real-time Facial emotion recognition system using a lightweight CNN, with OpenCV webcam inference and FastAPI + frontend web deployment.

    Python 31 2

  2. goodbye_world goodbye_world Public

    The Hello World Of Deep Learning

    Python

  3. SQL-Dump-Organized SQL-Dump-Organized Public

    SQL Project that potentially mimics how companies hire employees. All data is synthetic and generation code is provided in README. Also analytics questions are provided with solutions

  4. BookRecommender BookRecommender Public

    Machine Learning project that uses collaborative filtering to recommend books based on a book you select

    Python 1

  5. placementPrediction placementPrediction Public

    A machine learning-based web application that predicts student placement outcomes

    Python 1

  6. mobilepriceclassificaiton mobilepriceclassificaiton Public

    End to End project with CICD. This project will predict the price range of the mobile device based on specs you provide. It will not predict the price...only the range ( 1 being the cheapest and 4 …

    Python