Skip to content
View Mohammed18-19's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Mohammed18-19

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.

Content in all repositories owned by your account will be closed.
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
Mohammed18-19/README.md

Mohammed Aintomar


👋 About Me

I'm Mohammed Aintomar, an AI Engineer focused on RAG systems, LLM applications, and backend engineering.

I enjoy turning AI concepts into practical systems — from document ingestion and embeddings to hybrid retrieval, reranking, citations, evaluation, and production-oriented APIs.

Currently focused on:

  • 🧠 Retrieval-Augmented Generation (RAG)
  • 🤖 LLM-powered applications
  • 🔎 Hybrid search and reranking
  • 📊 AI evaluation and retrieval metrics
  • 🐍 Python backend engineering
  • 🗄️ PostgreSQL + pgvector
  • 🐳 Docker and Linux
  • 🌐 REST APIs and integrations

🛠️ Skills & Tools



🚀 Featured Projects

🧭 CodeAtlas

AI-powered codebase intelligence system

CodeAtlas is a portfolio-focused AI system for exploring and asking questions about source-code repositories using retrieval and LLMs.

  • Repository ingestion from ZIP files and GitHub repositories
  • AST-aware source-code chunking
  • Sentence-transformer embeddings
  • PostgreSQL + pgvector
  • HNSW vector search
  • Hybrid semantic + keyword retrieval
  • Reranking
  • Source citations with file paths and line references
  • Retrieval evaluation queries
  • Flask API
  • Docker Compose


🔐 eBoot — Open Source Contribution

Embedded security contribution

Contributed to EmbeddedOS eBoot with shared image slot boundary validation.

The contribution strengthens validation around image headers, image size, and TLV boundaries across secure boot and recovery-related paths.


🐍 GitHub Activity

GitHub contribution snake animation

🧠 AI Engineering Focus

Area Focus
RAG Retrieval pipelines, grounding, citations
Search Dense retrieval, BM25, hybrid search, RRF
Reranking Candidate retrieval → reranking → top-k context
Embeddings Semantic representation and vector search
Vector DB PostgreSQL + pgvector + HNSW
LLMs Prompting and structured generation
Evaluation Recall@K, groundedness, retrieval quality
Backend Python, Flask, REST APIs, PostgreSQL
Infrastructure Linux, Docker, Git

📊 GitHub Statistics


🐍 Contribution Activity

GitHub contribution snake animation

📈 Contribution Heatmap

GitHub contribution profile details

🌈 3D Contribution Graph

3D GitHub contribution graph

🤝 Open Source

I'm interested in contributing to projects around:

  • AI engineering
  • RAG and developer tools
  • Backend systems
  • Open-source infrastructure
  • Embedded systems and security

📫 Connect With Me


Profile views



Building practical AI systems, one repository at a time.



Popular repositories Loading

  1. Mohammed18-19 Mohammed18-19 Public

  2. Portfolio Portfolio Public

    AI-powered personal portfolio website showcasing my skills in software development, backend engineering, automation, system design, and modern web technologies. Features interactive UI, responsive …

    JavaScript

  3. eBoot eBoot Public

    Forked from embeddedos-org/eBoot

    Project: Bootloader for Any Hardware

    C

  4. ebuild ebuild Public

    Forked from embeddedos-org/ebuild

    Next-gen embedded OS build tool

    C

  5. eos eos Public

    Forked from embeddedos-org/eos

    EoS Embedded Operating system

    C

  6. CodeAtlas CodeAtlas Public

    Production-oriented AI codebase intelligence system using RAG, code-aware chunking, hybrid retrieval, and grounded code citations

    TypeScript