# About Me
def me() -> dict[Str, Any]:
about = {
"Bio 👨💻" : "An AI / Science / Math enthusiast based in India",
"Occupation 🏫" : "Gen AI engineer at Samprama Digitek"
"Working_on 🛠" : "Bringing AI Agents into industry 4.0",
"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', 'JavaScript', 'C#'],
"technologies_used" : ['Ollama', 'LangChain', 'Hugging Face', 'Fast API', 'Pytorch', 'Postgres', 'Chroma DB'],
"tools_used" : ['Bash', 'Vscode', 'git', 'github', 'jupyter notebooks'],
"Want_to_learn" : ['AWS', 'LangGraph', 'Unsloth']
}
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


