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

Skip to content
View Aboodseada1's full-sized avatar

Block or report Aboodseada1

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

๐Ÿ‘‹ Hey, I'm Abd El-Rahman

Typing SVG

๐Ÿš€ Automation โ€ข AI โ€ข Scraping โ€ข APIs โ€ข Bots

profile views followers


๐Ÿง‘โ€๐Ÿ’ป About Me

class Abood:
    def __init__(self):
        self.name = "Abd El-Rahman Mahmoud Seada"
        self.location = "Egypt ๐Ÿ‡ช๐Ÿ‡ฌ"
        self.role = "Software Engineer"
        self.passions = ["Automation", "AI/ML", "Web Scraping", "Bot Development", "Lead Gen"]
        self.motto = "Automate everything, scrape anything, build smart bots."
    
    def current_focus(self):
        return [
            "Building intelligent automation systems",
            "Scraping at scale with anti-bot evasion",
            "ML-powered data pipelines",
            "API integrations & webhooks",
            "Creating powerful bots for real-world problems"
        ]

๐Ÿ› ๏ธ Tech Stack

Languages

Frameworks & Libraries

Frontend

๐Ÿ•ท๏ธ Scraping & Automation Arsenal

Specialties:

  • ๐Ÿ›ก๏ธ Anti-bot bypass techniques
  • ๐Ÿ”„ Proxy rotation & management
  • ๐Ÿค– Headless browser automation
  • ๐Ÿ“Š Data extraction & ETL pipelines
  • โฐ Scheduled scraping jobs
  • ๐Ÿš€ High-speed concurrent scraping

๐Ÿง  AI & Machine Learning

Focus Areas:

  • ๐Ÿ“ˆ Classification & prediction models
  • ๐ŸŽฏ Feature engineering & data preprocessing
  • ๐Ÿงฎ Confusion matrices, precision, recall
  • ๐ŸŒณ Decision Trees, SVMs, Naive Bayes
  • ๐Ÿงฌ Neural networks (beginner-intermediate)
  • ๐Ÿ”ฌ Entropy & information gain
  • ๐Ÿค– ML-powered automation

๐Ÿ”Œ APIs & Integrations

๐Ÿ’พ Databases & Storage

๐Ÿ› ๏ธ Tools & DevOps


๐Ÿš€ What I Build

๐Ÿค– Automation & Bots

  • Multi-platform bot systems

  • Auto-reply & workflow automation

  • Scheduled task orchestration

  • Lead generation pipelines

  • API integration workflows

๐Ÿ•ธ๏ธ Scraping Solutions

  • High-performance web scrapers

  • Anti-detection systems

  • Data extraction at scale

  • Competitive intelligence tools

  • Price monitoring systems

๐Ÿง  AI/ML Projects

  • Classification models

  • Data analysis pipelines

  • Feature engineering

  • Predictive systems

  • ML-powered automation

๐Ÿ”Œ API & Integration

  • Custom API wrappers

  • Webhook systems

  • Third-party integrations

  • Data synchronization

  • Real-time processing


๐ŸŽฏ Current Focus

2025_Goals:
  - Master: "Advanced ML model deployment"
  - Build: "Enterprise-grade scraping infrastructure"
  - Learn: "Distributed systems & scaling"
  - Explore: "LLMs and AI agents"
  - Create: "More open-source automation tools"

๐Ÿ“ซ Let's Connect

LinkedIn Twitter Email Portfolio


๐Ÿ’ก "Automate everything, scrape anything, build smart bots."

Popular repositories Loading

  1. CEO-Finder CEO-Finder Public

    Standalone CLI tool to find company CEO names using SearXNG web search and LLM analysis (Gemini, OpenAI, Groq, Ollama).

    Python 9 1

  2. Phone-Finder Phone-Finder Public

    A Python script to find potential contact phone numbers for a company using its name or domain. It utilizes a SearXNG instance for web searching and regular expressions to extract numbers.

    Python

  3. Ultimate-Scraper Ultimate-Scraper Public

    A standalone Python script designed to scrape web pages using a multi-layered approach with fallbacks. It attempts faster methods first and progressively uses browser automation if needed, increasiโ€ฆ

    Python 1

  4. Email-Finder Email-Finder Public

    A Python script to find potential email addresses associated with a company domain and optionally a specific contact name (like a CEO). It uses SearXNG for web searching and applies regex and filteโ€ฆ

    Python 2

  5. Domain-Finder Domain-Finder Public

    A Python script to find the official website URL for a given company name. It uses SearXNG for initial web searches and leverages an LLM (like Gemini, OpenAI, Groq, or Ollama) to analyze search resโ€ฆ

    Python

  6. linear-regression-sgd-from-scratch linear-regression-sgd-from-scratch Public

    Linear Regression with SGD implementation from scratch in Python. Complete ML pipeline with professional visualizations, comprehensive analysis, and both simple/academic versions. Perfect for learnโ€ฆ

    Python