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()
Highlights
- Pro
Pinned Loading
-
Neuropole/apricot
Neuropole/apricot Publicapricot is a self-hostable code agent , unlike tools that only look at diffs, apricot understands your entire codebase ,reviews PR, write testcases
Python 4
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



