Skip to content
View SeeknnDestroy's full-sized avatar
πŸ’―
Creating value
πŸ’―
Creating value

Block or report SeeknnDestroy

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

Hi there, I'm Talha πŸ‘‹


Full-Stack AI Engineer | Architecting & Scaling LLM Systems

#!/usr/bin/python
# -*- coding: utf-8 -*-

class TalhaSari:
    def __init__(self):
        self.name = "Talha SARI"
        self.role = "AI Engineer"
        self.current_focus = [
            "Autonomous Agent Architectures",
            "High-Performance RAG Systems",
            "Full-Stack AI Platform Development",
            "MLOps & Evaluation Frameworks"
        ]

    def get_key_achievements(self):
        return {
            "Open Source Impact": {
                "Project": "AutoLLM",
                "Achievement": "Engineered a framework simplifying RAG, achieving 80,000+ downloads."
            },
            "Platform Engineering": {
                "Achievement": "Led the migration of an entire AI platform from a C# monolith to Python microservices.",
                "Impact": "Cut API latency by ~99% and enabled rapid feature deployment."
            },
            "Product Innovation": {
                "Achievement": "Transformed a simple chatbot into a Multi Agent AI system with dynamic tool use.",
                "Impact": "Eliminated costly manual integrations, reducing deployment time from weeks to hours."
            }
        }

    def __str__(self):
        return f"Thanks for visiting! I'm focused on building impactful AI. Let's connect."

me = TalhaSari()
print(me.get_key_achievements()["Open Source Impact"])

πŸš€ Highlights

  • Platform Architect: Spearheaded the ground-up migration of all AI functionalities from a C# monolith to a high-performance, containerized Python microservices platform for a system serving 80+ B2B customers.
  • Open Source Creator: Engineered and launched AutoLLM, a popular open-source framework that simplifies RAG development, achieving over 80,000 downloads and 1,000+ GitHub stars.
  • Performance Optimizer: Re-architected a RAG retrieval engine using Milvus and an HNSW index, slashing search latency by ~99% (from 500ms to <5ms).
  • Product Innovator: Transformed a legacy chatbot into a multi-agent system, replacing a costly manual webhook process with a no-code API framework and cutting client deployment times from weeks to hours.
  • AI Researcher: Led R&D on Vision-Language Models (VLMs) for automated video analysis and built an LLM-as-a-Judge framework to programmatically evaluate model faithfulness and quality.
  • National Award Winner: Led my team to 1st Place out of 127 teams in the National AI in Healthcare Competition at TEKNOFEST 2022.

πŸ› οΈ My Tech Stack

  • Languages: Python, JavaScript, SQL
  • AI/ML: PyTorch, Computer Vision, Hugging Face, NLP, Prompt Engineering, LLMs, RAG, MCP, AI Agents
  • Databases: MongoDB, Milvus, LanceDB, Supabase
  • Cloud & DevOps: Azure, AWS, Docker, FastAPI, Git, CI/CD, Linux

πŸ“« Let's Connect

I'm always open to discussing new projects, innovative ideas, or opportunities in AI. Feel free to reach out!

Pinned Loading

  1. viddexa/autollm viddexa/autollm Public archive

    Ship RAG based LLM web apps in seconds.

    Python 994 100

  2. viddexa/safetext viddexa/safetext Public

    Vocab-based profanity checking tool for English, Spanish, Portuguese, German, and Turkish.

    Python 34 3