Skip to content
View 3bsalam-1's full-sized avatar
🧠
Available For Hiring
🧠
Available For Hiring

Block or report 3bsalam-1

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.

Content in all repositories owned by your account will be closed.
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
3bsalam-1/README.md

badge

Typing SVG

Hi.


👨‍💻 About Me

I am a motivated AI/ML Engineer and a recent Computer Science graduate from Suez Canal University (Grade: Very Good). I specialize in building end-to-end Machine Learning solutions, from data analysis and preprocessing to model development and deployment. My passion lies in Deep Learning, Computer Vision, and creating intuitive applications using Python.


class AI_Engineer:
    def __init__(self):
        self.name = "Ahmed Mohamed"
        self.role = "AI/Machine Learning Engineer"
        self.education = "B.Sc. Computer Science (Suez Canal University)"
        self.location = "Ismailia, Egypt"
        
    def get_skills(self):
        return {
            "Core": ["Python", "Data Structures", "Algorithms"],
            "AI_ML": ["TensorFlow", "PyTorch", "Scikit-learn", "Computer Vision"],
            "Deployment": ["FastAPI", "Docker", "Desktop Apps (Tkinter)"]
        }
    
    def say_hi(self):
        print("Welcome to my profile! Let's build something amazing with AI. 🚀")


🛠️ Tech Stack


🔥 My Stats :

GitHub Streak

Top Langs






trophy


📜 Certifications

  • Getting Started with Deep Learning - Nvidia
  • Supervised Machine Learning: Regression and Classification - DeepLearning.AI & Stanford University (Coursera)
  • Python Project: pillow, tesseract, and OpenCV - University of Michigan (Coursera)

My GitHub Game

Pinned Loading

  1. FitSync FitSync Public

    🩺A holistic fitness ecosystem designed to bridge the gap between workout tracking, nutrition management, and AI-driven insights. It seamlessly integrates a cross-platform mobile application, a resp…

    Jupyter Notebook 4 1

  2. Screw-Detector Screw-Detector Public

    🪛A high-precision object detection system for tiny objects (bolts, washers) using YOLOv8 and Slicing Aided Hyper Inference (SAHI).

    Jupyter Notebook 1

  3. RobustDocOCR RobustDocOCR Public

    📄A robust preprocessing pipeline for document OCR that significantly improves Tesseract accuracy on mobile-captured ID documents.

    Jupyter Notebook 2

  4. Mood-Detection Mood-Detection Public

    🖼️A professional deep learning project that detects facial mood expressions (Happy vs Sad) from images using a Convolutional Neural Network (CNN). Features real-time prediction via camera or file u…

    Jupyter Notebook 3

  5. architecture-extractor architecture-extractor Public

    A portable Agent Skill that reverse-engineers any codebase into a reusable engineering constitution. Install: npx skills add 3bsalam-1/architecture-extractor

    1

  6. OpenWA-mini OpenWA-mini Public

    A self-hosted, single-container REST API for sending WhatsApp OTPs (and bulk text messages) to multiple phone numbers. Built on whatsapp-web.js and NestJS.

    TypeScript