Skip to content
View anushkadas-coder's full-sized avatar
🍀
overly caffeinated
🍀
overly caffeinated

Block or report anushkadas-coder

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

anushka.sys

ML Engineer • AIML Researcher • Web Developer

/     portfolio     /     linkedin     /     email     /     x     /

Coding character

I'm an IT undergrad and an ML Engineer with research interests in AIML, building intelligent systems and full-stack AI applications that solve real-world challenges to deliver user-centric solutions. I have hands-on experience in web dev. and enjoy problem-solving. I am an Amazon ML Summer School(Amazon MLSS) 2026 Scholar. Driven by a passion for innovation, I've published 2 research papers in AIML. I'm an active member of Google's Women Techmakers and IEEE Robotics and Automation Technical Committee on ML for Automation and NVIDIA Developer Community.

When I'm not coding, you'll probably find me drawing, winning debates, reading manga, or strumming guitars every once in a while. I'm a living proof that a human can function with black coffee as their primary blood type. My interests naturally gravitate toward anything that adds to the growing body of Human Knowledge.

Research & Publications

Architectural Paradigms for Sovereign AI: Mitigating API Fragility through Quantized Low-Rank Adaptation and 1.58-bit Ternary Models | Officially lived on SSRN | Read Paper
Isolating Synthetic Fingerprints: A Frequency-Domain Approach to Robust Deepfake Detection using 2D FFT and Lightweight CNNs | Read Paper

Technical Arsenal

Category Technologies
Languages Python    Java    C++    SQL    JavaScript    HTML5    CSS3
Libraries & Frameworks Scikit-learn    PyTorch    Pandas    NumPy    XGBoost    Flask    FastAPI    React    OpenAI
Tools & Platforms Amazon AWS    Streamlit    Git    Jupyter    Power BI    Docker

Experience

Period Role Company Highlights
Jul 2026 – Present Scholar at Amazon MLSS Amazon ML Summer School 2026 Gaining hands-on knowledge in advanced ML, Deep Learning, Generative AI, and LLMs through sessions led by Amazon research scientists.
Jul 2026 – Aug 2026 Data Analytics Intern OASIS INFOBYTE (AICTE OIB-SIP) Leveraged Python, Pandas, and Scikit-learn to engineer data pipelines, perform exploratory data analysis, and build predictive models for real-world business datasets.
Jan 2026 - Feb 2026 Blockchain Risk Developer Zetheta Algorithms Private Limited Engineered a vulnerability scanner for Solidity contracts to detect critical flaws like Reentrancy and Access Control.
July 2025 - Sept 2025 Open-Source Contributor GSSoc '25 Resolved bugs and integrated new feature modules across 4 open-source repositories via GitHub.

Currently Building

class Anushka:
    def __init__(self):
        self.name         = "Anushka"
        self.role         = "ML/DL Engineer & AIML Researcher"
        self.location     = "India"
        self.languages    = ["Python", "Java", "C++", "JavaScript", "SQL"]
        self.interests    = ["Sovereign AI", "Deepfake Detection", "LLM Fine-tuning", "Edge Inference"]
        self.communities  = ["Google WTM", "IEEE RA-TC-MLA", "NVIDIA Dev Community"]

    def current_focus(self):
        return [
            "Exploring quantized LLM deployment on edge hardware",
            "Researching multimodal deepfake detection pipelines",
            "Building blockchain smart contract security tooling",
            "Contributing to open-source AI/ML projects",
        ]

    def fun_fact(self):
        return "I debug faster with lo-fi music playing 🎵"

me = Anushka()
print(me.current_focus())

Coding character

Pinned Loading

  1. Customer-Churn-Prediction Customer-Churn-Prediction Public

    An end-to-end project to predict customer churn using Python and XGBoost. Identifies key attrition drivers through data analysis and predictive modeling to provide actionable business insights.

    Python 2

  2. deweathering-engine deweathering-engine Public

    A document restoration engine using Robust PCA (RPCA) to separate sparse text matrices from low-rank background noise. Built with FastAPI and React.

    JavaScript 2

  3. deepfake-detection-engine deepfake-detection-engine Public

    Neural Authenticity Engine: A full-stack deep learning pipeline identifying synthetic media via spectral fingerprinting and 2D FFT. Built with PyTorch (ResNet-18), it features a Gaussian-denoised i…

    Python 2

  4. Federated_Fresh Federated_Fresh Public

    A high-performance, multi-modal AI Terminal featuring Local RAG (ChromaDB), real-time Web Search integration, and Google Gemini 2.5 Flash reasoning. Optimized for low-memory (512MB RAM) cloud deplo…

    Python 2

  5. DCO6_synthesizer DCO6_synthesizer Public

    A 6-voice polyphonic VST3 synthesizer built from scratch in C++ and the JUCE framework, featuring a 4-pole ladder filter, BBD stereo chorus, and real-time FFT analysis.

    C++ 2

  6. Deep-Reinforcement-Learning-with-Double-Q-Networks-on-Atari-Games Deep-Reinforcement-Learning-with-Double-Q-Networks-on-Atari-Games Public

    This project uses deep RL to train an agent that can play Atari game named Space Invaders.

    Jupyter Notebook 2