Skip to content
View rishi02102017's full-sized avatar

Block or report rishi02102017

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

πŸ‘‹ Hi, I'm Jyotishman Das

AI Researcher | ML Engineer | Hackathon Winner

Profile Views

Cool Animation

I transform challenges into opportunities, pushing the boundaries of what's possible with AI.

Building intelligent systems that learn, adapt, and solve real-world problems


Typing SVG


πŸŽ“ About

  • πŸŽ“ M.Tech in AI @ IIT Jodhpur | B.Tech in CSE @ CIT Kokrajhar
  • πŸ† 3x Hackathon Winner
  • πŸ’» AWS Certified Solutions Architect - Associate
  • πŸ”¬ Researching: Machine Unlearning, Audio Deepfake Detection, Multimodal Learning

πŸ† Highlights

πŸ₯‡ Winner πŸ₯‡ Winner πŸ₯‡ Winner
Tradl AI Hackathon
LangGraph multi-agent system
Darwix AI Hackathon
Built in <90 minutes
Crowdera Hack4RealGood
Social impact solution
πŸ₯ˆ Top 5 πŸ… 5th Position ⭐ A Grade*
CLASH-OF-T-AI-TANS
Computer Vision
HackerRush
IIT Jodhpur Γ— HackerRank
GenAI & Foundation Models
90+ across all evaluations

πŸ› οΈ Tech Stack

πŸ’» Languages

Python C++ Java JavaScript TypeScript SQL

ML/AI Frameworks

PyTorch TensorFlow Hugging Face LangChain LangGraph OpenAI Groq

☁️ Cloud & DevOps

AWS GCP Docker Kubernetes MLflow

🌐 Web & Backend

Next.js React Node.js FastAPI Flask

πŸ—„οΈ Databases

PostgreSQL MongoDB Pinecone MySQL


πŸ—οΈ System Architecture & Tech Pipeline

ML/AI Development Pipeline

graph TB
    subgraph "Data Layer"
        A[Raw Data] --> B[Data Processing]
        B --> C[Feature Engineering]
    end
    
    subgraph "Model Development"
        C --> D[Model Training<br/>PyTorch/TensorFlow]
        D --> E[Model Evaluation]
        E --> F[Hyperparameter Tuning]
    end
    
    subgraph "MLOps & Deployment"
        F --> G[Model Registry<br/>MLflow]
        G --> H[Containerization<br/>Docker]
        H --> I[Orchestration<br/>Kubernetes]
        I --> J[Cloud Deployment<br/>AWS/GCP]
    end
    
    subgraph "Production"
        J --> K[API Gateway<br/>FastAPI/Flask]
        K --> L[Monitoring & Logging]
        L --> M[Model Retraining]
        M --> D
    end
    
    style D fill:#EE4C2C
    style G fill:#0194E2
    style H fill:#2496ED
    style I fill:#326CE5
    style J fill:#232F3E
Loading
πŸ“‹ Architecture Details & Design Decisions

Design Philosophy

Modular Architecture: Each layer is decoupled, enabling independent scaling and updates. This follows microservices principles adapted for ML systems.

Key Trade-offs:

  1. Model Registry (MLflow) vs. Git-based versioning

    • Chosen: MLflow for metadata tracking, experiment management, and model lineage
    • Trade-off: Additional infrastructure overhead vs. comprehensive experiment tracking
    • Rationale: Research-heavy workflow requires detailed experiment comparison
  2. Containerization Strategy

    • Chosen: Docker for consistency, Kubernetes for orchestration
    • Trade-off: Complexity vs. scalability and portability
    • Rationale: Multi-cloud deployments require container abstraction
  3. API Gateway Pattern

    • Chosen: FastAPI for async performance, Flask for lightweight services
    • Trade-off: Framework diversity vs. operational simplicity
    • Rationale: Different endpoints have different latency requirements
  4. Monitoring & Observability

    • Chosen: Custom metrics + CloudWatch/GCP Monitoring
    • Trade-off: Vendor lock-in vs. native integration benefits
    • Rationale: Cloud-native monitoring provides better integration with auto-scaling

Performance Optimizations

  • Model Serving: Batch inference for throughput, async endpoints for latency
  • Caching: Redis for frequently accessed models and embeddings
  • Data Pipeline: Parallel processing with Dask/Ray for large-scale feature engineering
  • Model Optimization: Quantization and pruning for edge deployment scenarios

πŸ“Š GitHub Statistics

GitHub Stats

GitHub Streak
Profile Visual

πŸ’» Top Languages & Skills

Top Languages

πŸ“Š Contribution Activity


🐍 Contribution Snake

Snake eating my contributions


🎯 Technical Focus Areas

Research & Development Pipeline

graph TD
    A[Research Problem] --> B{Literature Review}
    B --> C[Experimental Design]
    C --> D[Implementation]
    D --> E[Evaluation]
    E --> F{Results}
    F -->|Success| G[Publication/Deployment]
    F -->|Iterate| C
    G --> H[Production System]
    
    style A fill:#BF91F3
    style D fill:#EE4C2C
    style E fill:#38BDAE
    style G fill:#70A5FD
Loading

Current Research Domains

Domain Focus Technologies
Machine Unlearning Graph-based algorithms, 25Γ— speedup PyTorch, GNNs, Transformers
Audio Deepfake Detection Multilingual benchmark, 20 languages Demucs, PyAnnote, Statistical Analysis
Multimodal Learning Vision+Text, Vision+Audio CLIP, BLIP, Audio-Visual Transformers
MLOps Model deployment, monitoring MLflow, Docker, Kubernetes, AWS
πŸ“š Currently Learning

Self-Supervised Learning β€’ Contrastive Learning β€’ Large Language Models β€’ Generative AI β€’ Deep Reinforcement Learning β€’ Neural Architecture Search β€’ Meta-Learning β€’ 3D Computer Vision β€’ Federated Learning β€’ Robust AI β€’ Multimodal Learning β€’ AI Ethics β€’ Time-Series Forecasting


πŸ… Achievements & Badges

An image of @rishi02102017's Holopin badges


πŸ”— Connect With Me

LinkedIn GitHub Portfolio Medium Email


✨ Feel free to reach out for any collaboration or AI-related discussions!

Building the future, one algorithm at a time πŸš€

Pinned Loading

  1. RNA3D-FoldNet-GNN-Transformer-Diffusion RNA3D-FoldNet-GNN-Transformer-Diffusion Public

    A modular deep learning pipeline for RNA tertiary structure prediction, combining contrastive pretraining, graph-transformer-based geometry modeling, and denoising diffusion refinement β€” built end-…

    Jupyter Notebook 3 1

  2. HalluciDetect HalluciDetect Public

    Automated LLM hallucination detection platform using semantic embeddings, fact-checking APIs, and rule-based NLP. Built with Flask, SQLAlchemy, Sentence-Transformers, OpenRouter API, and Plotly.js.…

    HTML

  3. HCLTech_Team-Reapers HCLTech_Team-Reapers Public

    HTML

  4. PersonVLM PersonVLM Public

    Lightweight Vision-Language Model for generating structured person descriptions from images. Built with MobileViT-XS encoder, MLP projection layer, and fine-tuned DistilGPT-2 decoder. Optimized for…

    Python

  5. swift-llm swift-llm Public

    Production-grade LLM inference optimization with FAISS semantic caching, complexity-based query routing, and multi-tier model orchestration (Groq/OpenAI). Achieves 3000x latency reduction and 74% c…

    Python

  6. Tradl-AI-Hackathon Tradl-AI-Hackathon Public

    AI-powered multi-agent system for financial news intelligence. Built with LangGraph, processes news articles, eliminates duplicates, extracts entities, and provides context-aware queries for traders.

    Python