Vilas Sonje
Vilas Sonje
I have added hindi language which is most popular in india around 50% people language is hindi it will very helpful for the community. @zeke Please review this.
### Describe your change: * [x] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note: Please avoid...
Adds automated audio transcription using Gemini 2.0 with: ✅ Speaker identification (labeled or as Speaker A/B) ✅ Precision timestamps ([HH:MM:SS]) ✅ Music/sound effect detection (e.g., [Jingle] or [Song Name]) ✅...
**Google Gemini Flash 2.0 - Native Image Output Demonstration.** - This notebook demonstrates the capabilities of Google's Gemini-2.0-Flash-Exp model. - Particularly its native image output feature. - The model can...
This PR adds a notebook demonstrating **automated invoice data extraction**. The solution processes invoice images, extracts key fields (invoice number, date, line items, totals), and outputs structured JSON—eliminating manual data...
This PR adds a Jupyter notebook demonstrating how to call Google Gemini models (e.g., Gemini Pro) using the OpenAI Python SDK interface. Key features: - Uses an adapter to translate...
This PR adds a notebook demonstrating a **RAG pipeline using LangChain and Google Gemini**, featuring: - **Document ingestion** (PDFs/text) with text splitting. - **Gemini embeddings** (`models/embedding-001`) and **ChromaDB** vector storage....