Skip to content
View maiabazerji's full-sized avatar

Highlights

  • Pro

Block or report maiabazerji

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
MaiaBazerji/README.md
Typing SVG

LinkedIn Medium GitHub followers Profile views


About Me

I am an AI Engineer with an M.Sc. in Artificial Intelligence and a background in Business Computing. I specialize in designing and shipping end-to-end AI systemsβ€”bridging the gap between raw data ingestion, model research, and production-grade deployment.

My focus is on building models that are not just accurate, but reliable, observable, and maintainable at scale.

  • 🌍 Currently based in France (Open to Remote).
  • πŸ” Actively seeking CDI opportunities in AI Engineering, Data Engineering, and Data Science.
  • ✍️ I write about applied machine learning and MLOps on Medium.

Tech Stack

Machine Learning & AI

Python PyTorch TensorFlow HuggingFace scikit-learn OpenCV LangChain

Data & Engineering

FastAPI PostgreSQL MongoDB TypeScript Node.js React

Cloud & MLOps

Docker Kubernetes AWS GCP GitLab CI


Featured Projects

🏷️ NER on Travel Orders

Automated extraction of structured entities (names, dates, expenses) from unstructured administrative documents.

  • Fine-tuned CamemBERT/RoBERTa models for French administrative text.
  • Achieved high F1-scores by handling low-resource data through custom augmentation.
  • Integrated the model into a batch processing pipeline for document ingestion.
  • Keywords: NLP Transformers Token Classification PyTorch

🧾 AI E-Invoicing Platform

End-to-end intelligent OCR system that transforms PDFs into structured financial data in seconds.

  • Built a hybrid pipeline using LayoutLM for document parsing and field extraction.
  • Developed a FastAPI backend and React frontend for human-in-the-loop verification.
  • Fully containerized with Docker for scalable production deployment.
  • Keywords: OCR Full-Stack AI FastAPI Computer Vision

πŸš• Reinforcement Learning β€” Taxi Driver

Comparative study of agent navigation efficiency in the OpenAI Gym environment.

  • Evaluated Tabular Q-Learning vs. Deep Q-Networks (DQN) performance.
  • Focused on hyperparameter tuning (epsilon-decay, discount factors) to optimize reward curves.
  • Keywords: Reinforcement Learning Deep Q-Learning OpenAI Gym

🫁 Pneumonia Detection (Medical Imaging)

Binary CNN classifier for chest X-ray diagnosis with a focus on model interpretability.

  • Leveraged Transfer Learning (ResNet/EfficientNet) to mitigate class imbalance.
  • Implemented Grad-CAM visualizations to provide clinical explainability (XAI).
  • Keywords: CNN Transfer Learning Explainable AI (XAI) Keras

What I'm Leveling Up

  • MLOps: Implementing automated retraining loops and experiment tracking with MLflow.
  • Vector Databases: Deepening expertise in RAG (Retrieval Augmented Generation) using Pinecone/Chroma.
  • Large Language Models: Fine-tuning open-source models (Llama/Mistral) for specialized tasks.

Let's Connect

I'm open to discussing AI systems, data architecture, or potential CDI opportunities.

LinkedIn


"The best way to predict the future is to build it."

Pinned Loading

  1. CodeAlpha CodeAlpha Public

    Security projects coded in Python

    Python

  2. ecommerce_face_detection ecommerce_face_detection Public

    A modern e-commerce platform leveraging face detection technology for enhanced user experience and security. This project integrates facial recognition for seamless login and signup functionality.

    JavaScript

  3. epitech epitech Public

    Showcasing diverse projects developed during my journey at Epitech.

    TypeScript

  4. SentimentAnalysis-bert SentimentAnalysis-bert Public

    This project demonstrates how to use the BERT (Bidirectional Encoder Representations from Transformers) model for sentiment analysis. The model takes in a text input and classifies it as either pos…

    Jupyter Notebook

  5. speech-recognition speech-recognition Public

    A small Python project demonstrating basic speech recognition functionality using the SpeechRecognition library. The application captures audio through a microphone and converts it into text.

    Python