Priyanka Kumari — AI / ML Engineer

AI systems that hold up in production.

I build agentic pipelines, RAG systems and the backend engineering that keeps them correct under real traffic — from a research agent that cites all 13 of its sources to a booking API that has never sold the same ticket twice.

Every project below ships with a build log: the decisions, the trade-offs, and why each one was made.

priyanka.ai

01 agent = Pipeline(sources=13)

02 report = agent.research(topic)

03 assert report.every_claim_cited

// plan → research → verify → ship

32public repositories
7projects with full build logs
AI +software engineering mindset

01 — SELECTED WORK

Projects that show how I think.

From agentic research to computer vision and high-concurrency APIs. Each project has a build log — the decisions behind the system and why they were made — alongside a walkthrough of how to run it.

02

GENAI · AGENTS · RESEARCH

AI Research Agent

An agentic pipeline that researches any topic across 13 verified sources, cross-checks every claim, scores confidence and writes a fully-cited report — then voices it as a podcast.

  • 13 sources
  • 4 LLM providers
  • 8 pipeline stages
FastAPILangGraphChromaDBNext.js
03

BACKEND · CONCURRENCY

Ticket Booking System

A flash-sale booking API built to survive hundreds of buyers hitting the last ticket at once — double-booking ruled out by row-level locking, not by hopeful timing.

  • 500 concurrent users
  • 0 double-bookings
FastAPIPostgreSQLRedisLocust
04

COMPUTER VISION · REAL-TIME

EmotionGesture AI

Eight hand gestures, finger counting across two hands and seven-class emotion detection from one webcam feed — threaded capture and temporal smoothing keep it flicker-free.

  • 8 gestures
  • 7 emotions
  • 2 hands tracked
OpenCVMediaPipeDeepFaceStreamlit
05

NLP · DEPLOYMENT

Grammar & Spell Checker

Transformer models handle grammar, TextBlob handles spelling, and Docker removes the environment problem — docker run is the whole install procedure.

  • 2 correction layers
  • 1 command to deploy
FlaskHugging FaceTorchDocker
06

MACHINE LEARNING · NLP

Resume Screening App

An end-to-end classifier taken from notebook to browser: cleaned text, TF-IDF features, 98% test accuracy, shipped as a Streamlit app that reads PDFs.

  • 98% test accuracy
  • PDF + TXT upload
scikit-learnKNNTF-IDFStreamlit
07

RECOMMENDATION · ML

Movie Recommendation System

A content-based recommender over ~5,000 TMDB titles. The similarity matrix is precomputed, so a recommendation is a lookup rather than a calculation.

  • ~5,000 movies
  • Live on Streamlit Cloud
Pandasscikit-learnCosine similarityStreamlit

02 — TECHNICAL TOOLKIT

Built across the AI stack.

AI

AI Engineering

Connecting models, data, APIs and product experiences into systems that are practical to use and easier to evolve.

01Languages

Python · SQL · JavaScript

02Machine Learning

Scikit-learn · Feature Engineering · Classification · Recommendation

03GenAI & Agents

LLMs · Agentic AI · RAG · LangChain · LangGraph · Hugging Face

04Deep Learning & Vision

RNN & CNN · OpenCV · MediaPipe · DeepFace · Real-time inference

05Backend & Deployment

FastAPI · Flask · PostgreSQL · Redis · Docker · Streamlit

06Developer Workflow

Git · GitHub · Testing · Documentation · Problem Solving

03 — ABOUT

More than models. I build systems.

Priyanka Kumari, AI/ML Engineer
Priyanka Kumari · AI/ML Engineer

I'm Priyanka Kumari, an AI/ML Engineer focused on building intelligent applications that solve real problems.

My work spans machine learning, NLP, computer vision, Generative AI and backend engineering. I enjoy moving from an ambiguous problem to a working system — understanding the data, choosing the right approach, building the interface and making the result usable.

What I care about most is the part that comes after the model works: making it reproducible, making it fast enough, and making it something another engineer can pick up and extend. Every project in the section above has a build log explaining the decisions behind it, because the reasoning is usually more interesting than the result.

I’m especially interested in AI agents, production-ready ML applications and intelligent automation.

  • Retrieval quality beats model size. The best LLM still can't answer reliably without the right context.
  • Clean context beats clever prompts. Well-structured input wins more often than prompt engineering does.
  • Logging is the debugging partner. Observability isn't optional once something is in production.
  • Modular architecture scales. Independent services are easier to build, maintain and improve.
  • Reliability beats perfect accuracy. People remember products that are fast and consistent — not just impressive.

04 — EXPERIENCE

Where the work has shipped.

  1. Jan 2026 — Present ● Current

    AI Engineer Full-time

    ShipCube · Remote

    • Promoted from the data science internship after three months.
    • Building an AI email bot and chatbot on an agentic pipeline — Hugging Face, LangChain and LLMs — to automate customer support interactions.
    • Implemented knowledge-base ingestion and RAG for context-aware email understanding and dynamic reply generation.
    • Model fine-tuning, version control and CI/CD, improving pipeline reliability and maintainability.
  2. Oct — Dec 2025 Internship

    Data Science Intern

    ShipCube · Remote

    • Built an AI email automation system for the Supply Chain Client Management project, using NLP and sentiment analysis to improve client communication efficiency.
    • Engineered sentiment analysis and content categorisation models in Python, reaching 96% accuracy on internal test data.
  3. Jul — Sep 2024 Internship

    Design & Development Engineer

    Precision Electronics Limited · India

    • Automated data-processing workflows in Python and Excel, cutting manual workload by 40%.
    • Built interactive Power BI dashboards for production and performance metrics, improving decision-making efficiency by 35%.
    • Produced technical documentation and analytical reports, lifting cross-team transparency by 25%.
  4. 2025 Education

    Bachelor of Computer Applications

    IIMT University

    • Class XII (CBSE), Vidya Bal Bhawan Sr. Sec. School — 78%, 2022.

05 — CONTACT

Let's build something useful.

Open to conversations around AI/ML engineering, Generative AI, intelligent automation and challenging product problems.