embed-api / README.md
Hansimov's picture
:gem: [Feature] Add hf space template in README
74c142b
|
raw
history blame
No virus
311 Bytes
---
title: Embed API
emoji: ๐Ÿ” 
colorFrom: gray
colorTo: gray
sdk: docker
app_port: 16666
---
# embed-api
An API to calculate embeddings for text with open-source models.
## Install
```sh
# pipreqs . --force --mode no-pin --encoding=utf-8
pip install -r requirements.txt
```
# Run
```sh
python -m app
```