Skip to content
View Abhinavexists's full-sized avatar
:octocat:
You can teach me something.
:octocat:
You can teach me something.

Highlights

  • Pro

Organizations

@BVPIEEE @The-Red-Wood-Lab

Block or report Abhinavexists

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
Abhinavexists/README.md
sudo rm -rf / # run if you dare
from dataclasses import dataclass
from typing import List, Dict

@dataclass
class Explorer:
    name: str
    role: str
    tech_stack: Dict[str, List[str]]
    currently_exploring: List[str]
    notable_projects: List[str]
    fun_fact: str

    def say_hi(self) -> None:
        print("Thanks for dropping by! I build ML-powered tools, break them often, and learn even more.")

if __name__ == "__main__":
    me = Explorer(
        name="Abhinav Kumar Singh",
        role="Machine Learning & GenAI Developer",
        tech_stack={
            "Languages": ["C++", "Python", "Java"],
            "ML_and_Data": ["TensorFlow", "PyTorch", "Scikit-learn", "NumPy", "Pandas", "HuggingFace"],
            "Web_and_Backend": ["React", "Flask", "FastAPI", "Node.js"],
            "Databases": ["MongoDB", "MySQL", "PostgreSQL", "Firebase"],
            "Tools_and_Cloud": ["OpenCV", "Matplotlib", "Docker", "AWS", "Azure", "Git"]
        },
        currently_exploring=[
            "GenAI", 
            "LLM", 
            "NLP", 
            "Fine-Tuning"
        ],
        notable_projects=[
            "SeeSharp (PyTorch ERSVR)", 
            "FinWell (Multi-agent AI)", 
            "AgenticBob (CrewAI)", 
            "dwarp (Terminal Assistant)"
        ],
        fun_fact="How far can curiosity (and deadlines) take me? Let's find out."
    )
    
    me.say_hi()
Abhinav's GitHub Streak

Pinned Loading

  1. keras-team/keras keras-team/keras Public

    Deep Learning for humans

    Python 63.9k 19.7k

  2. dwarp dwarp Public

    Terminal assistant which is built as an open source minimal alternative to warp.

    Python 20

  3. SeeSharp SeeSharp Public

    This repository contains a PyTorch implementation of the ERSVR (Enhanced Real-time Video Super Resolution) network using recurrent multi-branch dilated convolutions

    Python 12 2

  4. NeuNet NeuNet Public

    Implementation of feedforward-backpropagated Neural Network from Scratch

    Python 21

  5. Redoc Redoc Public

    Document research and theme identification application with multi-level citation capabilities.

    TypeScript 8 1

  6. Nexus Nexus Public

    A complete MLOps pipeline for classifying network security threats and detecting phishing attacks.

    Python 1