Skip to content
View Ayush9284's full-sized avatar

Highlights

  • Pro

Block or report Ayush9284

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

πŸš€ AI Engineer | Full-Stack Developer | System Architect πŸš€


About Me

const ayush = {
    education: "B.Tech Electronics & Telecommunication @ VIIT Pune",
    currentFocus: ["AI/ML Systems", "Distributed Architecture", "Healthcare Tech"],
    workingOn: ["LLM-powered SaaS", "AI Agents", "EHR Systems"],
    learning: ["LLM Internals", "MLOps", "System Design", "Advanced C++"],
    askMeAbout: ["AI", "Full-Stack", "System Design", "Healthcare Tech"]
   
};

Coding

🎯 What I'm Up To

  • πŸ”­ Building AI-powered healthcare platforms
  • 🧠 Developing LLM agents & RAG systems
  • πŸ—οΈ Architecting scalable distributed systems
  • πŸ“š Mastering FAANG-level system design
  • πŸš€ Creating next-gen SaaS products

🌟 Core Expertise

  • πŸ€– AI/ML Engineering - LLMs, RAG, Agentic Workflows
  • 🌐 Full-Stack Development - Modern web architectures
  • πŸ—οΈ System Design - Distributed systems & microservices
  • πŸ“Š Data Engineering - ETL pipelines & knowledge graphs
  • πŸ₯ HealthTech - EHR systems & medical AI

Tech Stack

πŸ’» Languages

πŸš€ Frontend & Backend

πŸ—„οΈ Databases & Cloud

πŸ› οΈ Tools & DevOps


Connect & Collaborate

πŸ’¬ Let's Build Something Amazing Together!

Open to collaborations on: πŸ€– AI/ML projects and research πŸ₯ Healthcare technology solutions
🌐 Open source contributions πŸ’Ό Freelance opportunities πŸŽ“ Mentoring and knowledge sharing


πŸš€ "Code is like humor. When you have to explain it, it's bad." - Cory House

Pinned Loading

  1. navoLang navoLang Public

    A modern, statically-typed programming language with LLVM-based code generation. Navolang with a clean syntax, strong type system, and efficient compilation to native code.

    C++ 2 1

  2. distributed_sysKV distributed_sysKV Public

    A distributed key-value store implementation in C++ featuring leader-follower architecture with consensus-based replication and failure recovery.

    C++

  3. openehr_mcp openehr_mcp Public

    This server provides AI-powered medical coding capabilities and comprehensive EHR management through a standardized MCP interface.

    Python 1

  4. pcb_defect_detection pcb_defect_detection Public

    This Google Colab-based project implements an advanced computer vision system for automated PCB (Printed Circuit Board) defect detection using multiple machine learning approaches. The system combi…

    Jupyter Notebook 2

  5. ACO-algo ACO-algo Public

    This implementation solves the Network Path Optimization Problem using Ant Colony Optimization - a nature-inspired metaheuristic algorithm that mimics how ants find optimal paths between their colo…

    C++ 1

  6. web-crawler web-crawler Public

    A simple CLI application written in JavaScript that crawls a given website, traverses internal links, and generates a report of discovered internal URLs and how many times they were referenced.

    JavaScript