神经网络python识别语义_Semantic Search:使用神经网络对图像和单词进行语义搜索...

该资源提供了一个简单的语义搜索引擎实现,基于VGG16(预训练于ImageNet)和GloVe(预训练于Wikipedia)的预训练嵌入。功能包括:查找与输入图像相似的图像,找到与输入词相似的词,使用任何词搜索图像,为任何图像生成标签。通过Streamlit教程可运行端到端管道,支持自定义模型训练和索引构建,可用于图像和文本的语义搜索。
摘要由CSDN通过智能技术生成

Semantic Search

This repository contains a barebones implementation of a semantic search engine. The implementation is based on leveraging pre-trained embeddings from VGG16 (trained on Imagenet), and GloVe (trained on Wikipedia).

It allows you to:

Find similar images to an input image

Find similar words to an input word

Search through images using any word

Generate tags for any image

See examples of usage by following along on this notebook. Read more details about why and how you would use this in this blog post.

Setup

Clone the repository locally and create a virtual environment (conda example below):

conda create -n semantic_search python=3.5 -y

source activate semantic_search

cd semantic_search

pip install -r requirements.txt

If you intend to use text, download pre-trained G

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值