Skip to content
View NeuralHamdi's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report NeuralHamdi

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

👋 Hi, I'm Ahmed Hamdi

🚀 Big Data & AI Engineer | Full-Stack Developer

Typing Animation

👨‍💻 About Me

class AhmedHamdi:
    def __init__(self):
        self.name = "Ahmed Hamdi"
        self.role = "Big Data & AI Engineering Student (4th Year)"
        self.education = "École Polytechnique d'Agadir"
        self.location = "Agadir, Morocco 🇲🇦"
        
    def get_focus_areas(self):
        return [
            "🤖 Machine Learning & Computer Vision",
            "⚙️ Data Engineering & Pipelines",
            "🌐 Full-Stack Web Development",
            "🧠 LLMs & RAG Architectures"
        ]
    
    def get_languages(self):
        return {
            "Arabic": "Native 🌟",
            "French": "Fluent 🇫🇷",
            "English": "Fluent 🇬🇧"
        }

# Initialize Profile
me = AhmedHamdi()
print(f"Welcome to {me.name}'s GitHub Profile!")

🛠️ Tech Stack & Skills

🧠 AI & Data Science

Python TensorFlow LangChain Pandas NumPy Scikit Learn Gemini

💻 Full-Stack Development

Laravel React JavaScript PHP MongoDB MySQL

🔧 Tools & DevOps

Docker Git Linux


📫 Let's Connect!

Email LinkedIn GitHub



💡 "Turning complex data into intelligent solutions, one line of code at a time"

Profile Views

Popular repositories Loading

  1. face_detection face_detection Public

    Python 2

  2. Gemini-RAG-PDF-Chat Gemini-RAG-PDF-Chat Public

    An AI-powered Q&A assistant allowing users to chat with PDF documents. Built with Python, LangChain, Google Gemini API, and ChromaDB using RAG architecture.

    Python 2

  3. HR_Analytics HR_Analytics Public

    Ce projet consiste en un tableau de bord interactif développé avec Power BI pour analyser et visualiser des données de manière efficace

    1

  4. TarkiZz- TarkiZz- Public

    TarkizZ est une application web de productivité pour étudiants, offrant un gestionnaire de tâches, un mode concentration basé sur Pomodoro et une interface intuitive avec mode sombre. Conçue avec H…

    HTML 1

  5. ReservationManager-Excel ReservationManager-Excel Public

    ReservationManager-Excel est une solution de gestion des réservations développée sous Excel. Ce projet permet d'enregistrer, suivre et analyser les réservations avec des tableaux dynamiques et des …

    1

  6. JobScraper-Python JobScraper-Python Public

    Un script Python utilisant BeautifulSoup pour extraire des offres d'emploi depuis TimesJobs et les filtrer selon des compétences spécifiques. Les résultats sont enregistrés dans des fichiers texte

    Python 1