Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View NadaHaimn's full-sized avatar

Highlights

  • Pro

Block or report NadaHaimn

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

Hello World! I'm Nada Haimn

πŸš€ Aspiring AI & Machine Learning Engineer | NLP & Generative AI Specialist

Typing SVG


πŸ€– About Me

I'm a passionate AI enthusiast on the journey to becoming a skilled AI Engineer, focused on creating intelligent applications using Natural Language Processing (NLP) and Generative AI. I believe in leveraging AI to solve real-world problems and create meaningful impact.

✨ What drives me:

  • 🌱 Currently diving deeper into LLMs, Computer Vision, and MLOps
  • πŸ’‘ Passionate about innovative AI solutions and real-world applications
  • 🎯 Seeking collaborations on exciting AI/ML projects
  • πŸ“š Committed to continuous learning in this rapidly evolving field
  • 🌟 Enjoy transforming complex problems into elegant AI solutions

πŸ› οΈ Tech Stack & Tools

Programming & ML

Python TensorFlow Scikit-learn FastAPI C++ Java

Data Science & Visualization

Pandas NumPy Matplotlib Seaborn Jupyter

AI Specializations

NLP Generative AI Computer Vision Machine Learning Deep Learning

Cloud & DevOps

AWS Docker Git GitHub

Databases

MongoDB PostgreSQL SQL


πŸ“ˆ GitHub Analytics


🌟 Current Focus

class NadaHaimn:
    def __init__(self):
        self.username = "NadaHaimn"
        self.current_focus = "AI Engineering"
        self.specializations = [
            "Natural Language Processing",
            "Generative AI", 
            "Computer Vision",
            "Machine Learning"
        ]
        self.learning = ["LLMs", "MLOps", "Deep Learning"]
    
    def say_hi(self):
        print("Thanks for visiting my profile! Let's connect.")

me = NadaHaimn()
me.say_hi()

πŸ“« Let's Connect & Collaborate!

LinkedIn Email GitHub

✨ "The best way to predict the future is to create it." - Abraham Lincoln ✨

Profile Views

---

Popular repositories Loading

  1. Tarjman Tarjman Public

    Python 1

  2. XO-Game XO-Game Public

    A simple XO game using python and oop

    Python

  3. Diabetes-prediction Diabetes-prediction Public

    Diabetes prediction using logistic regression

    Jupyter Notebook

  4. Wuzzuf-web-scraping Wuzzuf-web-scraping Public

    Web Scraper for Wuzzuf Job Listings

    Python

  5. From-scratch-LinearR From-scratch-LinearR Public

    A simple implementation of linear regression from scratch using Python and gradient descent

    Jupyter Notebook

  6. yallakora-match-scraper yallakora-match-scraper Public

    A Python-based web scraper that collects match details such as team names, scores, match times, and championship titles from the YallaKora website based on a user-specified date, and exports the da…

    Python