Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domeccleston/whisper-api
https://github.com/domeccleston/whisper-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/domeccleston/whisper-api
- Owner: domeccleston
- Created: 2024-01-22T10:34:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T11:42:24.000Z (12 months ago)
- Last Synced: 2024-02-08T11:38:04.099Z (12 months ago)
- Language: Python
- Size: 5.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```