Skip to content
View keyvanakhyani's full-sized avatar

Block or report keyvanakhyani

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

Hi, I'm Keyvan 👋

AI Engineer focused on building LLM-powered applications, RAG systems, and automation workflows.

I work with Python, LangChain, and tools like Claude to turn language models into practical, working products — from document Q&A systems to multi-agent automation pipelines. My background is in software engineering (iOS), and I moved into AI engineering through hands-on projects and continuous learning.


🔧 What I work with

Python · LLMs · RAG · LangChain · LangGraph · n8n · FastAPI · PostgreSQL · Docker · Prompt Engineering


📌 Featured Projects

EchoExtract — Video-to-text transcription with faster-whisper Local GPU-based transcription with a clean, layered architecture (Strategy pattern, Pydantic). Optimized for ~2.5× faster inference through batched processing and VAD filtering. Supports 99+ languages including Persian.

chunking-strategies-comparison — Comparing 5 chunking strategies for RAG Implements and benchmarks fixed-size, recursive, token-based, structure-aware, and semantic chunking from scratch — with a focus on Persian text and an honest analysis of the trade-offs.

customer-triage — AI customer message triage with LangChain Classifies incoming messages, extracts structured data, and drafts replies in Persian and English.


📫 Reach me

LinkedIn · akeayvan.sut@gamil.com

Pinned Loading

  1. customer-triage customer-triage Public

    AI-powered customer message triage using LangChain — classifies, extracts structured data, and drafts replies in Persian and English.

    Python

  2. EchoExtract EchoExtract Public

    Extract audio and transcribe text from videos using Whisper

    Python

  3. smart-catalog-assistant smart-catalog-assistant Public

    Bilingual (Persian/English) AI catalog assistant with grounded Q&A, built with LangChain and clean architecture.