ββββββ βββ βββββββ βββββββββββββββββββ βββββββ βββ ββββββββββββββ βββ βββ
βββββββββββ ββββββββ βββββββββββββββββββββ ββββββββ βββ ββββββββββββββ ββββ ββββ
βββββββββββββββββββββββββββββββββ βββ βββ βββ βββββββ ββ βββββββββ βββ βββββββ
βββββββββββββββββββββββββββββββββ βββ βββ βββ βββββββββββββββββββ βββ βββββ
βββ ββββββ ββββββ βββ βββββββββββββββββββ ββββββββββββββββββββββββββββββββββββββ
βββ ββββββ ββββββ ββββββββββββββββββ βββββββ ββββββββ βββββββββββββββββββ
"I don't just write code β I build systems that perceive, think, and act in the real world."
I'm an AI Engineer from Egypt, obsessed with pushing intelligence beyond the cloud and onto the edge. My work lives at the crossroads of Computer Vision, Deep Learning, and IoT β building systems that see, understand, and respond to the physical world in real time.
- π Smart Poultry Farm β AI-powered monitoring system combining Computer Vision + IoT sensors for livestock health and behavioral analytics
- π‘ Radar-Camera Fusion System β Real-time object detection & number recognition pipeline merging radar signals with visual data
- π§ Edge AI Enthusiast β Actively deploying LLMs and CV models on constrained hardware (Raspberry Pi, Arduino, embedded Linux)
- π Hackathon Competitor β Proven track record in AI/IoT competitions and open-source contributions
- π± Currently Exploring β Cloud-native AI deployment, TinyML, and quantized LLM inference on edge devices
|
IoT + Computer Vision + Cloud An end-to-end intelligent farm management system that monitors poultry health, behavior, and environment in real time.
|
Signal Processing + Deep Learning A hybrid detection system that fuses radar point clouds with camera frames to identify and recognize numbers on moving targets.
|
class AhmedGwely:
def __init__(self):
self.role = "AI Engineer"
self.location = "Egypt πͺπ¬"
self.languages = ["Python", "C++", "Arabic", "English"]
@property
def current_focus(self):
return [
"LLM deployment on edge devices (TinyML, GGUF, llama.cpp)",
"Cloud-native AI pipelines (AWS SageMaker, Lambda)",
"Real-time multi-sensor fusion architectures",
"Contributing to open-source AI/CV projects",
]
@property
def expertise(self):
return {
"Computer Vision": ["Object Detection", "Tracking", "OCR", "Segmentation"],
"Edge AI": ["Model Quantization", "ONNX", "TensorRT", "TFLite"],
"IoT": ["MQTT", "ESP32", "RPi", "Sensor Fusion"],
"Deep Learning": ["CNNs", "Transformers", "YOLO", "Transfer Learning"],
}
def life_motto(self):
return "Turn ideas β intelligent systems β real-world impact π"
me = AhmedGwely()
print(me.life_motto())