Skip to content

Instantly share code, notes, and snippets.

View rsrini7's full-sized avatar
๐Ÿ˜ƒ
Happy

Srinivasan Ragothaman rsrini7

๐Ÿ˜ƒ
Happy
View GitHub Profile
@rsrini7
rsrini7 / AI-ML-Offerings
Created July 2, 2025 15:19
AI/ML-Offerings
No BS Mathematics for AI
Bootstrapping Blueprint
Copy & Paste Framework
Power Paper Playbook
Portfolio Precision
PyTorch Protocol
Elite Engineer Essentials
Cutting-Edge Capsule
Six-Figure Secrets
Salary Seduction
@rsrini7
rsrini7 / md2html.ps1
Last active July 2, 2025 05:09
md2html using pandoc
#Requires -Version 5.1
<#
.SYNOPSIS
Converts a directory of Markdown files into a styled HTML documentation site with a navigation menu.
.DESCRIPTION
This script automates the process of generating a simple, clean HTML documentation website from a collection of Markdown (.md) files.
It uses Pandoc to perform the conversion and supports Mermaid.js for diagrams.
Features:
@rsrini7
rsrini7 / Multimodal-RAG
Last active May 18, 2025 19:53
Multimodal RAG
How multimodal RAG extends traditional RAG to include various media types like images, video, and audio.
Key topics covered include:
An explanation of how multimodal RAG works by retrieving information from diverse sources such as audio, images, and text, and then using this information to generate responses.
Discussions on different approaches to multimodal RAG:
Joint Embedding: Using a single model to encode different data types into a shared vector space.
Grounded Modality: Converting all data types into a single modality, typically text, before encoding.
@rsrini7
rsrini7 / DeepSeek-Advancements
Last active May 16, 2025 14:34
DeepSeek Advancements
Key Insights from DeepSeek's Advancements and its innovative approach to developing powerful AI models, even with resource constraints. Their new paper, focusing on the architecture and training of next-generation models, and the practical implications of their DeepSeek V3 model.
Core Points from the First Analysis (Focus on New Paper and R2 Model):
New DeepSeek Paper: A paper dated May 14, 2025, outlines the architecture and training methods for DeepSeek's upcoming models, with a particular focus on the anticipated R2 model.
Cost-Effective Training: DeepSeek emphasizes that smart software-hardware co-design enables the cost-efficient training of large models, making it feasible for smaller teams to compete.
Multi-head Latent Attention (MLA): This technique is employed within the transformer architecture to compress information into a smaller vector space, leading to faster computations and reduced memory use.
@rsrini7
rsrini7 / claude-improved
Last active April 22, 2025 02:46
prompt-code-understand
I need you to analyze this codebase as an expert software architect. Please provide:
### Project Overview
- Core purpose and value proposition of this application
- Problem domain it addresses and target users/stakeholders
- Business context and where it fits in a larger ecosystem
### Technical Architecture
- Key architectural patterns and design principles employed
- System components and their interactions (with emphasis on interfaces)
@rsrini7
rsrini7 / kafka-4.0
Created April 1, 2025 14:42
kafka 4.0 features
**Apache Kafka 4.0 Details:**
* **Cloud-Native Focus:** The primary theme of Kafka 4.0 is its continued evolution towards being more cloud-native (from video).
* **ZooKeeper Removal (KIP-500):**
* ZooKeeper has been fully removed and deprecated (from video)
* KRaft is now the standard for metadata management, offering improved scalability and resilience (from video).
* This change simplifies cloud deployments by eliminating a component that posed networking challenges (from video).
* **KIP-848: New Consumer Rebalance Protocol**
@rsrini7
rsrini7 / N8N-Streamlit-Langgraph
Created March 31, 2025 04:44
N8N-Inspired AI Automation Workflow Builder using Streamlit and LangGraph
# -*- coding: utf-8 -*-
"""
N8N-Inspired AI Automation Workflow Builder using Streamlit and LangGraph
"""
# Subscribe to the Deep Charts YouTube Channel (https://www.youtube.com/@DeepCharts)
import streamlit as st
import uuid
import os
import re
@rsrini7
rsrini7 / Titans-GooglePaper
Last active January 19, 2025 07:25
Titans-GooglePaper
* **Titans** are a new Transformer architecture with RNN memory.
* **RNNs** have limitations like vanishing gradients, limited memory, and sequential dependency.
* **Titans** address these limitations by combining RNNs and Transformers.
* **Addressing RNN Limitations:** Titans aim to overcome the shortcomings of Recurrent Neural Networks (RNNs), such as:
* **Vanishing/Exploding Gradients:** Difficulty in training deep RNNs due to unstable gradient flow.
* **Limited Memory:** RNNs struggle to capture and retain information over long sequences.
* **Sequential Computation:** Processing information sequentially limits parallel processing capabilities.
* **Key Innovation: Neural Long-Term Memory:**
* Titans incorporate a dedicated neural module for long-term memory.
@rsrini7
rsrini7 / vscode themes
Created January 18, 2025 12:51
vscode themes
https://marketplace.visualstudio.com/items?itemName=liviuschera.noctis
@rsrini7
rsrini7 / notes
Last active September 16, 2024 13:51
my notes
mongodb
time series
Copped Collection -> fixed and retrieve insertion order, high throughput
Use Custom Collection -> rules for string comp letter case and assent marks
Clustered Collection -> stores ordered by used defined cluster key