Skip to content
View looney-blooper's full-sized avatar

Highlights

  • Pro

Block or report looney-blooper

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

๐Ÿ‘‹ Hi, I'm Mithun Arulmani

Typing SVG

LinkedIn Email GitHub Kaggle


๐Ÿš€ About Me

AI Animation

class MithunArulmani:
    def __init__(self):
        self.name = "Mithun Arulmani"
        self.role = "ML & AI Researcher"
        self.education = {
            "institute": "Lovely Professional University",
            "major": "Computer Science and Engineering with Artificial Intelligence and Machine Learning",
            "year": "Pre-Final Year",
            "cgpa": 8.78
        }
        self.research_areas = [
            "Deep Learning",
            "Computer Vision", 
            "Natural Language Processing",
            "Physics-Informed ML"
        ]
        self.currently_learning = [
            "Machine Learning Operations",
            "Reinforcement Learning",
            "Multimodal AI"
        ]
    
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together!")

me = MithunArulmani()
me.say_hi()


๐ŸŽฏ What I Do

  • ๐Ÿง  Deep Learning Research: Pushing boundaries in neural network architectures
  • ๐Ÿ‘๏ธ Computer Vision: Developing intelligent visual systems
  • ๐Ÿ“Š ML Engineering: Building scalable and efficient ML pipelines
  • ๐Ÿค Open to Collaborate: Always excited about innovative AI projects!

๐Ÿ“œ Certifications & Coursework

Course Institution Focus Area
Introduction to Machine Learning IIT'M NPTEL ML Fundamentals & Applications
Deep Learning Specialization DeepLearning.ai Deep Learning Foundations
Django for EveryBody University of Michian Web Development using Django

๐Ÿ’ป Technical Arsenal

๐Ÿ”ค Languages

Python C++ SQL

๐Ÿง  ML/DL Frameworks

TensorFlow Keras scikit-learn PyTorch

๐Ÿ“Š Data Science & Analytics

Pandas NumPy Matplotlib Seaborn

๐Ÿ› ๏ธ Tools & Platforms

Docker Git Linux Jupyter VS Code

๐ŸŽจ FrameWorks

Django FastAPI Langchain Langgraph


๐ŸŽฏ Current Focus

mindmap
  root((Mithun's Focus))
    Research
      Gated-Transformers for Hyper Spectral Image Anomoly Detection
      Gated-Transformers for Brain Tumor Segmentation
    Learning
      Machine Learning Operations
      Reinforcement Learning
      Multimodal AI Systems
    Projects
      Deep Learning Applications
      Computer Vision Systems
      NLP Solutions
      Generative AI Applications
Loading

๐ŸŒŸ Featured Projects

Project Description Tech Stack Highlight
**๐Ÿง  Brain Tumor Detection ** Advanced Attention augmented UNet using deep learning Tensorflow, BRA-TS 95.5% Accuracy
โ™Ÿ๏ธ AramAI A Personal Legal Assistant RAG, Langchain Top 10 in Hackathon
๐Ÿ”ฎ Coming Soon... Stay tuned for more exciting projects! - -

๐Ÿ’ก Research Interests

graph LR
    A[AI Research] --> B[Deep Learning]
    A --> C[Computer Vision]
    A --> D[NLP]
    A --> E[Gated-Transformer]
    A --> F[Physics-Informed ML]
    
    B --> G[Transformers]
    B --> H[Neural Architecture Search]
    C --> I[Object Detection]
    C --> J[Image Segmentation]
    D --> K[LLMs]
    D --> L[Text Generation]
    E --> M[Hyper Spectral Image Anomaly Detection]
    E --> N[Brain Tumor Segmentation]

    %% Theme: Pastel High Contrast (GitHub Safe)

    %% Root
    style A fill:#FFB74D,stroke:#F57C00,color:#000000

    %% Major branches
    style B fill:#64B5F6,stroke:#1E88E5,color:#000000
    style C fill:#4DD0E1,stroke:#0097A7,color:#000000
    style D fill:#81C784,stroke:#43A047,color:#000000
    style E fill:#BA68C8,stroke:#8E24AA,color:#000000
    style F fill:#FFD54F,stroke:#FBC02D,color:#000000

    %% Subnodes (lighter)
    style G fill:#90CAF9,stroke:#1E88E5,color:#000000
    style H fill:#90CAF9,stroke:#1E88E5,color:#000000

    style I fill:#80DEEA,stroke:#00838F,color:#000000
    style J fill:#80DEEA,stroke:#00838F,color:#000000

    style K fill:#A5D6A7,stroke:#43A047,color:#000000
    style L fill:#A5D6A7,stroke:#43A047,color:#000000

    style M fill:#E1BEE7,stroke:#8E24AA,color:#000000
    style N fill:#E1BEE7,stroke:#8E24AA,color:#000000


Loading

๐Ÿค Let's Connect!

๐Ÿ’ฌ Open to Collaborations & Research Opportunities

I'm always excited to work on innovative ML/AI projects and discuss cutting-edge research. Feel free to reach out!

LinkedIn Email

๐Ÿ“Š Profile Views

Profile Views



โšก Fun Fact

"The only way to do great work is to love what you do" - Steve Jobs

Currently exploring: How Physics and AI can revoluionize the future World๐Ÿง ๐ŸŒŽโœจ

Popular repositories Loading

  1. Brain-Tumor-Detector Brain-Tumor-Detector Public

    Deep learning project using a Attention augments U-Net model with data augmentation to detect and classify brain tumors in MRI images. All code included for easy use and further development.

    Jupyter Notebook 1

  2. Tomato-Leaf-Disease-Detection-CNN Tomato-Leaf-Disease-Detection-CNN Public

    Tomato leaf disease detection model using CNN with LIME(XAI)

  3. Nova-Talk Nova-Talk Public

    ๐ŸŒŒ NovaTalk is an intelligent chatbot powered by a fine-tuned FLAN-T5 model to answer astrophysics-related questions. Built for curious minds to explore space concepts through natural language.

    Python

  4. Anomynous_confession Anomynous_confession Public

    An anonymous confession app built with Django and SQLite that lets users share confessions publicly without revealing their identity. Simple, privacy-focused platform for open emotional expression.

    HTML

  5. RAG-harry-potter RAG-harry-potter Public

    ๐Ÿšง UNDER CONSTRUCTION ๐Ÿšง

    Python

  6. FunTaleAI FunTaleAI Public

    FunTalesAI: Create delightful 5-page illustrated stories perfect for kids! This project uses AI to generate engaging text and pairs it with charming images, offering a safe and entertaining storyteโ€ฆ

    Python