Skip to content
View zaherarman's full-sized avatar

Block or report zaherarman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zaherarman/README.md
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! 👋 ")

Pinned Loading

  1. brainy-binder-v2 brainy-binder-v2 Public

    AI assistant for document ingestion w/ OCR, semantic search, knowledge graph construction, and hybrid GraphRAG-based Q&A using LLMs.

    Python

  2. brainy-binder brainy-binder Public

    Privacy-first local AI assistant for document ingestion, semantic search, and RAG-based Q&A using on-device LLMs.

    Python

  3. toronto-shelter-optimization-framework toronto-shelter-optimization-framework Public

    Optimization and simulation for equitable homeless shelter resource allocation in Toronto.

    Jupyter Notebook

  4. machine-learning machine-learning Public

    A set of jupyter notebooks developing profiency in machine learning.

    Jupyter Notebook

  5. deep-learning deep-learning Public

    A set of jupyter notebooks developing profiency in deep learning.

    Jupyter Notebook

  6. data data Public

    A set of jupyter notebooks developing profiency in data manipulation and analysis.

    Jupyter Notebook