11th Grade Student

Hi, I'm Hafsa Omer

Aspiring Machine Learning Engineer
& Python Developer

Fascinated by data, algorithms, and artificial intelligence. Currently building my foundation in Python and exploring the endless possibilities of ML.

Hafsa Omer

About Me

hafsa_info.py
class HafsaOmer:
    def __init__(self):
        self.education = "11th Grade"
        self.interests = [
            "Machine Learning", 
            "Data Science", 
            "Problem Solving"
        ]
        self.goal = "To build AI that makes a difference"
        
    def get_current_status(self):
        return "Learning and building projects!"

hafsa = HafsaOmer()
print(hafsa.get_current_status())
# Output: Learning and building projects!

My Journey into Tech

As an 11th-grade student, my curiosity about how things work naturally led me to programming. When I discovered Python and Machine Learning, I was captivated by the idea of teaching computers to learn from data.

I spend my free time solving math puzzles, writing Python scripts, and reading about the latest breakthroughs in AI. My goal is to eventually work at the intersection of AI research and real-world applications.

Technical Skills

Languages

Python85%
C++ (Basic)40%
SQL60%

Machine Learning (Basics)

Pandas & NumPy75%
Scikit-Learn50%
Matplotlib/Seaborn65%

Fundamentals

Linear Algebra Calculus Basics Statistics Probability Algorithms Data Structures

Featured Projects

Python OpenCV

Hand Gesture Recognition

A computer vision project that uses a webcam to recognize basic hand gestures and map them to keyboard presses.

Pandas Scikit-Learn

Student Marks Predictor

A simple linear regression model that predicts a student's final score based on number of study hours.

Python NLTK

Text Sentiment Analyzer

A script that analyzes movie reviews text and classifies them as positive, negative, or neutral using basic NLP.

Ready to Collaborate?

I'm always looking for opportunities to learn, join hackathons, or contribute to open-source projects.