class MyProfile:
def __init__(self):
self.name = "Arman Zaher"
self.education = "BASc in Industrial & Systems Engineering"
self.university = "University of Toronto"
self.website = "https://zaherarman.github.io/"
self.email = "a.zaher@mail.utoronto.ca"
self.roles = {
"current": ["Data Scientist @ RBC, UHN"],
"previously": ["DS @ Wizonix",
"PM @ Bombardier",
"SWE @ UTAT",]
}
def more_info(self):
about_me = {
"current_focus": ["Machine Learning", "Data Science", "Drones"],
"languages": ["Python", "SQL", "Java", "AMPL", "C++", "JavaScript", "HTML/CSS"],
"libraries": ["NumPy", "pandas", "Matplotlib", "scikit-learn", "SimPy", "PyTorch", "Plotly", "Dash"],
"technologies": {
"cloud": ["AWS (learning)", "Azure (learning)"],
"tools": ["Git", "Figma", "Docker"]
}
}
def say_hi(self):
print("Contact me through my email for any inquiries! 👋 ")
-
University of Toronto
- Toronto, Canada
- zaherarman.github.io
- in/zaherarman
Pinned Loading
-
brainy-binder-v2
brainy-binder-v2 PublicAI assistant for document ingestion w/ OCR, semantic search, knowledge graph construction, and hybrid GraphRAG-based Q&A using LLMs.
Python
-
brainy-binder
brainy-binder PublicPrivacy-first local AI assistant for document ingestion, semantic search, and RAG-based Q&A using on-device LLMs.
Python
-
toronto-shelter-optimization-framework
toronto-shelter-optimization-framework PublicOptimization and simulation for equitable homeless shelter resource allocation in Toronto.
Jupyter Notebook
-
machine-learning
machine-learning PublicA set of jupyter notebooks developing profiency in machine learning.
Jupyter Notebook
-
deep-learning
deep-learning PublicA set of jupyter notebooks developing profiency in deep learning.
Jupyter Notebook
-
data
data PublicA set of jupyter notebooks developing profiency in data manipulation and analysis.
Jupyter Notebook
If the problem persists, check the GitHub status page or contact support.