Skip to content
View vmsaif's full-sized avatar
🍵
🍵
Block or Report

Block or report vmsaif

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
vmsaif/README.md

Hi 👋, I'm Mahmud

A passionate programmer from 🇨🇦 / 🇧🇩

  • 🔭 I’m currently focused on integrating Generative AI 🧠 into systems and applications with

    • Multi-Agent Systems 🤖
    • LLAMA-3 🦙
    • GPT-4 🤖
    • Hugging Face Transformers 🤗
    • Retriever-Augmented Generation 📚(RAG) systems
    • LangChain 🔗
    • Fine-Tuning 🛠️
  • 👨‍💻 My Portfolio saifmahmud.dev

  • 📫 How to reach me: [email protected]

  • 🤵 Connect me on Linkedin

Pinned

  1. ats-pass-ai ats-pass-ai Public

    Customize a distinct resume for each job application, ensuring each one is precisely tailored to the specific job description and optimized for Applicant Tracking System (ATS) success.

    Python

  2. ant-path-finding-using-A-Star-algorithm ant-path-finding-using-A-Star-algorithm Public

    The world of ants and their incredible pathfinding abilities. This program, written in Java, uses the A* algorithm to determine the shortest path for an ant to reach its food. Witness the efficienc…

    Java 1 1

  3. blockChainCarMilageTracker blockChainCarMilageTracker Public

    Blockchain Car Mileage Tracker is a project to eliminate odometer rollback in the used car market using blockchain technology. The project includes a smart contract deployed on the Hyperledger Fabr…

    JavaScript 4 1

  4. connect4-with-minimax-algorithm-in-java connect4-with-minimax-algorithm-in-java Public

    The program is a digital rendition of Connect 4, where players aim to align four discs vertically, horizontally, or diagonally. Players alternate turns, with the AI using the minimax algorithm and …

    Java 2 1

  5. reversibleLearning reversibleLearning Public

    Reversible Learning is a study app to help users organize notes for multiple classes and archive past questions for easy access to their knowledge. It provides a convenient way to keep track of lea…

    Java 2

  6. parallel_process_control parallel_process_control Public

    This project contains two programs that control the number of worker processes or threads running in parallel and allow for runtime changes. One program uses signals to communicate with worker proc…

    C 2