Skip to content
View manishrao0312's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report manishrao0312

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

Typing SVG

BE Computer Science CGPA Graduated

Bangalore


Portfolio LinkedIn Email GitHub

Profile Views GitHub followers GitHub User's stars


β—ˆ About

Software Engineer with a focus on AI/ML integration and full stack product engineering. I build systems that connect intelligent backends to clean, responsive frontends β€” from LLM-powered APIs to production-grade data pipelines.

My engineering philosophy is grounded in performance, scalability, and shipping with intent. During my internship at Incanto Dynamics, Bangalore, I worked as a Data Analysis & AI Intern, building real-world pipelines around the Gemini API and deploying models into live product workflows.

I approach every layer of the stack with the same rigour: architecting APIs that hold under concurrent load, designing MongoDB schemas that scale, and instrumenting React frontends that remain performant in production.

Core Engineering Values:

  • Systems-first thinking over feature-first execution
  • Measurable performance over abstract quality
  • Composable architecture over monolithic solutions
  • Continuous delivery over waterfall perfectionism

Open To: Software Engineering Β· AI / ML Engineering Β· Full Stack Development Β· Backend Engineering Β· Data Engineering Β· AI Product Roles



β—ˆ Tech Stack

Languages

Skills

Frontend

Skills

Backend & Databases

Skills

Cloud, DevOps & Tooling

Skills


β—ˆ AI / ML Expertise

Domain Proficiency Details
LLM Integration β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ Advanced Gemini API, prompt engineering, multi-turn conversation design
Generative AI β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘ Proficient Image generation pipelines, AI-powered styling systems
Data Analysis β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ Advanced Pandas, NumPy, exploratory analysis, visualization
Machine Learning β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘ Proficient Scikit-learn, feature engineering, model deployment
NLP & RAG β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘ Developing Retrieval-augmented generation, document QA
AI Product Engineering β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ Advanced End-to-end AI feature integration in production stacks
Fraud Detection Systems β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘ Proficient Real-time stream processing, Kafka-based anomaly detection

β—ˆ Featured Projects

⬑ F1 Telemetry & Strategy AI Dashboard

An enterprise-grade Formula 1 telemetry analysis platform powered by the Gemini API and Scikit-learn. Processes live race telemetry data to surface real-time strategic insights, tyre degradation models, and lap-time prediction β€” built to handle the scale and latency demands of motorsport data.

Attribute Detail
Stack Python Β· FastAPI Β· Gemini API Β· Scikit-learn Β· React Β· PostgreSQL
Scale 500+ concurrent requests sustained under load
Performance Sub-200ms API response at p95 under race-day simulation
AI Layer Gemini API for natural language strategy summaries; Scikit-learn for tyre degradation regression
Impact Full race-weekend simulation coverage β€” qualifying, pit windows, safety car scenarios
Repository GitHub

The core engineering challenge was building a data ingestion layer fast enough to keep pace with telemetry streams while running ML inference and LLM summarization in parallel without blocking the request thread. Solved via async FastAPI workers with a Redis-backed job queue for model inference tasks.


⬑ AI-Powered Skill Bartering Platform

A full stack peer-to-peer skill exchange marketplace where users trade expertise instead of currency. Built on a MERN stack with Redis-backed session management and a Docker-containerised architecture designed to sustain high-concurrency matchmaking and real-time chat.

Attribute Detail
Stack MongoDB Β· Express Β· React Β· Node.js Β· Redis Β· Docker
Scale Architected for 1,000+ concurrent user connections
Performance Redis caching reduces DB read latency by ~65% on hot skill queries
Security JWT-based auth Β· Role-based access control Β· Input sanitization
Impact Zero-cost skill acquisition model β€” replaces transactional friction with value exchange
Repository GitHub

The matchmaking engine uses a weighted compatibility graph built from user skill profiles and availability metadata, with Redis Sorted Sets serving ranked match results at constant-time lookup. Docker Compose orchestrates the full service mesh locally; the same config targets production with minimal delta.


⬑ AI-Powered Virtual Try-On & Stylist

A generative AI application that enables users to virtually try on clothing items and receive personalised style recommendations. Combines computer vision with a generative model backend to produce realistic garment overlays without physical product samples.

Attribute Detail
Stack Python Β· Generative AI Β· FastAPI Β· React
AI Layer Generative image synthesis Β· Style preference modelling
Performance Inference pipeline optimised for sub-3s try-on render
Impact Reduces purchase hesitation β€” bridges the gap between e-commerce browsing and fitting-room confidence
Use Case Fashion retail, wardrobe planning, personal styling tools
Repository GitHub

The primary engineering constraint was balancing image quality against inference latency. Implemented a two-stage pipeline: fast low-res preview generation in under 800ms, with a high-res synthesis pass queued asynchronously and delivered via polling.



β—ˆ Experience

Data Analysis & AI Intern β€” Incanto Dynamics

Bangalore, India Β· 2026

Worked within an applied AI product team, contributing to data analysis workflows and AI feature integration. Built and shipped production-grade pipelines using the Gemini API, transforming raw data into structured, actionable model inputs.

  • Designed and deployed LLM-backed analysis pipelines using the Gemini API in a live product environment
  • Built data preprocessing and feature engineering workflows in Python, improving downstream model reliability
  • Contributed to AI feature integration across FastAPI-based backend services
  • Conducted exploratory data analysis across business datasets, surfacing signals for product and engineering decisions
  • Collaborated with engineering leads on architecture decisions for AI module scaling

Python Gemini API FastAPI Data Analysis


β—ˆ Achievements

Recognition Details
πŸ—οΈ Production Deployment Shipped live TCS NQT prep tool to Vercel with 136 curated problems β€” real users, real usage
πŸ€– AI Product Engineering Built and deployed LLM pipelines at Incanto Dynamics using Gemini API in production
πŸ“Š Internship: Data Analysis & AI Industry experience at Incanto Dynamics, Bangalore β€” AI feature integration & data pipelines
🧩 DSA Tracker: 42/57 PYQs Completed 73%+ of a self-curated 57-question TCS NQT PYQ tracker (32/33 Easy · 10/16 Medium)
🧱 Concurrent Systems Design Architected system handling 1,000+ concurrent connections with Redis + Docker
πŸ“ˆ F1 Telemetry at Scale Built AI dashboard sustaining 500+ concurrent requests with sub-200ms p95 latency
πŸ“ LinkedIn Technical Writing Weekly posts on Docker internals, LeetCode DP patterns β€” consistent technical knowledge sharing
🎯 Full Stack Γ— AI Intersection Projects span the full product surface: ML inference β†’ API β†’ frontend β†’ deployment

β—ˆ Certifications

AWS

AWS CLF-C02 AWS SAA-C03

Microsoft Azure

AI-900 AI-102

NPTEL

NPTEL

Cisco

Cisco


β—ˆ Coding Profiles

LeetCode GeeksforGeeks HackerRank CodeChef


β—ˆ GitHub Analytics

Β Β 

β—ˆ GitHub Trophies

Trophy

---

β—ˆ Contribution Activity

Activity Graph


β—ˆ Contribution Snake

github-snake

β—ˆ Current Focus

learning:
  - AWS Solutions Architect (SAA-C03) β€” post CLF-C02 certification path
  - Advanced DSA: Dynamic Programming, Graphs, Trees (Striver + Aditya Verma)
  - System Design fundamentals for SDE interviews at scale companies
  - Azure AI Fundamentals (AI-900) via Microsoft AI Skills Yatra

building:
  - Expanding F1 Telemetry Dashboard with real-time Gemini API strategy summaries
  - Hardening Skill Bartering Platform for production-scale concurrency
  - Technical content pipeline for @thequietdev (tech Β· finance Β· career)

exploring:
  - Open source contributions to LangChain / LlamaIndex
  - Kafka-based real-time fraud detection architecture
  - RAG pipeline design patterns for enterprise search

open_to:
  role_types:
    - Software Engineer (Full Stack / Backend)
    - AI / ML Engineer
    - Data Engineer
    - AI Product Engineer
  minimum_ctc: 5 LPA
  location: Bangalore (on-site / hybrid preferred) | Remote considered
  notice_period: Immediate
  preferred_stacks:
    - Python + FastAPI + LLM stack
    - MERN + Redis + Docker
    - Data pipelines + AI feature integration

β—ˆ Connect

Gmail LinkedIn GitHub Portfolio


"The best engineers don't just write code β€” they build systems that outlive the sprint."

Pinned Loading

  1. B.E-CSE-Major-Project B.E-CSE-Major-Project Public

    JavaScript

  2. FORMULA-1 FORMULA-1 Public

    JavaScript

  3. skillswap-platform skillswap-platform Public

    JavaScript