Projects

Skills, tools, and project work

Tools & Technologies

My Projects

I work on projects spanning AI automation systems, databases, OLTP & OLAP systems, inventory management, financial analysis, business intelligence, and chatbots & AI-powered assistants.

Explore all my repositories on GitHub — from Python scripts and SQL databases to full-stack AI-integrated applications.

AI Automation Database Design Financial Analysis BI Dashboards Chatbots OLAP Systems Python SQL
View All Projects on GitHub
portfolio.py
class AbeerfatimaPortfolio:

    def __init__(self):
        self.roles = [
            "PhD Student",
            "AI Engineer",
            "Data Scientist",
        ]
        self.passion = "Endless"

    def get_skills(self):
        return {
            "Python": ⭐⭐⭐⭐⭐,
            "SQL":    ⭐⭐⭐⭐⭐,
            "Power BI": ⭐⭐⭐⭐⭐,
            "ML":    ⭐⭐⭐⭐⭐,
        }