Skip to content
View DebdeepGhosh2511's full-sized avatar
:octocat:
XP Odyssey
:octocat:
XP Odyssey

Highlights

  • Pro

Block or report DebdeepGhosh2511

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

Neural network animation

GitHub LinkedIn Email


> About Me

class DebdeepGhosh:
    def __init__(self):
        self.role         = "AI / ML Engineer"
        self.focus        = ["Computer Vision", "RAG & LLM Systems", "Fraud Detection"]
        self.stack        = ["Python", "FastAPI", "Streamlit", "OpenCV", "YOLOv8"]
        self.currently    = "Building end-to-end ML systems, from model to API to UI"

    def philosophy(self):
        return "Ship things that work end-to-end, not just notebooks."
  • 🔭 Building practical, end-to-end AI systems — fraud detection, retrieval-augmented research tools, and 3D perception
  • 🧠 Deep interest in applied computer vision (stereo cameras, point clouds, object localization)
  • 🛠️ Comfortable across the stack: data → model → API → interface
  • 📈 Always shipping — check the pinned repos below

> Tech Stack

Python FastAPI Streamlit OpenCV PyTorch SQLAlchemy Docker Git


> Featured Repositories

Repo What it does
Insurance_fraud_detection End-to-end ML app predicting fraudulent insurance claims with a Random Forest Classifier — FastAPI + Streamlit + SQLAlchemy
AI_Research_Assistant Retrieval-Augmented Generation (RAG) research assistant built with Streamlit
ZED-3D-Localization Robust 3D object localization using a ZED stereo camera, YOLOv8m, and point-cloud processing with manual ROI fallback
Docling_pdfextract Extracts text, tables, and images from PDFs, structured by page, using Docling-style parsing in Python

> GitHub Stats


> Activity Graph


Profile views

Matrix rain animation

Popular repositories Loading

  1. JS-Codes JS-Codes Public

    JS Codes for references

    JavaScript

  2. LoginWithGoogleMERN LoginWithGoogleMERN Public

    Forked from harsh17112000/LoginWithGoogleMERN

    JavaScript

  3. Pdfextract_kit Pdfextract_kit Public

    Extracts text, tables, and images from PDFs using OpenDataLab’s pdf-extraction-kit. Outputs are saved as .txt, .csv, and .jpg files, organized by page number.

    Python

  4. pdf-document-extraction-system pdf-document-extraction-system Public

    Extracts text, tables, and images from PDFs using docling like structure in python organized by page number.

    Python

  5. ZED-3D-Localization ZED-3D-Localization Public

    Robust 3D object localization using ZED Stereo Camera, YOLOv8m, point cloud processing, manual ROI fallback, uncertainty-aware XYZ estimation, and Arduino communication for real-time robotic applic…

    Python

  6. AI_Research_Assistant AI_Research_Assistant Public

    AI Research Assistant is a Retrieval-Augmented Generation (RAG) application built with Streamlit, ChromaDB, Sentence Transformers, and Groq LLM. It supports PDF, DOCX, TXT, website, and YouTube tra…

    Python