Skip to content
View GirinChutia's full-sized avatar
💭
👨‍💻
💭
👨‍💻

Block or report GirinChutia

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GirinChutia/readme.md

Hi, I'm Girin 👋

Welcome to my GitHub portfolio! I’m an AI Engineer currently working on Computer Vision & Deep Learning. Feel free to explore my work and reach out at [email protected].


🚀 Achievements & Recognitions

  • Global Rank: 6th out of 2,100+ participants
  • Duration: 4 months
  • Hosted by: Microsoft, NVIDIA, BMW Group, & QUT Design Academy


  • Challenge: Verify handwritten signatures to detect potential fraud
  • Problem: Tackling the natural variability in offline handwriting
  • Achievement: Secured 2nd position in a competitive environment

🔗 Solution Codebase


  • Approach: Deep learning-based multiclass abnormality classification
  • Data: Trained on 37,607 VCE frames and validated on 16,132 frames
  • Performance: Mean AUC of 0.98 & Balanced Accuracy of 0.83
  • Result: Achieved 8th place in the competition

🧪 Computer Vision Sandbox

Leverage Dreambooth & LORA to fine-tune the Stable Diffusion model for personalized text-to-image generation.

  • Technique: Custom fine-tuning using a limited set of images to capture unique subject details,
  • Pipeline: End-to-end process covering data preparation, fine-tuning, and inference.
  • Applications: Ideal for creative projects, personalized image generation & marketing content generation.

Example: Images generated from SDXL v1.0 and Fine-Tuned SDXL v1.0 for Ford Maverick Pickup Truck


A unified Python package for running inference on multiple object detection models (YOLOX, YOLOv3, YOLOv4, YOLOv6, YOLOv7) without the hassle of managing different codebases.


A user-friendly repository to fine-tune Faster R-CNN on any custom COCO dataset, streamlining the process of object detection training.


Implemented the CANet (Chained Context Aggregation Network) to accurately segment cells in microscopy images using the LIVECell dataset.


A lightweight pip package designed to seamlessly integrate the capabilities of the SAM (Segment Anything Model) with minimal dependencies.


A CNN-based solution paired with a Streamlit app to recognize Indian currency denominations.
Potential Use Cases:

  1. Assistive tool for visually impaired individuals
  2. Currency verification system


📚 Publications

Abstract:
Developed a novel lightweight CNN model named LW-μDCNN with 438,998 parameters across 7 layers to classify human activities from radar micro-Doppler signatures.

  • Model Size: 5.2 MB (reduced to 0.43 MB using quantization-aware training)
  • Performance: Achieved 97% accuracy and superior F1-scores compared to state-of-the-art models
  • Additional Studies: Employed transfer learning with InceptionV3 and MobileNetV1

Profile Views

Pinned Loading

  1. FasterRCNN-Torchvision-FineTuning FasterRCNN-Torchvision-FineTuning Public

    Train Torchvision FasterRCNN model with custom COCO dataset

    Jupyter Notebook 17 4

  2. IndCurr IndCurr Public

    Indian Currency Recognition using AI

    Jupyter Notebook 4 1

  3. Object-Detection-Inference-Interface Object-Detection-Inference-Interface Public

    Object Detection Inference Interface (ODII) : A common interface for object detection model inference

    Jupyter Notebook 1 1

  4. SAM_ONNX SAM_ONNX Public

    A simple package for installing & running Segment Anything (SAM) model in ONNX format.

    Jupyter Notebook 1 1

  5. LiveCell-Segmentation LiveCell-Segmentation Public

    CANet (Chained Context Aggregation Network) for Semantic Segmentation on LIVECell Dataset

    Jupyter Notebook 1

  6. YoloX-Openvino YoloX-Openvino Public

    YOLOX OpenVINO Inference

    Jupyter Notebook