Skip to content
View smh997's full-sized avatar
🏠
A developer working from home.
🏠
A developer working from home.

Block or report smh997

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

Hi, I'm Mohammad πŸ‘‹

Visitors

AI / ML Engineer focused on Generative AI β€” RAG, tool-calling agents, and shipping LLM applications end-to-end. Strong software-engineering foundation (Python, FastAPI, C++) with a background spanning XR/robotics, Android, and computational geometry.

🌐 Website: https://smh997.github.io/ Β· πŸ’Ό LinkedIn: https://www.linkedin.com/in/mohammad-hashemi1997/


πŸ€– What I'm building now β€” AI / GenAI

Working through a hands-on, RAG-first path into AI engineering and shipping a portfolio of production-style LLM apps.

Project What it demonstrates
πŸ”Ž RAG Document Copilot Retrieval-augmented generation over PDFs with grounded, page-cited answers. FastAPI Β· Cohere embeddings Β· Chroma vector store Β· pypdf. Refuses to answer outside its sources β€” real RAG, not a chatbot.
⚽ FPL Tool-Calling Agent Natural-language agent that plans and calls real API tools in a loop over the live Fantasy Premier League API. Cohere tool-calling · multi-step reasoning · FastAPI.

Next up: containerized deployment of a mini AI product, and continued work on agent patterns.

GenAI stack: RAG Β· embeddings & vector search Β· tool-calling / agents Β· prompt engineering Β· Cohere Β· Chroma


🧭 Also active in

  • πŸ₯½ XR / AR-VR β€” still building immersive experiences; open to collaboration and open-source here. πŸ‘‰ XR Learning Journey
  • πŸ“± Android β€” Kotlin, Jetpack Compose (shipped on Google Play)
  • πŸ“ Computational geometry & competitive programming β€” 5+ years, algorithm tutoring/TA experience

Projects

🧩 Category πŸ“¦ Sample Projects
πŸ€– AI / GenAI πŸ”Ž RAG Copilot, ⚽ FPL Agent
πŸ₯½ AR/VR 🎲 Backgammon VR, 🏠 VR Room, 🚩 WayPoint Creator
πŸ“± Android 🧭 Amsterdam, πŸ“š BookExplorer, πŸ”€ Unscramble, 🧾 Inventory, πŸ’§ Water Me, πŸͺ Mars Photos, πŸ“˜ 30 Days of Vocabulary
πŸ“Š Classical ML πŸ’³ Transactions Prediction, 🎧 Audiobook Segmentation, 🌐 Community Detection
🧠 Problem Solving πŸ’‘ Competitive Programming
πŸ–§ Backend 🌱 Bilche

Google Play Apps

🏒 OfficeMeter


Technologies

Python FastAPI ChromaDB LangChain C++ Kotlin Jetpack Compose Unity Django


GitHub Stats

Stats Top Languages

Trophies

Pinned Loading

  1. Problem-Solving Problem-Solving Public

    All my implemented solutions of various problems of different online judges and competitions

    C++ 3

  2. VR-Room VR-Room Public

    My first VR project.

    C# 2

  3. Amsterdam Amsterdam Public

    An android app that recommend a list of places with their details and information in Amsterdam in 5 different categories.

    Kotlin

  4. fpl-agent fpl-agent Public

    Natural-language Fantasy Premier League agent β€” Cohere tool-calling with a multi-step planning loop over the live FPL API.

    Python

  5. rag-copilot rag-copilot Public

    RAG document copilot: FastAPI + Cohere embeddings + Chroma, with grounded page citations

    Python