下拉刷新
项目详情
navbar_avatar分享
repo_avatar
HelloGitHub 评分
0 人评分
主打易用性及云原生的神经搜索框架
开源Apache-2.0
认领
收藏
分享
20.9k
星数
中文
Python
主语言
活跃
172
贡献者
23
Issues
组织
3.27.11
最新版本
2k
Forks
Apache-2.0
协议
更多
图片
一款易用的神经搜索框架。神经搜索是指用非结构化数据,搜索非结构化数据。Jina 简化了神经搜索系统的搭建流程,使开发者可以快速构建以图搜图、以文字搜图、问答机器人、照片去重、海量标签分类等应用 ```python from docarray import Document, DocumentArray from jina import Executor, Flow, requests class PreprocImg(Executor): @requests async def foo(self, docs: DocumentArray, **kwargs): for d in docs: ( d.load_uri_to_image_tensor(200, 200) # load .set_image_tensor_normalization() # normalize color .set_image_tensor_channel_axis( -1, 0 ) # switch color axis for the PyTorch model later ) ```

评论

评分:
暂无精选评论