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

Block or report Hamzi275

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

⚡ Ameer Hamza

MS Artificial Intelligence · Beykoz University, Istanbul

LinkedIn Medium Profile Views


👨‍💻 About Me

class AmeerHamza:
    location    = "Istanbul, Turkey 🇹🇷"
    degree      = "MS Artificial Intelligence @ Beykoz University"
    interests   = ["LLMs", "RAG Systems", "Robotics Simulation", "Data Engineering"]
    currently   = "MS AI coursework + freelance AI/ML projects"
    open_to     = ["AI Research", "ML Engineering", "Remote Opportunities"]

I build things at the intersection of AI research and engineering from autonomous robots navigating indoor arenas using A* + TSP heuristics, to LLM-powered RAG pipelines and real-time data systems.


🚀 Featured Projects

Project Description Stack
🤖 Multi-Goal Robot Navigation Autonomous indoor robot A* pathfinding + TSP-NN heuristic, static obstacle avoidance, real-time metrics Python · Webots R2025a
📊 SysStream Monitoring Pipeline Real-time CPU/memory/disk/network streaming via Kafka → SQL Server → Power BI Python · Kafka · SQL Server
🌤 Airflow Weather ETL End-to-end ETL pipeline: Open-Meteo API → Airflow DAG → PostgreSQL, Dockerized Python · Airflow · PostgreSQL · Docker
🧠 ML/DL Collection Comprehensive ML & DL projects preprocessing, training, evaluation, advanced architectures Python · TensorFlow · PyTorch
📈 Data Analysis Data exploration, visualization, statistical insights, PySpark workflows Python · Pandas · PySpark · Matplotlib

🛠️ Tech Stack

AI / ML

Python PyTorch TensorFlow Scikit-learn LangChain

Data Engineering

Apache Airflow Apache Kafka PostgreSQL Azure Databricks Docker

Robotics & Simulation

Webots A* Search

Frontend / Other

React Three.js LaTeX


📝 Latest Medium Posts



🎯 Currently Working On

  • 🤖 Multi-Goal Robot Navigation Extending with dynamic obstacles and multi-robot support
  • 📚 MS AI coursework @ Beykoz University Robotics, AI Research Methods, Applied ML
  • ✍️ Technical Writing on Medium LLMs, RAG, Data Engineering, AI systems

"The goal is not to build AI that replaces humans but AI that makes humans more capable."

If you find my projects useful, consider giving them a star!

Pinned Loading

  1. ML-DL ML-DL Public

    A comprehensive collection of Machine Learning and Deep Learning projects, showcasing data preprocessing, model training, evaluation, and advanced architectures reflecting my AI engineering journey…

    Jupyter Notebook

  2. SysStream-Real-Time-System-Monitoring-Pipeline SysStream-Real-Time-System-Monitoring-Pipeline Public

    SysStream is a real-time monitoring pipeline that captures CPU, memory, disk, and network metrics, streams them via Apache Kafka, stores them in SQL Server, and visualizes insights in Power BI. It …

    Python

  3. data-analysis data-analysis Public

    A Repo of Data Analysis projects including data exploration, visualization, statistical insights, and PySpark workflows. Demonstrating real-world problem solving with Python, Pandas, Matplotlib, an…

    Jupyter Notebook

  4. Airflow_Weather_ETL Airflow_Weather_ETL Public

    End-to-end ETL pipeline using Airflow and PostgreSQL, extracting live weather data via API, transforming it, and storing for future use in dashboarding, forecasting, and analytics. Includes Docker …

    Python