class Anurag:
def __init__(self):
self.role = "Aspiring ML Engineer"
self.location = "Lucknow, India ๐ฎ๐ณ"
self.languages = ["Python", "C++"]
self.currently_learning = "Machine Learning & Deep Learning"
self.fun_fact = "I debug faster than I explain what I'm debugging"
def say_hi(self):
print("Thanks for stopping by โ let's build something! ๐")
me = Anurag()
me.say_hi()|
๐ Languages
|
๐ Data & ML
|
โ๏ธ Tools
|
|
Machine Learning model to classify iris flowers using a Random Forest algorithm. |
Exploratory data analysis on Amazon's Top 50 bestselling books (2009โ2019). |
Comparison of Fiction vs Non-Fiction average reader ratings. |
๐ Add a direct link to each project's repo here once you share the exact repo URLs โ happy to wire them in.
โญ๏ธ "Growing with every line of code."

