Skip to content
View Dona-jui's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Dona-jui

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

Image

#Just Another Class in the ML Universe
import torch

class DonaRoy(torch.nn.Module):
    def __init__(self):
        super(DonaRoy, self).__init__()
        self.name = "Dona Roy"
        self.education = [
            "M.Tech CSE (Information Security) @ NITK Surathkal (2024–2026)",
            "B.Tech CSE @ JIS College of Engineering (2020–2024)"
        ]
        self.role = "Information Security | AI/ML Enthusiast"

        self.day_skills = [ "Java", "Python", "Tensorflow", "Pytorch", "Javascript" ]
        self.night_skills = [ "DSA", "Full-Stack Experiments", "Side Projects", "Research Papers" ]
        self.creative_skills = [ "Fiction", "Painting", "Photography", "Music" ]

        self.links = {
            "email": "donaroy5889@gmail.com",
            "github": "https://github.com/Dona-jui",
            "linkedin": "https://linkedin.com/in/donaroy",
            "kaggle": "https://kaggle.com/donajui"
        }

    def forward(self, curiosity, caffeine):
        return self.day_skills + self.night_skills + ["More Ideas"]

    def creative_mode(self, inspiration=1.0):
        if inspiration > 0.5:
            return f"Engaged in: {', '.join(self.creative_skills)}"

dona = DonaRoy()

“Stay curious. Stay building. Stay kind.”
Last updated on: May 25, 2025

Pinned Loading

  1. Bone-marrow-cell-classification-with-CNN Bone-marrow-cell-classification-with-CNN Public

    Jupyter Notebook

  2. DeepFake-Detection-A-Literature-Survey DeepFake-Detection-A-Literature-Survey Public

  3. FingerChain-Multi-Owner-Media-Sharing-by-Asymmetric-Fingerprinting-Into-Blockchain FingerChain-Multi-Owner-Media-Sharing-by-Asymmetric-Fingerprinting-Into-Blockchain Public

    Python

  4. Hybrid-AI-Blockchain-Framework-for-Insider-Threat-Mitigation-in-Databases Hybrid-AI-Blockchain-Framework-for-Insider-Threat-Mitigation-in-Databases Public

    Jupyter Notebook

  5. My-protfolio My-protfolio Public

    JavaScript

  6. Real-estate-price-prediction Real-estate-price-prediction Public

    Jupyter Notebook