Skip to content
View TheCodeNoodle's full-sized avatar
🌘
Miserable
🌘
Miserable

Block or report TheCodeNoodle

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
TheCodeNoodle/README.md

Mohamed Alouardi

Typing SVG

Profile Views

About Me:

class MohamedAlouardi:
    def __init__(self):
        self.name = "Mohamed Alouardi"
        self.age = 19
        self.location = "Rabat, Morocco"
        self.role = "AI/Data Science Student (allegedly)"
        self.passions = ["Python", "C++", "Making apps nobody asked for"]
        self.currently_learning = ["Deep Learning", "Computer Vision", "NLP (because why not)"]
        
    def future_goals(self):
        return [
            "Actually understand half the things i code",
            "Build cool projects",
            "Contribute to open-source",
            "Combine AI with art because it sounds fancy"
        ]

me = MohamedAlouardi()

Tools I Poke at Until They Work:

AI/ML & Data Science

Python Pandas NumPy Scikit Learn Matplotlib Jupyter

Design & Creative

Photoshop Illustrator Figma Aseprite

Development

C++ C SQL HTML5 CSS3 JavaScript Linux VS Code


Stats That Make Me Look Productive:

GitHub Streak


Stuff I Made:

Readme Card Readme Card Readme Card


What I'm Building & Learning:

Recent Projects:

  • File Management System - Automated organization too
  • Web Data Pipeline - Large-scale scraping & collection framework
  • Salary Predictor - Linear regression model for compensation analysis

Current Focus:

  • Deep Learning - Neural networks & advanced architectures
  • Computer Vision - Image processing & pattern recognition
  • NLP & Language Models - Text analysis & generation
  • Statistical Modeling - Advanced analytics & predictions

Tech Stack & Expertise:

Data & ML: Python • Pandas • Scikit-learn • TensorFlow • Statistical Analysis
Web & APIs: REST APIs • Web Scraping • Data Pipelines • Real-time Processing
Tools & Automation: File Systems • Data Collection • Dashboard Creation



Fun-ish Facts

Mixes design with data because it sounds impressive
Solves problems by creating new ones
Would learn every language in the world, but lazy


Stalk Me

LinkedIn GitHub Email


Lofi Retro Banner

Pinned Loading

  1. file-organizer file-organizer Public

    A Python app that organizes files into categorized folders based on their extensions, creates only needed folders, and safely handles duplicates by renaming them.

    Python 1

  2. linear-income-prediction linear-income-prediction Public

    A simple linear regression project to forecast monthly income using Python, pandas, scikit-learn, and matplotlib.

    Python 1

  3. mubawab-real-estate-scraper mubawab-real-estate-scraper Public

    A Python web scraper for extracting real estate listings from Mubawab.ma using BeautifulSoup. Supports multiple cities and languages (French/English) with user-agent rotation and flexible CSS selec…

    Python