Skip to content
View Yash-Chindam's full-sized avatar

Block or report Yash-Chindam

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
Yash-Chindam/README.md
header

Typing SVG


LinkedIn Hugging Face GitHub Email



πŸ‘‹ About Me

class YashChindam:
    def __init__(self):
        self.name        = "Yash Chindam"
        self.role        = "AI / ML Engineer"
        self.focus       = ["LLMs", "RAG Systems", "Computer Vision", "NLP", "Deep Learning"]
        self.passion     = "Building AI systems that solve real-world problems"
        self.currently   = "Exploring Generative AI & multimodal research"
        self.hf_profile  = "https://huggingface.co/yashchindam"

    def say_hi(self):
        print("Thanks for dropping by! Let's build something intelligent together πŸš€")

me = YashChindam()
me.say_hi()

πŸ› οΈ Tech Stack

Languages & Frameworks

Python FastAPI Flask

AI / ML

PyTorch TensorFlow Hugging Face LangChain scikit-learn OpenCV

LLMs & Models

OpenAI Mistral LLaMA CLIP BART Gemini

Vector Databases & RAG

FAISS ChromaDB Pinecone BM25

Data & Tools

Pandas NumPy Matplotlib Jupyter Git


πŸš€ Featured Projects

Predicts drug-protein binding strength (Ki values) using OpenAI's CLIP vision encoders on 2D molecular images & protein sequence logos.

Results: RMSE 0.6041 Β· MSE 0.3649
Stack: PyTorch CLIP RDKit Transformers CUDA

HuggingFace Dataset

Modular, scalable AI onboarding framework with multi-LLM support, vector stores, and guided setup workflows.

Stack: LangChain LlamaIndex FastAPI FAISS Pydantic

Chat with multiple PDFs using Retrieval Augmented Generation powered by Mistral Nemo and FAISS vector search.

Stack: Mistral Nemo FAISS RAG LangChain

Automatically extracts structured information from RFP documents using few-shot prompting and chain-of-thought reasoning.

Accuracy: 85–92% Β· Speed: 30–60s/doc
Stack: GPT-4 LangChain Pydantic PyPDF2

Extracts named entities from images using OCR + NER pipeline. Supports forms, invoices, ID cards, and business cards.

Accuracy: Entity F1 80–92%
Stack: EasyOCR spaCy YOLO OpenCV Tesseract

Environmental sustainability platform for carbon footprint tracking, climate modeling, and biodiversity assessment.

Stack: GeoPandas Folium NetCDF4 scikit-learn Plotly

Transcribes & summarizes YouTube videos using Google Gemini Pro with a clean Streamlit UI.

Stack: Gemini Pro Streamlit YouTube API

πŸŽ™οΈ Podcast Generator

AI-powered podcast script and audio generation pipeline using language models and TTS synthesis.

Stack: LLMs TTS Python

Finlyzer β€” Intelligent financial document analysis platform using Google Gemini AI to extract, categorize, and summarize transactions from bank statements and credit reports.

Pipeline: 9-step automated analysis Β· Parallel multi-key processing
Stack: Gemini Pro FastAPI Streamlit GCS Docker

NaturalSQL β€” Ask questions in plain English, get executable PostgreSQL queries instantly β€” powered by Defog's SQLCoder-7b-2 LLM.

Stack: SQLCoder-7b-2 PyTorch Cloud SQL Transformers pandas

ClaimLens AI β€” Agentic document-processing pipeline for US commercial property insurance that extracts structured data, generates summaries, and writes comprehensive claim notes.

Supported: 8+ document types Β· FNOL Β· Proof of Loss Β· Damage Photos
Stack: LangGraph Azure OpenAI GPT-4 Pydantic Datalab

πŸ—‚οΈ More Projects (click to expand)
Project Description Stack
RAG w/ LLaMA2 + LangChain + ChromaDB End-to-end RAG pipeline using LLaMA 2 LLaMA 2 ChromaDB LangChain
PDF Chatbot with RAG Conversational PDF Q&A with RAG architecture RAG FAISS LLMs
Conversational Q&A Chatbot β€” Mistral Nemo Contextual, multi-turn chatbot using Mistral Nemo Mistral Nemo LangChain
Image Captioning Deep learning-based automatic image captioning PyTorch CNN LSTM
License Plate Recognition Automatic license plate detection and OCR OpenCV OCR Python
Text Summarization β€” BART Abstractive text summarization with BART BART Transformers HuggingFace
Anime Title Generator β€” Flan-T5 Fine-tuned Flan-T5 for creative anime title generation Flan-T5 HuggingFace
Research Paper Title Generator β€” BART Fine-tuned BART for academic title generation BART Transformers
Movie Title Generator β€” Flan-T5 Flan-T5 fine-tuned for cinematic title generation Flan-T5 HuggingFace
Predicting Credit Card Approvals ML classifier for credit card approval prediction scikit-learn Pandas
Google Play Store Trend Analysis EDA and trend analysis of Play Store app data Pandas Matplotlib Seaborn
RAG Implementation & Prompt Optimization Benchmarking and optimizing RAG prompt strategies RAG LLMs Python

πŸ“Š GitHub Stats

GitHub Stats Top Languages
GitHub Streak



Yash's Activity Graph


πŸ€— Hugging Face

Published models & datasets on Hugging Face

HuggingFace Profile

Resource Link
🧬 Drug-Protein Interaction Model yashchindam/Drug-Protein-Interaction-Prediction-Using-CLIP-and-Deep-Learning
πŸ“¦ Drug-Protein Dataset datasets/yashchindam/Drug-Protein-Interaction-Prediction-Using-CLIP-and-Deep-Learning

πŸ† Highlights

Trophy


Profile views



"The best way to predict the future is to invent it." β€” Alan Kay

footer

Pinned Loading

  1. Drug-Protein-Interaction-Prediction-Using-CLIP-and-Deep-Learning Drug-Protein-Interaction-Prediction-Using-CLIP-and-Deep-Learning Public

    Jupyter Notebook

  2. Multi_Pdf_chatbot_using_RAG_and_Faiss_with_Mistral_Nemo Multi_Pdf_chatbot_using_RAG_and_Faiss_with_Mistral_Nemo Public

    Jupyter Notebook

  3. AI-Powered-Bank-Statement-Credit-Report-Analyzer AI-Powered-Bank-Statement-Credit-Report-Analyzer Public

    Repository: AI-Powered-Bank-Statement-Credit-Report-Analyzer

    Python

  4. AI-Powered-Natural-Language-to-SQL-Engine AI-Powered-Natural-Language-to-SQL-Engine Public

    Repository: AI-Powered-Natural-Language-to-SQL-Engine

    Jupyter Notebook

  5. Intelligent-Claims-Document-Processing Intelligent-Claims-Document-Processing Public

    Repository: Intelligent-Claims-Document-Processing

    Python