Skip to content
View naimataki's full-sized avatar
🌠
🌠

Block or report naimataki

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
naimataki/README.md

🌟 Hey there, I'm Naima!

πŸ€– Aspiring Machine Learning Scientist 🧠 | πŸ“Š Data Enthusiast | πŸ’‘ Problem Solver

AI Animation

πŸš€ About Me

class NaimaTakiouti:
    def __init__(self):
        self.name = "Naima Takiouti"
        self.role = "Aspiring ML Scientist"
        self.location = "Morocco πŸ‡²πŸ‡¦"
        self.passions = ["AI", "Data Science", "Machine Learning"]
        self.currently_learning = ["Deep Learning", "MLOps", "Generative AI"]
        self.fun_fact = "I turn coffee into code and data into insights! β˜•β†’πŸ’»"
    
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together 🌟")

me = NaimaTakiouti()
me.say_hi()

πŸ› οΈ Tech Arsenal

Languages & Frameworks

Python TensorFlow PyTorch Scikit-Learn Pandas NumPy

Tools & Platforms

Jupyter Git Docker AWS Linux

🌐 Let's Connect & Collaborate!


Profile Views

πŸ’Ό Need ML/Data Science Services?

From data analysis to machine learning models - I offer professional ML and data science services!

πŸ“Š GitHub Analytics

GitHub Streak

🎯 Current Focus

  • πŸ”¬ Research: Exploring cutting-edge ML algorithms and their applications
  • 🌱 Learning: Deep diving into MLOps and production ML systems
  • 🀝 Collaboration: Open to exciting projects and research opportunities
  • πŸ“ Sharing: Writing about ML insights and data science discoveries

πŸ’‘ Fun Facts

  • 🧠 I believe AI will revolutionize how we solve complex problems
  • πŸ“š Always learning something new in the ML space
  • 🎨 I love making data beautiful and insights actionable
  • 🌍 Passionate about using AI for scientific discoveries

πŸš€ Thanks for visiting! Let's build the future together! ✨

Feel free to reach out - I'm always excited to collaborate on amazing projects!

⭐ Don't forget to star my repositories if you find them interesting! ⭐

Pinned Loading

  1. 100-Days-of-Code-The-Complete-Python-Pro-Bootcamp-Projects 100-Days-of-Code-The-Complete-Python-Pro-Bootcamp-Projects Public

    All the projects of the 100 Days of Code: The Complete Python Pro Bootcamp Projects on Udemy

    Python 1

  2. Hands_On_Machine_Learning Hands_On_Machine_Learning Public

    Jupyter Notebook

  3. Titanic---Machine-Learning-from-Disaster Titanic---Machine-Learning-from-Disaster Public

    Kaggle Competition - Predicting survival on the Titanic and getting familiar with ML basics

    Jupyter Notebook

  4. House-Prices---Advanced-Regression-Techniques House-Prices---Advanced-Regression-Techniques Public

    The House Prices competition of Kaggle

  5. Learning-Algorithms-from-Scratch Learning-Algorithms-from-Scratch Public

    Implemeting various machine learning algorithims from scratch.

    Python

  6. leetcode leetcode Public

    My leetcode solutions

    Python