# About Me
def me() -> dict[Str, Any]:
about = {
"Bio 👨💻" : "An AI / Science / Math enthusiast based in India",
"Occupation 🏫" : "Post Graduate Student at Pune University"
"Working_on 🛠" : "Implementing a Physics Informed Neural Network", # An AI to approximate differential equations
"Favourite_book 📘" : 1984, # By Gorge Orwell
"Favourite_sport ⚽️" : "F1" # Team McLaren always
}
return about
# My, Skills
def skills() -> dict[Str, List[Str]]:
skills = None # 🙁 Unfortunetly
# Ok, Jokes aside
skills = {
"programming_languages" : ['Python', 'Java', 'C#'],
"technologies_used" : ['Pytorch', 'Numpy', 'Pandas', 'Flask', 'ASP.net', 'SQL Server', 'SQL Lite'],
"tools_used" : ['Bash', 'Vscode', 'git', 'github', 'jupyter notebooks'],
"Want_to_learn" : ['FastAPI', 'React']
}
return skills
- Digit classifier, A MNIST Classifier written in my Pytorch
- Automatic differentiation, An Automatic differentiation system in Java, 🚧 Work In Progress
- Recommender Bot, A Discord bot for anime recommendation