Skip to content
View ahlem-phantom's full-sized avatar
Learning, one commit at a time
Learning, one commit at a time

Highlights

  • Pro

Block or report ahlem-phantom

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

ahlem

🤖 AI/ML Engineer · Building production AI systems that ship to real users



AI Accuracy
Production Invoice System

Users Impacted
FinTech Banking Platform

Company Interest
Healthcare AI Inquiry

Collaborations
Global Requests

whoami

#!/usr/bin/env python3"""Ahlem Laajili - AI/ML EngineerBuilding production AI that delivers measurable business impact."""classAIEngineer:
def__init__(self):
self.name="Ahlem Laajili"self.title="AI/ML Engineer | Python Developer | Full Stack Engineer"self.location="Tunisia 🇹🇳 → Remote Worldwide 🌍"self.education= {
"PhD": {"field": "Artificial Intelligence", "school": "SUP'COM", "status": "Admitted"},
"MSc": {"field": "Computer Science Engineering", "school": "ESPRIT", "rank": "Graduated with High Honors"},
"BSc": {"field": "Computer Science & Networking", "school": "ISTIC", "rank": "Top 3 🏆"},
}
self.current_role= {
"company": "BUSINESS & AI",
"role": "AI Full Stack Engineer",
"impact": "Engineering production-grade AI solutions combining computer vision, NLP, and deep learning"
}
self.achievements= [
"🎯 95.4% accuracy in production AI systems",
"🌍 50+ international collaboration requests",
"🏆 ESPRIT Competition Finalist (9th Edition Bal des Projets)",
"📺 1.5K+ YouTube tutorial views",
"⭐ 400+ GitHub stars across projects",
]
self.specializations= ["Document AI", "Computer Vision", "NLP", "LLM Fine-tuning", "MLOps"]
defphilosophy(self):
return"I build AI that works in production, not just in notebooks."me=AIEngineer()
print(me.philosophy()) # Let's build something extraordinary together.

🌟 What Sets Me Apart

🤖 Production AI Systems

┌─────────────────────────────────────┐
│ Document AI │ 95.4% Accuracy │
│ Computer Vision│ Real-time @ 30fps │
│ NLP Pipelines │ <100ms latency │
│ LLM Fine-tuning│ LoRA/QLoRA/GGUF │
│ MLOps │ End-to-end deploy │
└─────────────────────────────────────┘
  • Document Intelligence → Automated data extraction and understanding pipelines
  • Deep Learning Models → Custom vision-based AI solutions
  • Natural Language Processing → Text understanding and information extraction systems
  • AI Applications → Production-ready intelligent automation workflows

⚡ Engineering at Scale

┌─────────────────────────────────────┐
│ FinTech APIs │ 130K+ users │
│ DB Migrations │ 15+ production │
│ Async Systems │ Redis + Celery │
│ CI/CD │ Jenkins + Docker │
│ Compliance │ PCI-DSS ready │
└─────────────────────────────────────┘
  • Django/FastAPI → High-throughput APIs
  • PostgreSQL → Complex migrations at scale
  • Redis → Caching & message queuing
  • Docker → Containerized deployments

🔬 Featured Projects

📄 Invoice Smart Learning

95.4% Accuracy | Production System

Continual learning system for document AI with hard example mining, active learning, and drift detection. 69.52% faster with CUDA optimization.

LayoutLMv3PyTorchFastAPILabel Studio

HuggingFaceDemo

🏥 AI Healthcare Assistant

ESPRIT Finalist | 1.1K+ Views | 100+ ⭐

Healthcare platform with face recognition, lung disease classification (X-ray AI), blockchain medical records, and intelligent chatbots.

TensorFlowComputer VisionBlockchainReact

GitHubDemo

🎯 LLM Fine-tuning Toolkit

LoRA → QLoRA → GGUF Pipeline

Complete fine-tuning pipeline from dataset prep to Ollama deployment. Supports Llama 3, Mistral, Gemma, Qwen, and any HuggingFace model.

PyTorchHuggingFacePEFTbitsandbytes

RequestHuggingFace

🔍 RAG Production Template

Enterprise-Ready | Hybrid Search

Beyond tutorials: semantic chunking, hybrid search (Vector + BM25 + Reranking), RAGAS evaluation, Redis caching, and Kubernetes configs.

LangChainFastAPIQdrantRedis

Request


📦 Open Source Portfolio

🤖 AI/ML Projects
ProjectDescriptionTech StackLinks
Invoice Smart Learning95.4% accuracy document extraction with continual learningLayoutLMv3CUDAFastAPIRequest
AI Healthcare AssistantHealthcare AI with face recognition & blockchainTensorFlowReactFlaskGitHub
LLM Fine-tuning ToolkitLoRA/QLoRA training → GGUF/Ollama export pipelinePyTorchPEFTHuggingFaceComing Soon
RAG Production TemplateEnterprise RAG with hybrid search & RAGAS evaluationLangChainFastAPIQdrantComing Soon
AI Agents StarterProduction agent templates with tool calling & memoryLangChainOpenAIToolsComing Soon
ML Concepts ExplainedInteractive ML tutorials: entropy → transformersPyTorchNumPyJupyterComing Soon
👁️ Computer Vision Projects
ProjectDescriptionTech StackLinks
YOLO Real-time Detection80+ object classes with Gradio UI, webcam & videoYOLOv8OpenCVGradioComing Soon
Face Emotion Detector7 emotions with 95% accuracy, real-timeDeepFaceOpenCVGradioComing Soon
KYC Liveness DetectionAnti-spoofing with face challenges: blink, turn, smileMediaPipeOpenCVFlaskComing Soon
Hand Gesture RecognitionReal-time hand tracking for HCI applicationsMediaPipeTensorFlowComing Soon
License Plate ReaderANPR system with OCR extractionOpenCVTesseractEasyOCRComing Soon
AI Background RemoverAutomatic background removal for imagesU2-NetOpenCVGradioComing Soon
🛠️ Templates & Boilerplates
ProjectDescriptionTech StackLinks
FastAPI ML TemplateProduction-ready ML API with Docker & testsFastAPIDockerPytestComing Soon
Django Production BoilerplateScalable Django setup with best practicesDjangoPostgreSQLRedisComing Soon
Document AI PipelineModular document processing frameworkLayoutLMTesseractFastAPIRequest
RL CartPole AgentDQN with experience replay, complete RL tutorialPyTorchGymnasiumComing Soon

🎬 Technical Content

📺 YouTube — Production AI Tutorials

Join 1K+ engineers learning from actual implementations.

Healthcare AI

Healthcare AI Platform
Face recognition + Lung AI + Blockchain
🎯 1.1K+ views⏱️ 3:00

Watch

Invoice AI

95.4% Invoice Extraction
LayoutLMv3 in production
🎯 283 views⏱️ 4:53

Watch

More

Technical Tutorials
Django, ML, DevOps
🎯 Growing⏱️ Varies

Watch


🛠️ Tech Stack

🐍 Languages

PythonTypeScriptJavaScriptJavaSQLBash


🤖 AI / ML Frameworks

PyTorchTensorFlowHuggingFaceLangChainscikit-learn

📊 Data & Visualization

PandasNumPyMatplotlibOpenCVGradioJupyter


⚙️ Backend & Data

DjangoFastAPIFlaskPostgreSQLRedis

CeleryRabbitMQREST APIs


🎨 Frontend

ReactNext.jsTailwind


🚀 DevOps & Cloud

DockerJenkinsPrometheus

GrafanaGitLinux


💬 What People Say

Real feedback from clients, founders, and industry leaders across 10+ countries.

"I came across your invoice processing demo and would be interested in discussing a potential project for a healthcare company with revenues of $40m each month..."

Mike Vezzoli, Healthcare Company Executive 🏥

"She writes outstanding documentation (probably the best I've seen out of 100+ candidates). If you are hiring - please reach out to her."

Lyra Solar Hiring Manager 🌍

"Ahlem demonstrated outstanding competencies in AI, using advanced technologies such as NLP and deep learning. I highly recommend her for any Data Science role."

Dr. Sonia Mesbah, ESPRIT 🎓

"I strongly recommend her to pursue doctoral work. Her multidisciplinary training, enthusiasm, and methodical character are tremendous assets."

Prof. Saber Dakhli, CentraleSupélec Paris 🇫🇷


🤝 Let's Collaborate

╭────────────────────────────────────────────────────────────────────────╮
│ │
│ 🤖 AI Integration → Document AI, Computer Vision, NLP, LLMs │
│ 📺 Technical Content → Tutorials, workshops, documentation │
│ 🔍 Code Review → ML systems, Python architecture │
│ 💼 Consulting → Production ML system design │
│ │
╰────────────────────────────────────────────────────────────────────────╯


💡 Building AI systems that work in production, not just in notebooks.

If you find my projects useful, consider ⭐ starring the repos!

Pinned Loading

  1. AI-HealthCare-AssistantAI-HealthCare-AssistantPublic

    🏥 AI-powered healthcare web app | Symptom detection · Nearest doctor search · Blockchain medical records · X-Ray diagnosis · Face ID auth | Built with React, Node.js, Python, Flask, MongoDB & Ether…

    Jupyter Notebook 147 54

  2. hrms-microservicehrms-microservicePublic

    ⚙️Human Resources Management System Microservices for employees, job seekers that captures all the essential functionalities required for any enterprise.

    Java 30 6

  3. velo-appvelo-appPublic

    Forked from SyrineZahras/Velo

    🚴"Velo.tn" is an application that brings together people who are passionate about bicycles. Its aim will be to insist on the need to adopt more massively cycling as an alternative means of transpor…

    CSS 13

  4. poker-hands-euler-problem-54poker-hands-euler-problem-54Public

    🂡 Solving Project Euler Problem #54, which involves analyzing and comparing poker hands to determine the number of hands Player 1 wins.

    Java 12

  5. flask-microservices-kongflask-microservices-kongPublic

    Flask Microservices using Kong API Gateway

    Python 13 2

  6. django-travel-agencydjango-travel-agencyPublic

    Travel Agency website built using Django, designed for browsing and booking of travel packages.

    SCSS 15 1