Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/domeccleston/whisper-api


https://github.com/domeccleston/whisper-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# README

- `python3 -m pip install modal`
- `cd api`
- `python3 -m modal serve main.py`

Request format:

```
curl -X POST {modal_url} -F '[email protected]' # or whatever local file you want
```