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

Sponsoring

@BigEgg

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. face-emotion-recognition face-emotion-recognition Public

    Real-time Face & emotion recognition system using a lightweight CNN, with OpenCV webcam inference, GroqCloud for chatbot & FastAPI + frontend web deployment.

    Python 52 3

  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