Skip to content
View haddybhaiya's full-sized avatar

Highlights

  • Pro

Organizations

@Neuropole

Block or report haddybhaiya

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

โšก About Me

class HarshSharma:
    def __init__(self):
        self.name       = "Harsh Sharma"
        self.role       = ["ML Engineer", "Data Scientist", "Open Source Contributor"]
        self.languages  = ["Python", "C++", "C"]
        self.interests  = ["Deep Learning", "Computer Vision", "System Design", "OSS"]
        self.currently  = "Leveling up full-stack skills & system design"
        self.fun_fact   = "I think faster on two wheels ๐Ÿ๏ธ"

    def say_hi(self):
        print("Thanks for visiting! Let's build something impactful together ๐Ÿš€")

me = HarshSharma()
me.say_hi()

๐Ÿ› ๏ธ Tech Stack

Languages

Python C++ C

ML / DL / Data

TensorFlow Keras scikit-learn NumPy Pandas Plotly

Tools & Infra

Git GitHub Render VS Code


๐Ÿ“ˆ Contribution Graph

contribution graph


๐Ÿ’œ If you find my work useful, drop a โญ โ€” it means a lot!



Pinned Loading

  1. sem-i-con sem-i-con Public

    An impactful project SEM -i-CON which does Defect Classification for Semiconductor Wafer/Die Images from Specialized Electron microscope (SEM) by developing an edge AI

    Jupyter Notebook 4

  2. audit audit Public

    Audit is an open, end-to-end AI bias detection and analyze platform designed for organizations deploying automated decision systems in high-stakes domains โ€” hiring, credit, healthcare, and criminalโ€ฆ

    Python 2

  3. Neuropole/apricot Neuropole/apricot Public

    apricot is a self-hostable code agent , unlike tools that only look at diffs, apricot understands your entire codebase ,reviews PR, write testcases

    Python 4

  4. CLI CLI Public

    Forked from InsForge/CLI

    InsForge CLI

    TypeScript