Skip to content
View Jalil03's full-sized avatar

Organizations

@Code-Crafters-BM

Block or report Jalil03

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

Hi πŸ‘‹, I'm Abdeljalil BOUZINE (JL)

AI Engineer β€’ ML Systems β€’ Generative AI β€’ Applied Research


πŸš€ About Me

I’m Abdeljalil Bouzine, a Master's student in Artificial Intelligence & Digital Computing with a strong interest in:

  • Machine Learning & Deep Learning
  • LLM systems and inference optimization
  • Physics-Informed Neural Networks (PINNs)
  • Reinforcement Learning & multi-agent systems
  • ERP systems and AI integration
  • Backend engineering, automation, and deployment

I enjoy building projects that connect theory, engineering, and real-world impact.


πŸ”­ What I’m Working On

  • Developing PINNs-based solutions for PDEs and inverse problems
  • Benchmarking transformer inference optimizations such as KV cache strategies
  • Exploring AI + ERP workflows with Odoo and business process automation
  • Building local AI agents and automation pipelines with Python, Docker, n8n, and LLMs
  • Strengthening my skills in ML systems, deployment, and scalable AI applications

🧠 Featured Projects

⚑ KVBench β€” Transformer Inference Benchmarking

A practical LLM systems project focused on measuring the tradeoffs of KV cache in transformer inference.

  • Compared cache strategies under constrained hardware
  • Measured latency, throughput, and memory usage
  • Identified strong default settings for local inference workloads

πŸ§ͺ PINNs for PDEs and Inverse Problems

Research-oriented work around Physics-Informed Neural Networks for solving PDEs with boundary/initial conditions.

  • Forward and inverse problem formulations
  • Boundary condition handling in 1D / 2D / 3D
  • Scientific ML workflows with PyTorch, Hydra, and PINNs-Torch

πŸ€– Multi-Agent RL for Intelligent Task Allocation

A reinforcement learning project for distributed inference and resource-aware decision making.

  • Multi-agent environment design
  • Latency-aware rewards and constrained allocation
  • Practical experimentation with IQN / DQN-style methods

🏒 AI + ERP Exploration with Odoo

Hands-on work on Odoo functional flows and the intersection of ERP and AI systems.

  • Sales, Inventory, and Invoicing workflows
  • Business process understanding and automation logic
  • Long-term focus on integrating AI into ERP environments

🌍 IoT, Edge AI & Real-Time Systems

Projects combining embedded systems, APIs, forecasting, and data pipelines.

  • Smart systems with edge devices
  • Backend services with FastAPI
  • Real-time data processing and anomaly detection

πŸ› οΈ Tech Stack

πŸ‘¨β€πŸ’» Languages

βš™οΈ Frameworks & Libraries

πŸ—„οΈ Databases

🧰 Tools & Platforms

---

🎯 Current Goals

  • Deepen my expertise in ML systems and AI deployment
  • Build stronger foundations in distributed systems and scalable inference
  • Advance in scientific machine learning and research-oriented AI
  • Contribute to projects at the intersection of AI, automation, and enterprise systems
  • Grow through impactful work in research, engineering, and open source

πŸ“ˆ GitHub Stats

stats streak

top langs


🀝 Connect With Me


Building, learning, and pushing toward impactful AI systems.

Pinned Loading

  1. cvit-digit-classification cvit-digit-classification Public

    Jupyter Notebook

  2. Blurry2Clear Blurry2Clear Public

    Jupyter Notebook

  3. KV_bench KV_bench Public

    Lightweight benchmark suite for KV cache tradeoffs in transformer inference on constrained local GPUs.

    Python

  4. MiniServeLM MiniServeLM Public

    A minimal local LLM inference engine with manual decoding, KV cache, sampling, streaming, and CLI chat.

    Python 1