Skip to content
View parthgupta9999's full-sized avatar

Block or report parthgupta9999

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

Parth Gupta

Software Engineer with an M.S. in Computer Science from The Ohio State University (May 2026), based in Columbus, OH. I build systems where machine learning, solid backend engineering, and deployment intersect, from profiling and performance tuning to shipping usable interfaces.

At OSU NOWLAB / ICICLE, I worked on AI for digital agriculture: computer vision on drone and field imagery, GPU optimized inference, geospatial outputs (spray zone workflows), and React + Flask tooling, with pipelines run on HPC using Docker, Tapis, and OSC. Beyond computer vision, I have built LLM powered applications with RAG pipelines, combining retrieval, embeddings, and vector databases to ground language model responses in domain specific knowledge. I have also designed and implemented multi agent orchestration systems where specialized agents collaborate to produce stronger outputs than a single prompt chain allows. I like owning problems end to end, from system architecture and model performance to a usable product interface.


Interests

  • ML in production — vision models, training and inference workflows, faster pipelines
  • LLMs and RAG — retrieval, embeddings, pragmatic product constraints
  • Backend and full-stack — Java, Python, APIs, databases, shipping reliable services
  • Systems and scale — Linux, containers, distributed and high-throughput workloads

Featured Projects

AUTO-HARVEST (Private — OSU NOWLAB / ICICLE)

End-to-end AI pipeline for agricultural drone autonomy. Integrates waypoint-based mission planning, real-time object detection and classification (YOLO, OWLv2), geospatial shapefile generation, and a React + Flask interface. Runs on OSC HPC via Docker and Tapis, built in collaboration with ICICLE, the NSF-funded AI institute for intelligent cyberinfrastructure.


A RAG-powered chatbot that lets fans chat with a creator's knowledge base built from their video transcripts and captions. The pipeline ingests creator content, extracts and embeds transcripts, and stores them for retrieval — so the assistant answers from the creator's actual words rather than generic web knowledge. Replies can also surface affiliate links for creator monetization.

Stack: Groq (LLM), Supabase (vector store), sentence-transformers (embeddings), Python backend

Highlights: Full ingestion, embedding, retrieval, and response pipeline with optional voice support; affiliate link injection configurable via environment variables


A local web application for personalized cold email outreach. Upload a contact list, compose once manually or with AI assistance, review every draft, and send through your own Gmail or Outlook account. Implements multi-agent orchestration where Agent 1 identifies resume-to-company alignment and Agent 2 writes the email from that research, producing stronger, more targeted drafts. Everything runs locally — spreadsheets, drafts, and logs stay on your machine.

Stack: Python, Groq and Gemini (AI drafts), Excel and CSV parsing, Gmail and Outlook SMTP

Highlights: Multi-agent orchestration for AI-generated emails; company research via public About page scraping; per-contact review and edit before send; rate limiting built in at approximately 50 emails per day


A deep learning web application that classifies potato leaf diseases from images. Built to help farmers and agricultural researchers get fast, accurate diagnoses without requiring technical expertise.

Stack: Python, convolutional neural network, web frontend

Highlights: End-to-end image classification pipeline; clean inference interface designed for non-technical users in agricultural settings


A Java-based vehicle rental platform built on MVC architecture using JSP, Servlets, and MySQL. Manages the full rental lifecycle from user registration to automated billing and invoice generation.

Stack: Java, JSP, Servlets, MySQL

Highlights: OTP-based verification for secure transactions; automated billing calculated from meter readings and rental duration; admin verification workflows for registration; role-based flows for customers and administrators


Contact


Always happy to connect about software, ML systems, or collaboration.

Pinned Loading

  1. Potato-disease Potato-disease Public

    Jupyter Notebook 1

  2. Vehicle Vehicle Public

    Java 1

  3. Monetizer.ai Monetizer.ai Public

    The pipeline ingests that creator’s videos extracts transcripts, and stores in a database. That becomes the retrieval context for a RAG chatbot: when a user asks what that creator thinks about a pr…

    JavaScript 1

  4. Email-Hunter Email-Hunter Public

    A local-only web app for personalized cold email outreach from an Excel/CSV file via Gmail or Outlook. Runs on your machine.

    Python 1