Skip to content
View SB110604's full-sized avatar

Highlights

  • Pro

Block or report SB110604

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.

Content in all repositories owned by your account will be closed.
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
SB110604/README.md

πŸ’« Sahil Arun Bodke

Agentic AI & GenAI Engineer Β· RAG / LLM Applications & Automation Β· Python Full-Stack Developer

πŸ“ Pune, Maharashtra, India Β Β·Β  πŸŽ“ B.E. Computer Engineering, SPPU β€” First Class with Distinction (CGPA 8.34/10) Β Β·Β  πŸš€ Live product: bestfoodservices.in

I build and ship production Generative AI, agentic and automation systems in Python β€” RAG pipelines with grounded citations and voice input, multimodal ML with explainability and human-in-the-loop retraining, and blockchain-based verifiable credentials. Comfortable end to end: LLM orchestration, tool / function calling, vector search, FastAPI microservices, Docker and CI/CD. Also shipped a live 3-app food-delivery platform on Google Play. Seeking Agentic AI Β· GenAI / LLM Β· AI Automation Engineer roles.

🌐 Socials

LinkedIn Email Portfolio Instagram

πŸš€ Featured Projects

πŸ€– Applied AI / ML & Web3

Project What it is Stack
RAG Framework for Technical Support Retrieval‑augmented Q&A over your own docs: FAISS recall β†’ cross‑encoder rerank β†’ grounded answer with real citations β†’ feedback loop. Voice in/out. LangChain Β· FAISS Β· FastAPI Β· Streamlit Β· RAGAS
Hybrid Multimodal Fake News Detection 8‑layer pipeline fusing text, social‑propagation graph and image signals, with an explainable dashboard and feedback‑driven retraining. PyTorch (BERT + GCN + CNN) Β· FastAPI Β· Streamlit
Blockchain Academic Credential Verification Tamper‑evident degrees anchored on a permissioned blockchain β€” issue, hold in a wallet, and verify in seconds even when the university is offline. Solidity Β· Hardhat Β· Node Β· React 19 Β· W3C DID/VC

🌐 Full‑Stack & Systems

Project What it is Stack
Best Food Services β€” Multi‑App Delivery Platform 🟒 live 3 Android apps on Google Play (Customer / Vendor / Delivery Partner) + bestfoodservices.in on one Python REST API with JWT + role‑based access. Python REST API Β· JWT/RBAC Β· relational DB Β· Android
Smart Industrial Safety Wearable (AI + IoT) πŸ“„ published Final‑year B.E. capstone: a wearable IoT node + AI that reads worker vitals/environment, detects PPE non‑compliance from camera feeds, and escalates emergencies via a role‑based dashboard. Published in IJSART, Nov 2025. ESP32 Β· Deep learning (vision) Β· Flask Β· Node/Express Β· React Β· MongoDB
Weather Forecasting Platform Dual‑interface (Flask web + Tkinter desktop) app over OpenWeatherMap / WeatherAPI; a TTL cache cut average response time ~30%. Python Β· Flask Β· Tkinter Β· Matplotlib

πŸ›‘οΈ Security

Project What it is Stack
DDoS Attack Simulation & Mitigation Lab Isolated‑lab study of volumetric load and a comparative evaluation of rate limiting, IP blacklisting and traffic scrubbing, written up as a technical report. Python Β· Wireshark Β· network security

Each repository above is a project showcase β€” architecture, design decisions and results. The full source is private and available on request for academic review or hiring evaluation.

πŸ’Ό Experience

Full-Stack & AI Developer β€” Best Food Services (Freelance / Contract) Β· Jun 2026 – Present Shipped an end-to-end food-delivery suite β€” three live Android apps on Google Play (Customer, Vendor, Delivery Partner) on a single Python REST API backend with JWT auth and role-based access across three user types. Owned the relational schema, vendor/admin dashboards, recurring-ops automation, and the full Play Store release cycle (policy review, staged rollouts, crash monitoring).

Engineering Trainee β€” Python Full-Stack Development Β· ProAzure Software Solutions Β· Dec 2024 – Feb 2025 Built a dual-interface weather platform (Flask web app + Tkinter desktop) over the OpenWeatherMap / WeatherAPI REST APIs with Matplotlib visualisations; added an API response caching layer that cut average response time by ~30%, sustaining 99% uptime through QA in a PEP 8-compliant, peer-reviewed codebase.

Cybersecurity Intern β€” VAPT & Security Operations Β· Redynox Β· 2024 Ran vulnerability assessments (Nessus, OpenVAS) and penetration tests (Metasploit, Burp Suite, Nmap) with severity-based remediation guidance, plus Splunk SIEM triage for incident response β€” contributing to a 40%+ reduction in critical vulnerabilities.

πŸŽ“ Education

B.E., Computer Engineering β€” Savitribai Phule Pune University (Jaihind College of Engineering), Pune Β· 2022 – 2026 CGPA 8.34/10 Β· Final-Year SGPA 9.63/10 Β· First Class with Distinction Coursework: DSA, DBMS, Computer Networks, OS, OOP, Machine Learning, Artificial Intelligence, Cyber Security & Digital Forensics

πŸ“„ Publications

  • "Next‑Gen Industrial Safety: AI‑Driven Wearable Equipment Detection And Emergency Alert" β€” IJSART, Vol. 11, Issue 11 (Nov 2025), ISSN 2395‑1052. Also accepted at ICIISM‑2026. Details & certificate β†—

πŸ“œ Certifications

  • Cisco Networking Academy β€” CyberOps Associate Β· Cybersecurity Essentials Β· Introduction to Cybersecurity
  • Deloitte Australia β€” Data Analytics Job Simulation (Forage, 2025)
  • Python for Everybody Β· Ethical Hacking Awareness Β· IDE Bootcamp

πŸ’» Tech Stack:

Python JavaScript C++ Solidity SQL Bash HTML5 CSS3 PyTorch TensorFlow scikit-learn Pandas NumPy HuggingFace LangChain FastAPI Flask Django Streamlit Node.js React PostgreSQL MongoDB MySQL SQLite FAISS ChromaDB Docker Git GitHub Actions Linux Postman Ethereum Hardhat MetaMask Kali Linux Splunk Wireshark

πŸ“Š GitHub Stats:




Popular repositories Loading

  1. CODSOFT CODSOFT Public

    Python

  2. SB110604 SB110604 Public

    Python

  3. blockchain-credential-verification blockchain-credential-verification Public

    Project showcase β€” architecture, design and results. Source private, available on request.

  4. industrial-safety-detection-yolov10 industrial-safety-detection-yolov10 Public

    Project showcase β€” final-year B.E. capstone: AI + IoT wearable for industrial worker safety. Published in IJSART (Nov 2025). Architecture, screenshots, paper & certificate; source private.

  5. rag-technical-support-chatbot rag-technical-support-chatbot Public

    Project showcase β€” architecture, design and results. Source private, available on request.

  6. multimodal-fake-news-detection multimodal-fake-news-detection Public

    Project showcase β€” architecture, design and results. Source private, available on request.