ninjals's picture
Update README.md
290a20a verified
|
Raw
History Blame Contribute Delete
1.69 kB

A newer version of the Gradio SDK is available: 6.22.0

Upgrade
metadata
title: Multimodal RAG with Nemotron Embed and Rerank VL
emoji: πŸ‘οΈπŸ“‘
colorFrom: green
colorTo: green
sdk: gradio
python_version: '3.12'
app_file: app.py
pinned: false
license: apache-2.0
sdk_version: 6.8.0

Multimodal RAG with Nemotron Embed and Rerank VL Models

Search for recipes using input queries of text or images.

Dataset is 10,000 recipes from Food.com turned into images and markdown and embedded into the same feature space.

Options:

  • Default is to retrieve most similar recipes via visual or text search
  • Optional: Rerank initial results with reranker model (note: this increases latency)
  • Optional: Generate a summary of the returned recipes (note: this increases latency)

Details:

Note: This README.md was authored in a live tutorial recorded for YouTube.