File size: 192 Bytes
3cb12a2
 
2156e95
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# embed-api
An embedding API with open source models.

## Install

```sh
# pipreqs . --force --mode no-pin --encoding=utf-8
pip install -r requirements.txt
```

# Run

```sh
python -m app
```