Skip to content
View Rushi6767's full-sized avatar

Block or report Rushi6767

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

Hi, I'm Rushi Sathavara 👋

Python & AI Engineer

 


5 years of experience building Python backends, agentic AI systems, and production data pipelines.
I've shipped real features at an ERP company (Odoo), an e-commerce platform (Shopify integration), and two live startup products at Harrisburg University's CIE.

Currently focused on: LLM applications · Agentic AI · Data Engineering


Tech Stack

Python FastAPI Django LangChain LangGraph OpenAI React TypeScript

Airflow Snowflake PySpark PostgreSQL Redis Docker AWS


Highlights

  • 🤖 Built a multi-agent AI system (LangGraph + GPT-4 + RAG) that parses resumes, matches jobs, and generates cover letters
  • 📊 Built a crypto ETL pipeline — Airflow → PySpark → Snowflake → Power BI, running daily on live API data
  • 📈 Improved OCR invoice accuracy from 75% → 92% as Technical Lead at Odoo — promoted within 6 months
  • 🛍️ Built full Shopify + Django integration with Celery async processing and webhook handling
  • 🌐 Deployed two live startup apps: print3d.samfun.dev · fait.cie.harrisburgu.cloud

Check the pinned repos below ↓

Pinned Loading

  1. AI-Job-Assistant AI-Job-Assistant Public

    Agentic AI system built with LangGraph and GPT-4 — 5 specialized agents handle resume parsing, job matching, cover letter generation, interview prep, and application tracking. Uses RAG with ChromaD…

    Python

  2. etlpipeline etlpipeline Public

    End-to-end data pipeline ingesting top-100 crypto market data daily — orchestrated with Apache Airflow, transformed via PySpark, warehoused in Snowflake, and visualized in Power BI. Features auto-s…

    Python

  3. crypto_predict_backend crypto_predict_backend Public

    Microservices ML system — FastAPI serves a Random Forest model (91% accuracy) trained on 100k+ crypto records to predict price movement UP/DOWN. Flask frontend consumes the API. Two independently d…

    HTML

  4. chatbot_langgraph chatbot_langgraph Public

    Stateful AI chatbot built with LangGraph — uses StateGraph to manage multi-turn conversations, persistent memory across sessions, and conditional branching between agent nodes. Built on the same or…

    Python

  5. smart_cart_advance_features smart_cart_advance_features Public

    Full-stack e-commerce platform built with Django 5 — product catalog, cart with guest-to-user merge, PayPal checkout, order lifecycle, and ML features including product recommendation, inventory fo…

    HTML

  6. hotel_management hotel_management Public

    Full-stack hotel booking system — React frontend, Node/Express REST API, MongoDB with Mongoose, Stripe payments, and an admin dashboard for managing rooms and bookings. End-to-end authentication wi…

    JavaScript