Skip to content
View SamyAB's full-sized avatar
๐Ÿฆ€
๐Ÿฆ€

Sponsoring

@seanmonstar
@jonhoo
@BurntSushi
@imsnif
@messense
@davidhewitt
@rafaelmardojai

Block or report SamyAB

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

Hi, I'm Samy AIT BACHIR

Engineering leader with 8+ years at the intersection of AI, data, and software engineering. I build and scale ML teams, define AI strategy, and contribute to architecture decisions across infrastructure, applications, and analytics.

Currently Engineering Manager and AI Chapter Leader at Powens.


What I Do ๐Ÿ”ญ

  • Lead engineering teams and shape technical strategy around AI and data
  • Build Computer Vision and MLOps pipelines, from research to production on-premise, cloud, and embedded devices
  • Contribute to open-source tooling in Rust and Python
  • Design and deliver training programs in Data Science and Data Engineering

Tech I Work With ๐Ÿ› ๏ธ

Languages: Python Rust

AI & Data Science: PyTorch TensorFlow scikit-learn OpenCV Pandas Polars NumPy ONNX MLflow DVC

Web & Backend: Axum FastAPI

Data Engineering: Apache Spark Hadoop BigQuery PostgreSQL Redis

Infrastructure: Docker Kubernetes Podman Ansible Terraform AWS Azure

Selected Projects ๐Ÿ“ฆ

Project Description
tree-sitter-gherkin Tree-sitter grammar for Gherkin (.feature files)
cugen Genetic algorithm to solve SAT problems on GPU using CuPy
genetic-sat A SAT solver based on genetic algorithms, written in Rust
pypubsub Basic inter-process communication with publish-subscribe pattern
turn-me-off An HTTP API to turn off the device it is deployed on (Rust)
yagami A simple Rust web app to control a single light

Get in Touch ๐Ÿ“ฌ

LinkedIn Email

Pinned Loading

  1. tree-sitter-gherkin tree-sitter-gherkin Public

    C 7

  2. turn-me-off turn-me-off Public

    An HTTP API to turn off the device it is deployed on

    Rust

  3. yagami yagami Public

    A simple web page to control a single light.

    Rust 4

  4. genetic-sat genetic-sat Public

    A SAT solver based on the genetic algorithm, written in rust

    Rust

  5. cugen cugen Public archive

    Genetic algorithm to solve the boolean satisfiability problem on GPU using CuPy

    Python 2

  6. pypubsub pypubsub Public archive

    PyPubSub: basic inter-process communication implementation with publish-subscribe messaging pattern

    Python