资源算法picture-compare

picture-compare

2019-12-05 | |  61 |   0 |   0

pictureCompare python 识图服务(类似于google识图搜索)

python 的第三方识图服务

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python server.py

安装配置 redis (使用redis 作为指纹缓存数据)

配置 config.yaml

redis:  host: 192.168.10.10
  port: 6379
  db: 1

开始使用:

$ python server.py


上一篇:hand-write-digit-recognition-with-opencv

下一篇:tensorflow

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...