CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
.travis.yml19 linesDownload Raw Back to undefsafe
1sudo: false2language: node_js3cache:4  directories:5    - node_modules6notifications:7  email: false8node_js:9  - '4'10before_install:11  - npm i -g npm@^2.0.012before_script:13  - npm prune14after_success:15  - npm run semantic-release16branches:17  except:18    - "/^v\\d+\\.\\d+\\.\\d+$/"19