Skip to content
View Far3s18's full-sized avatar
🧑‍💻
🧑‍💻

Block or report Far3s18

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
Far3s18/README.md
Fadi Fares

About Me

class FadiFares:
    name = "Fadi Fares"
    role = "Software & AI Engineer"
    
    expertise  = [
        "Machine Learning & Deep Learning",
        "Generative AI & LLMs",
        "AI Agents & Multi-Agent Systems",
        "Full-Stack AI Applications",
    ]
    
    currently  = "Building production-grade AI systems"
    philosophy = "AI should solve real problems, not just demo well."
    
    def greet(self):
        return "Let's build something intelligent. 🚀"

Tech Stack & Tools

AI / ML / GenAI

Python PyTorch TensorFlow LangChain LangGraph Jupyter

Databases & Vector Stores

Qdrant PostgreSQL MySQL Firebase SQL

Backend & DevOps

FastAPI Docker Git GitHub

Frontend & Mobile

Flutter


What I Build

AI Agents

Autonomous multi-agent systems using LangGraph & LangChain — RAG pipelines, tool-use, memory, and orchestration.

LLM Systems

Fine-tuning, prompt engineering, and deploying large language models into scalable production APIs.

Full-Stack AI Apps

End-to-end applications — FastAPI backends, Flutter mobile frontends, Firebase real-time sync, and vector search with Qdrant.

Vector Search & RAG

Production RAG pipelines with semantic search, hybrid retrieval, re-ranking, and Qdrant vector stores.

Deep Learning

CNNs, Transformers, and custom architectures in PyTorch and TensorFlow for vision, NLP, and tabular tasks.

MLOps & Deployment

Containerized ML services with Docker, CI/CD via GitHub Actions, and scalable inference endpoints.


GitHub Stats

GitHub Streak


Connect With Me

LinkedIn Email GitHub Portfolio


Popular repositories Loading

  1. HouseGPT---Medical-Diagnostic-Agent-Multimodal HouseGPT---Medical-Diagnostic-Agent-Multimodal Public

    A production-ready multi-modal AI assistant for medical support and casual conversation. Built with LangGraph, it integrates text, audio, and image understanding, supports long-term memory, and lev…

    Python 3

  2. Commerceflow-AI-Multi-Agent-Ecommerce-Assistant Commerceflow-AI-Multi-Agent-Ecommerce-Assistant Public

    A production-style multi-agent ecommerce assistant built with agent orchestration for customer support, product reservation, returns, order handling, and FAQ retrieval using vector search and intel…

    Python 3

  3. ImageTriSplit-Fast-Image-Dataset-Split-Tool-for-Deep-Learning ImageTriSplit-Fast-Image-Dataset-Split-Tool-for-Deep-Learning Public

    Fast and smart Python tool for splitting image datasets into train/val/test folders.

    Python 2

  4. GreyVive---Colorize-images GreyVive---Colorize-images Public

    Colorize grayscale images using a U-Net Autoencoder and Gradio interface.

    Jupyter Notebook 2

  5. Far3s18 Far3s18 Public

    1

  6. langgraph-career-agent langgraph-career-agent Public

    Multi-agent LangGraph system for resume analysis, job-fit scoring, ATS feedback, cover letter generation, and personalized career strategy.

    Python