Skip to content
View PradyumnaGupta's full-sized avatar

Organizations

@dsciitism

Block or report PradyumnaGupta

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

About Me

from typing import List, Dict

class PradyumnaGupta:
    """SDE 2 @ Amazon · MS CS @ Georgia Tech"""

    @property
    def contact(self) -> Dict[str, str]:
        return {
            "email"   : "[email protected]",
            "linkedin": "linkedin.com/in/pradyumnagupta",
        }

    @property
    def education(self) -> List[str]:
        return [
            "M.S. Computer Science - Georgia Institute of Technology (in progress)",
            "B.Tech. ECE - Indian Institute of Technology, Dhanbad",
        ]

    @property
    def experience(self) -> List[Dict[str, str]]:
        return [
            {"company": "Amazon",  "role": "SDE 2",                    "team": "Vega OS (Alexa/FireStick)"},
            {"company": "Oracle",  "role": "Senior Member Tech Staff", "team": "OCI Data Intelligence Platform"},
            {"company": "Amazon",  "role": "SDE Intern",               "team": "Prime Video"},
        ]

    @property
    def skills(self) -> Dict[str, List[str]]:
        return {
            "languages"  : ["Java", "C/C++", "Python", "JavaScript"],
            "systems"    : ["Distributed Systems", "Microservices", "API Design", "Security & Access Control"],
            "data"       : ["SQL", "Oracle DB", "MySQL", "Redis", "Blob/Object Storage"],
            "tools"      : ["Spring", "Flask", "NodeJS", "Docker", "Kubernetes", "React"],
            "cloud"      : ["AWS", "OCI"],
            "ai_ml"      : ["PyTorch", "TensorFlow", "Deep Learning", "NLP", "MCP"],
        }

    @property
    def research(self) -> List[str]:
        return [
            "Bi-Fusion LLM Techniques for Deep Meme Emotion Analysis",
            "Transformer Assisted Convolutional Network for Cell Instance Segmentation",
            "Emphasis Selection using Label Distribution Learning and Contextual Embeddings",
        ]

    @property
    def highlights(self) -> List[str]:
        return [
            "Designed trial subscription model → 300% increase in new customer bookings",
            "Led cross-region re-architecture improving scalability & availability at OCI",
            "Oracle ROCKSTAR & ABOVE AND BEYOND award recipient",
        ]

Pinned Loading

  1. dsciitism/SegPC-2021 dsciitism/SegPC-2021 Public

    Transformer Assisted Convolutional Neural Network for Cell Instance Segmentation [SegPC-2021]

    Python 17 5

  2. dsciitism/SemEval-2020-Task-8 dsciitism/SemEval-2020-Task-8 Public

    DSC IIT-ISM at SemEval-2020 Task 8: Bi-Fusion Techniques for Deep Meme Emotion Analysis

    Jupyter Notebook 4 2

  3. PCaptcha PCaptcha Public

    Forked from harshv47/SIH-20-qual

    A passive under the hood captcha system.

    Jupyter Notebook 1

  4. pcb_defect_analysis pcb_defect_analysis Public

    A PCB analysis tool that uses a referential approach for localization and identification of PCB defect, by leveraging an EfficientNet-b4 classifier, to detect defects in a PCB board. This project i…

    Jupyter Notebook 4 2

  5. Movie_Booking_Portal Movie_Booking_Portal Public

    Internship project at Amazon Prime India Team.

    JavaScript 3

  6. Bert-Modified-for-PHM Bert-Modified-for-PHM Public

    Repository containing model for identifying Public Health Mentions in Twitter Tweets

    Jupyter Notebook 1