Skip to content
View coder-royswarnajit's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report coder-royswarnajit

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
coder-royswarnajit/Readme.md

Welcome to Swarnajit's Pokémon Coding Universe!

Typing SVG

TRAINER PROFILE

                          ┌─────────────────────────────────────────────────────────────┐
                          │                    🎮 TRAINER CARD 🎮                      │
                          ├─────────────────────────────────────────────────────────────┤
                          │ NAME: Swarnajit Roy                                         │
                          │ REGION: India                                               │
                          │ SPECIALTY: Neural Network Taming                            │
                          │ CURRENT STREAK: Learning Every Day                          │
                          │ LEGENDARY STATUS: Python Master                             │
                          └─────────────────────────────────────────────────────────────┘

MY POKÉMON PARTY


Python
☣︎ Poison Type

Langchain
🪽 FLying Type

PyTorch
🔥 Fire Type

Streamlit
🌊 Water Type

Pandas
😴 Normal Type

Scikit-Learn
🔮 Psychic Type

LEGENDARY PROJECTS - ELITE FOUR BATTLE

MEWTWO - Poke-Summarizer

class PokeSummarizer:
    type = "Psychic"
    ability = "Mind Reader"
    
    def ultimate_move(self):
        return "📄➡️📝 Content Compression Beam!"
    
    def stats(self):
        return {
            "Languages": "Multi-lingual",
            "Speed": "Real-time",
            "Accuracy": "Legendary"
        }

ZAPDOS - Battery Prediction

class BatteryPredictor:
    type = "Electric"
    ability = "Voltage Forecast"
    
    def thunder_strike(self):
        return "⚡ 12+ ML Algorithm Thunder!"
    
    def prediction_power(self):
        return "🔋 Lifespan Vision Activated!"

MEW - Dudil (Empathy Bot)

class EmpathyMew:
    type = "Psychic/Fairy"
    ability = "Emotion Sync"
    
    def healing_pulse(self):
        return "💖 DistilBERT Heart Reading + Gemini Response!"
    
    def special_trait(self):
        return "🌈 Pure Emotional Intelligence"

LUGIA - Agragati (AI Resume & Job Search Platform)

class AgragatiPlatform:
    type = "Psychic/Flying"  
    ability = "Career Vision"
    
    def aeroblast(self):
        return "🌪️ Groq Llama-3.3-70b + Multi-API Job Tornado!"
    
    def special_moves(self):
        return {
            "Resume Analysis": "📄 AI-powered feedback with ATS optimization",
            "Job Matching": "🎯 60% improved discovery via skill extraction",
            "Multi-Source Search": "🔍 LinkedIn, Indeed, ZipRecruiter integration",
            "Smart Deploy": "🐳 Docker + CI/CD pipeline ready"
        }
    
    def tech_stack(self):
        return "Python | Streamlit | Groq AI | PyPDF2 | Pandas | Docker | REST APIs"

POKÉMON RESEARCH LAB - CONFERENCE EXPEDITIONS

ARCEUS - Quantum Hybrid Steganography Model

class QuantumSteganographyResearch:
    type = "Psychic/Steel"  # Like Arceus - Creation of secure systems
    ability = "Multitype Security"
    conference = "International Conference on Sustainable Analytics and AI (SaaAI'25)"
    
    def research_framework(self):
        return {
            "🔐 QKD": "Quantum Key Distribution with eavesdropping detection",
            "🛡️ AES-256": "Military-grade message confidentiality",
            "⚡ Error Correction": "Data integrity in noisy quantum channels",
            "🖼️ LSB Steganography": "Invisible data embedding in images"
        }
    
    def legendary_results(self):
        return {
            "Security Strength": "88.06% 🏆 (outperforms classical methods)",
            "Bit Error Rate": "4.26% ⬇️ (vs 7.35% conventional)",
            "SSIM Score": "0.9961 📊 (near-lossless quality)",
            "Validation": "IBM Quantum (Qiskit) simulations ✅"
        }

DIALGA - Battery Life Estimation Research

class BatteryLifeEstimationResearch:
    type = "Steel/Dragon"  # Like Dialga - Master of Time (battery longevity)
    ability = "Pressure Analysis"
    conference = "International Conference on Smart Materials, Advanced Manufacturing & Industrial Applications"
    
    def ml_models_compared(self):
        return {
            "⚡ Single Models": ["Linear Regression", "Decision Tree", "XGBoost"],
            "🌲 Ensemble Models": ["Random Forest", "Gradient Boosting", "Extra Trees"],
            "📚 Stacked Models": ["Pairwise stacking for enhanced accuracy"]
        }
    
    def champion_results(self):
        return {
            "🥇 Best Single Model": "XGBoost → R² = 0.983",
            "🥈 Best Stacked": "Decision Tree + XGBoost → R² = 0.982, MAE = 1.55h",
            "📉 Linear Baseline": "R² ≈ 0.58 (significantly outperformed)",
            "🔋 Innovation": "Battery Degradation Factor (BDF) introduced"
        }
    
    def key_insight(self):
        return "Tree-based ensembles capture non-linear battery degradation patterns effectively!"
Research Quote

GYM BADGES - CERTIFICATIONS COLLECTED

📜 Certification 🏛️ Issuing Authority 📅 Date
AI Agents Bootcamp LetsUpgrade × NSDC × ITM Edutech × GDG MAD Aug 2025
Generative AI Foundations AWS Academy Aug 2025
Artificial Intelligence Fundamentals IBM SkillsBuild July 2025
Build RAG Chatbot with Python LetsUpgrade × NSDC × ITM Edutech × GDG MAD May 2025
Git In The Game: A GitHub Workshop IEEE MAIT May 2025
Programming, DSA Using Python NPTEL, IIT Madras March 2025
Transformational Leadership LinkedIn Learning July 2024
Badge Count

LEAGUE CHAMPION - ACHIEVEMENTS & VICTORIES

🏆 CHAMPION VICTORIES

🥇 Achievement 🏛️ Organization 📅 Year
🥇 First Place - Extra-Curricular Activities CUESTIC EC Club, Christ University Bangalore Kengeri 2024–2025
💻 Gen'AI Work-a-thon Hackathon Christ University (Built Agragati) Nov 2025
class LeagueChampion:
    type = "Fire/Flying"  # Like Ho-Oh - Symbol of Victory
    ability = "Rainbow Wings"
    
    def championship_titles(self):
        return {
            "🏅 CUESTIC Champion": {
                "award": "First Place in Extra-Curricular Activities",
                "recognition": "Certificate of Appreciation + Memento",
                "achievement": "Leading diverse co-curricular initiatives"
            },
            "🤖 Gen'AI Hackathon": {
                "event": "Gen'AI Work-a-thon Hackathon",
                "project": "Agragati - AI Resume & Job Search Platform",
                "venue": "Christ University, November 2025"
            }
        }
Champion Status

POKÉDEX STATS

GitHub Trainer Battle Stats for coder-royswarnajit Current Coding Streak - coder-royswarnajit Contribution Activity Graph - coder-royswarnajit Most Used Languages - Type Effectiveness Chart

LIVE TRAINER STATS

Total Pull Requests Total Issues Opened GitHub Followers Following Count
🔄 These stats auto-refresh — keeping your Pokédex up to date!

POKÉMON CENTER - CURRENT TRAINING

Training Status

GYM BATTLES - CONNECT WITH ME

LinkedIn GitHub Email


POKÉDEX ENTRY #2025

                                ╔══════════════════════════════════════════════════════════════════╗
                                ║                          SPECIES DATA                            ║
                                ╠══════════════════════════════════════════════════════════════════╣
                                ║ SPECIES: Code Trainer Pokémon                                    ║
                                ║ TYPE: Python/AI                                                  ║
                                ║ HEIGHT: 6'0" (Variable in Virtual Reality)                       ║
                                ║ WEIGHT: ∞ (Infinite Learning Capacity)                           ║
                                ║                                                                  ║
                                ║ ABILITIES:                                                       ║
                                ║ • Debug Vision: Can spot bugs from miles away                    ║
                                ║ • Algorithm Tamer: Commands respect from Neural Networks         ║
                                ║ • Code Synthesis: Transforms coffee into working applications    ║
                                ║                                                                  ║
                                ║ HABITAT: Commonly found in IDEs, surrounded by multiple          ║
                                ║         monitors and an endless supply of energy drinks.         ║
                                ║                                                                  ║
                                ║ EVOLUTION: Newbie → Junior Dev → Senior Dev → AI Master →        ║
                                ║           🌟 LEGENDARY DEVELOPER 🌟                             ║
                                ╚══════════════════════════════════════════════════════════════════╝

Closing Message

Visitor Badge

Pinned Loading

  1. Poke-Summarizer Poke-Summarizer Public

    Poke Summarizer tackles information overload from documents, videos, and audios by providing concise, real-time, and credible summaries across languages. It serves individuals and teams needing fas…

    Python

  2. Battery-Prediction Battery-Prediction Public

    Battery Life Prediction - A machine learning project that predicts electronic device battery lifespan using ensemble regression models. Features advanced preprocessing, 12+ ML algorithms including …

    Python

  3. Dudil Dudil Public

    Dudil - An emotion-aware chatbot that detects user emotions using DistilBERT and generates empathetic responses through Google Gemini AI. Features real-time emotion analysis, conversation history, …

    Python

  4. Deepfake-Detection Deepfake-Detection Public

    This project implements an ensemble-based deepfake detection system using PyTorch, combining EfficientNet, ResNet, and Vision Transformer (ViT). It also includes a utility to convert CIFAR-10 into …

    Python

  5. msrishav-28/Tekshila msrishav-28/Tekshila Public

    Tekshila is an AI-powered code documentation platform that automatically generates comprehensive READMEs, adds intelligent comments to your code, and provides quality analysis. Built with Google Ge…

    Python

  6. Agragrati Agragrati Public

    Agragrati – AI Resume & Job Search is an AI-powered platform that analyzes resumes, extracts key skills, and provides targeted feedback while integrating with APIs like JSearch and Adzuna to delive…

    Python 1