Skip to content
View Ayushhgit's full-sized avatar
๐Ÿ”’
Locked in
๐Ÿ”’
Locked in

Block or report Ayushhgit

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

MasterHead

Typing SVG

Profile Views Followers Focus


AI Animation

โšก About Me

class AIEngineer:
    def __init__(self):
        self.name = "Ayush Raj"
        self.role = "AI/ML Engineer"
        self.language_spoken = ["en_US", "hi_IN"]
        
    def current_focus(self):
        return [
            "๐Ÿ”ฌ LLM Fine-Tuning & Quantization",
            "๐Ÿ—๏ธ RAG Architecture Design", 
            "๐Ÿง  Neural Reranking Systems",
            "โš™๏ธ Model Optimization for Edge"
        ]
    
    def expertise(self):
        return {
            "fine_tuning": ["QLoRA", "PEFT", "LoRA"],
            "architectures": ["Mistral-7B", "Llama", "Phi"],
            "retrieval": ["FAISS", "Bi-Encoders", "Cross-Encoders"],
            "optimization": ["4-bit/8-bit Quantization", "Gradient Checkpointing"]
        }

me = AIEngineer()


๐Ÿง  Core Expertise

๐Ÿค– Generative AI

  • Parameter-Efficient Fine-Tuning (PEFT)
  • QLoRA for Mistral-7B architectures
  • Custom digital persona creation
  • Instruction tuning & alignment

๐Ÿ” Retrieval Systems

  • Advanced RAG pipeline engineering
  • Bi-Encoder retrieval mechanisms
  • FAISS vector indexing
  • Cross-Encoder neural reranking

โš™๏ธ Model Optimization

  • 4-bit/8-bit quantization
  • Gradient checkpointing
  • Consumer GPU optimization (T4)
  • Memory-efficient training

๐ŸŽฏ Current Focus

  • Context-grounded generation
  • Scaling neural retrieval
  • Domain-specific LLM applications
  • Production ML systems

๐Ÿ› ๏ธ Tech Arsenal

๐Ÿง  AI/ML Frameworks

๐Ÿ”ง LLM & Vector Tools

๐Ÿ’ป Languages & Tools


๐Ÿ“Š GitHub Analytics

---

๐ŸŒ Let's Connect

ย  ย  ย 



โšก "Training models by day, optimizing gradients by night" โšก

Pinned Loading

  1. Shortify Shortify Public

    JavaScript 1 1

  2. Multi-Format-Autonomous-AI-System Multi-Format-Autonomous-AI-System Public

    Multi-Format Autonomous AI System This system is designed to process uploaded content in various formats (Email, JSON, PDF), classify its business intent, extract relevant information, analyze charโ€ฆ

    Python

  3. predictive-maintenance predictive-maintenance Public

    An end-to-end MLOps project for predicting Remaining Useful Life (RUL) of industrial equipment using the NASA C-MAPSS Turbofan Engine Degradation Dataset. This project demonstrates production-gradeโ€ฆ

    Jupyter Notebook

  4. price-prediction-multimodal price-prediction-multimodal Public

    Forked from hari715om/price-prediction-multimodal

    This repository contains a solution for the Amazon ML Challenge 2025 where the goal is to predict product prices based on multimodal data, including product descriptions (text) and images. The projโ€ฆ

    Jupyter Notebook

  5. virality-forecasting-MLOps virality-forecasting-MLOps Public

    A production-grade ML system for predicting content virality using graph neural networks, temporal modeling, and uncertainty quantification.

    Python

  6. LivingBench LivingBench Public

    A Continually Updating, Self-Auditing Benchmark for LLM Reasoning, Tool Use, and Learning Over Time

    Python