Skip to content
View Romit23's full-sized avatar

Organizations

@etsi-ai

Block or report Romit23

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

class Romit_Chatterjee:

def __init__(self):

    self.name = "Romit Chatterjee"
    self.role = "AI/ML Research Intern"
    self.university = "KIIT University (CGPA: 9.09/10)"
    self.location = "Bhubaneswar, India"
    
    self.current_research = {
        "org": "UiT-The Arctic University of Norway",
        "focus": "Bias Detection & Mitigation in ML/DL Models",
        "domain": "Tabular Data Analysis"
    }
    
    self.previous_work = {
        "org": "University of South Florida",
        "achievement": "Bridged Continual Learning + Machine Unlearning",
        "results": "0.2-0.4% accuracy on unlearned samples, 70-95% retention"
    }

def recent_projects():

projects = {
    "lung_cancer_detection": {
        "model": "CNN-GCN Hybrid",
        "accuracy": "~98%",
        "dataset": "15K histopathological images"
    },
    "sentiment_analysis": {
        "model": "LSTM",
        "task": "Twitter emotion classification"
    }
}

def tech_stack():

skills = {
    "languages": ["Python", "R", "SQL"],
    "ml_frameworks": ["PyTorch", "TensorFlow", "Scikit-Learn"],
    "data_tools": ["Pandas", "NumPy", "Matplotlib", "Seaborn"],
    "databases": ["MySQL", "MongoDB"],
    "viz_tools": ["Tableau", "PowerBI"]
}

def leadership():

positions = [
    "AI/ML Lead @ AISOC, KIIT",
    "Technical Executive @ Microsoft Learn Student Ambassador"
]

def connect():

contact = {
    "email": "[email protected] | [email protected]",
    "linkedin": "linkedin.com/romit23"
}

🛠️ Tech Stack

python r pytorch tensorflow pandas numpy mysql mongodb


Pinned Loading

  1. Lead-Recommendation-MVP Lead-Recommendation-MVP Public

    A streamlined sales tool that prioritizes leads with AI-enabled scoring (0-100) and enables targeted email campaigns. Features real-time verification, industry filters, and conversion tracking. Bui…

    Python

  2. CNN-GCN-Hybrid-Framework-for-Lung-Cancer-Detection CNN-GCN-Hybrid-Framework-for-Lung-Cancer-Detection Public

    Forked from mitul-goswami/CNN-GCN-Hybrid-Framework-for-Lung-Cancer-Detection

    The primary objective of this study is to accurately identify the presence of lung cancer and nodules within human lung image data. The research aims to enhance diagnostic accuracy by utilizing a c…

    Jupyter Notebook

  3. CopyChecker-AI CopyChecker-AI Public

    Forked from mitul-goswami/CopyChecker-AI

    An AI-automated tool for scoring typed answer scripts and giving adequate justifications regarding marking.

    Python

  4. CLMUL CLMUL Public

    Forked from respailab/CLMUL

    A comprehensive framework consisting of sequential continual learning and machine unlearning requests for improving classification tasks

    Python