CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
.travis.yml15 linesDownload Raw Back to debug
1 2language: node_js3node_js:4  - "6"5  - "5"6  - "4"7 8install:9  - make node_modules10 11script:12  - make lint13  - make test14  - make coveralls15