File size: 311 Bytes
74c142b
 
 
 
 
 
 
 
 
3cb12a2
74c142b
2156e95
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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
```