Skip to content
View SaiKrishnaMulukutla's full-sized avatar

Block or report SaiKrishnaMulukutla

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

About Me

package main

type Engineer struct {
    Name         string
    Role         string
    Education    string
    Interests    []string
    CurrentFocus string
    LeetCode     string
}

func main() {
    me := Engineer{
        Name:      "Sai Krishna Mulukutla",
        Role:      "Backend + AI Engineer",
        Education: "B.Tech CSE ยท 2022โ€“2026 ยท India ๐Ÿ‡ฎ๐Ÿ‡ณ",
        Interests: []string{
            "Distributed Systems",
            "Computer Vision",
            "System Design",
            "Real-time Architecture",
        },
        CurrentFocus: "Production backends & AI systems",
        LeetCode:     "250+ problems solved",
    }
    _ = me
}
  • ๐Ÿ—๏ธ Built a production Uber-style backend โ€” 6 Go microservices, Kafka, Redis GEO, Docker
  • ๐Ÿ–ฅ๏ธ Built a full-stack ride-hailing frontend โ€” React monorepo, WebSocket live tracking, Razorpay
  • ๐Ÿฝ๏ธ Built an AI Recipe Recommendation System โ€” YOLOv11 food detection + Groq LLM suggestions
  • ๐Ÿค– Shipped 5+ ML / AI projects โ€” CNNs, NLP, predictive models
  • ๐Ÿง  Solved 250+ LeetCode problems
  • ๐ŸŽฏ Goal: Backend / AI Engineer at a product company

Tech Stack

Backend & Systems

Frontend

Data & Messaging

AI / ML & Computer Vision

DevOps & Tools


Featured Projects


Project Description Stack
๐Ÿš– Uber Backend 6 Go microservices โ€” Kafka event bus, Redis GEO driver matching, WebSocket live tracking, Razorpay payments, NGINX gateway Go Kafka Redis PostgreSQL Docker
๐Ÿ–ฅ๏ธ Uber Frontend Rider & Driver SPAs in a pnpm monorepo โ€” live map tracking, OTP auth, Razorpay checkout React TypeScript Zustand Leaflet Vite
๐Ÿฝ๏ธ AI Recipe Recommendation Point camera at food โ†’ YOLOv11 detects ingredients โ†’ Groq LLM generates personalised recipes in real time Python YOLOv11 Groq API OpenCV
๐Ÿค– CodeForge AI AI-powered code editor with real-time optimisation & debugging suggestions Python FastAPI Groq API
๐Ÿ  Bangalore House Price Predictor End-to-end ML pipeline for real estate price prediction Python Scikit-learn Flask
๐ŸŽ Fruit & Vegetable Classifier CNN trained to classify 30+ categories with 95%+ accuracy TensorFlow Keras OpenCV

How I Think About Systems

                        โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                        โ”‚         API Gateway (nginx)      โ”‚
                        โ”‚   rate limiting ยท auth ยท routing โ”‚
                        โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€-โ”˜
                                     โ”‚
              โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
              โ–ผ                      โ–ผ                       โ–ผ
       Microservice A          Microservice B          Microservice C
       (user-service)          (trip-service)         (payment-service)
              โ”‚                      โ”‚                       โ”‚
              โ–ผ                      โ–ผ                       โ–ผ
         PostgreSQL            Redis GEO              Razorpay API
                                     โ”‚
                              Kafka Topic
                                     โ”‚
                    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                    โ–ผ                โ–ผ                 โ–ผ
             matching-svc    notification-svc    driver-svc
                    โ”‚
              WebSocket Hub โ”€โ”€โ–บ Real-time location โ†’ Rider browser

GitHub Stats



I love connecting with engineers and builders. If you're working on something cool, let's talk!

Created with โค๏ธ by Mulukutla Sai Krishna

Popular repositories Loading

  1. uber uber Public

    Production-ready distributed ride-hailing backend: Go + Kafka + Redis GEO + PostgreSQL. Event-driven driver matching, real-time WebSocket tracking, atomic trip state machine.

    Go 6 3

  2. SaiKrishnaMulukutla SaiKrishnaMulukutla Public

    1

  3. Talk-and-Translate Talk-and-Translate Public

    This application captures your speech, detects the language, translates it, and then converts it back to speech in the target language.

    Python

  4. Weather-App Weather-App Public

    The Real-Time Weather App provides live weather updates for any city, displaying the current temperature and weather conditions with emoji representations. Built with Streamlit and OpenWeatherMap Aโ€ฆ

    Python

  5. RealEstate-Price-Predictor RealEstate-Price-Predictor Public

    The Bangalore House Price Prediction App estimates property prices using Machine Learning based on location, area, BHK, and bathrooms. Built with Streamlit, it offers a simple interface and accuratโ€ฆ

    Jupyter Notebook

  6. MulukutlaGPT MulukutlaGPT Public

    Python