Mayank Laddha

Mayank Laddha @mayank_laddha_ml

About: 5y+ in AI / ML | trying to fix GEN AI and RAG related problems | not perfect but versatile

Location:
India
Joined:
Nov 14, 2024

Mayank Laddha
articles - 13 total

Sports Highlights Generation Using Transcript and LLM

I wanted to try and see if I could use gemini to generate highlights. This is what the code...

Learn More 1 1Jun 24

GRPO to get structured data

I saw this line "GRPO gives developers a way to teach models how to reason better, faster, and...

Learn More 4 4May 14

My take on the Agentic Object Detection

Here are the steps: Segmenting Everything with SAM : We detect everything and worry about filtering...

Learn More 1 0Feb 16

Semantic search on top of object detection

Semantic search on top of object detection: Imagine this across multiple cameras with tracking,VQA...

Learn More 2 1Feb 11

Food Recognition and Nutrition Estimation using OpenAI

Here is how you can build a simple food recognition and nutrition estimation app using OpenAI in just...

Learn More 4 3Feb 10

Your Personal AI Cricket Coach

Your Personal AI Cricket Coach Get Feedback Anytime Anywhere: AI can make learning more accessible,...

Learn More 5 0Feb 5

A multi-head classifier using SetFit for query preprocessing

Query preprocessing is a crucial step in customer-centric applications, ensuring accurate routing and...

Learn More 0 0Feb 3

Faiss with sqlite for RAG

Want to use faiss for Local RAG? Okay, but where to store my chunks(metadata). Solution: Connect...

Learn More 2 3Dec 11 '24

Detecting Hallucinations in LLMs with Discrete Semantic Entropy and Perplexity

When working with large language models (LLMs), spotting hallucinations can be tricky. Instead of...

Learn More 2 0Dec 5 '24

Simple Code to Understand Self-Reflection (Agentic Design Pattern)

Reflection/self-reflection is a bit underrated. If your application relies on prompting, I strongly...

Learn More 1 0Dec 1 '24

Using DSPy(COPRO) to refine prompt instructions

I recently tested DSPy with phi3, aiming to use COPRO to refine the prompt instructions and achieve...

Learn More 2 0Nov 29 '24

An easy way to remove PII before sending to LLMs

Not all scenarios demand perfect anonymization. In less critical cases, a lightweight anonymization...

Learn More 1 1Nov 19 '24

Graph + LLM or simply LLM for summarization?

let's say I have some documents. I want to generate a summary (get an overall essence) may be based...

Learn More 2 0Nov 14 '24