Spaces:
Running
Running
A newer version of the Gradio SDK is available:
5.34.2
metadata
title: Nomic MCP Tool
emoji: 🗂️
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: 5.30.0
app_file: app.py
pinned: false
Nomic Vision Embedding Model
This project provides a Gradio interface for the nomic-ai/nomic-embed-vision-v1.5 image embedding model. It allows you to upload images and generate embeddings that can be used for various computer vision tasks.
Features
- Generate embeddings for images using the nomic-ai/nomic-embed-vision-v1.5 model
- Simple and intuitive Gradio web interface
- Support for various image formats
How It Works
The application uses the Hugging Face Transformers library to load the nomic-ai/nomic-embed-vision-v1.5 model and generate embeddings for uploaded images. The embeddings are high-dimensional vector representations of the images that capture their semantic content.
Deployment
This application is designed to be deployed on Huggingface Spaces. To deploy:
- Create a new Space on Huggingface Spaces with the Gradio SDK
- Upload these files to your Space
- The Space will automatically build and deploy the application
Local Development
To run this application locally:
- Clone this repository
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your browser at http://localhost:7860
Requirements
- Python 3.7+
- Gradio 4.19.0+
- Transformers
- PyTorch
- Pillow
- NumPy
- Requests
License
This project is licensed under the MIT License - see the LICENSE file for details.