Skip to content
View Md-SAMI-7's full-sized avatar

Block or report Md-SAMI-7

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

Hi there, I'm Syed Mohammed Samiul Ahmed πŸ‘‹

Generative AI Engineer | Full-Stack & REST API Developer | Data & Computer Vision | Problem Solver

Typing SVG

LinkedIn Email LeetCode GitHub


πŸš€ About Me

  • πŸ€– Generative AI & Software Engineer specializing in production-ready RAG applications, high-throughput REST APIs, and microservices.
  • πŸ’Ό Former Generative AI Engineer Intern @ BlackBuck Education, engineering GenAI endpoints with FastAPI/Flask and preprocessing 100K+ unstructured data points.
  • πŸ—οΈ Skilled in Cloud & DevOps: Containerizing ML microservices with Docker and deploying on AWS (EC2/S3).
  • 🧠 Solved 500+ DSA problems on LeetCode with strong computer science fundamentals.
  • πŸŽ“ B.Tech CSE @ VIT-AP University (2023 – 2027) | CGPA: 7.87/10.0.
  • ⚑ Motto: Building scalable, high-performance, and impactful AI-driven systems.

πŸ› οΈ Tech Stack

Programming Languages

Frameworks & Build Tools

Databases

Cloud & DevOps

Core Concepts & Developer Tools


πŸ’Ό Work Experience

Generative AI Engineer Intern | BlackBuck Education

Feb 2025 – May 2025 | Remote, India

  • REST API Integration: Designed and integrated high-throughput REST API endpoints using FastAPI and Flask to deploy GenAI and LLM models into production, reducing inference latency by 20% and improving system throughput for cross-functional product integrations.
  • Python ETL Pipelines: Engineered robust Python ETL pipelines to ingest, clean, and preprocess over 100K+ unstructured data points, improving data-prep efficiency by 35% and informing model training decisions.
  • Cloud Containerization: Containerized machine learning microservices with Docker, standardizing deployment environments across local development and AWS (EC2/S3) infrastructure, reducing setup time by 40%.

πŸ“ Featured Projects

  • Developed a full-stack RAG web application utilizing LangChain and Streamlit to scrape Wikipedia content, process semantic text chunking, and generate embeddings.
  • Engineered a hybrid retrieval system using ChromaDB vector store and LangChain's EnsembleRetriever to achieve high-recall context retrieval, improving factual accuracy by ~30% over baseline.
  • Containerized with Docker for deployment on AWS EC2.

  • Architected an Applicant Tracking System (ATS) featuring a Python-based resume parsing backend and a React/Redux Toolkit dashboard.
  • Designed a normalized SQL database schema to store candidate profiles and automated candidate shortlisting with a custom keyword-matching and regex-parsing engine, reducing manual recruiter screening time by 50%.

  • Developed an Entity Resolution engine in Python using Pandas and NumPy to link and reconcile dirty, unstructured record sets with canonical master datasets.
  • Implemented character-level n-grams, Jaccard similarity, and Levenshtein distance metrics to resolve company name variations, boosting match rate by 40%.

  • Designed and trained a Convolutional Neural Network (CNN) on the FER2013 dataset using TensorFlow/Keras to classify 7 distinct facial emotions.
  • Integrated OpenCV for real-time webcam video feed capture, face detection (Haar Cascades), and frame preprocessing, executing local inference at 30+ FPS.

πŸ† GitHub Achievements & Trophies

Syed Mohammed Samiul Ahmed's GitHub Trophies


πŸ“Š GitHub Analytics & Contribution Stats

Syed Mohammed Samiul Ahmed's GitHub Stats Top Languages

GitHub Streak LeetCode Stats

Contribution Activity Graph


πŸ“¬ Connect with me: isss.abdussami@gmail.com | LinkedIn | LeetCode

Popular repositories Loading

  1. --Resume_Parser- --Resume_Parser- Public

    Python 1

  2. agentsphere-1 agentsphere-1 Public template

    Forked from nivitra/agentsphere-1

    Python

  3. AI-Powered-Storage-Optimizer AI-Powered-Storage-Optimizer Public

    🧠 AI-powered duplicate finder that THINKS like a human. Uses deep learning to find exact copies AND visually similar images others miss. Clean up 60% wasted storage in clicks. Web dashboard, real-t…

    HTML

  4. RAG_PROJECT RAG_PROJECT Public

    RAG Insight is an end-to-end Retrieval-Augmented Generation (RAG) web app built with LangChain, ChromaDB, and Streamlit. It ingests live web content, generates vector embeddings, and leverages hybr…

    Python

  5. entity-resolution-engine entity-resolution-engine Public

    A lightweight Python Entity Resolution engine using n-grams, Jaccard similarity, and custom Levenshtein distance to deduplicate and link corporate records.

    Python

  6. emotion-detection-cnn emotion-detection-cnn Public

    Real-time facial expression recognition at 30+ FPS using a Keras CNN trained on FER2013, integrated with OpenCV and Haar Cascades.

    Python