Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugene-doobu/fastapi-deepspeech
this repo is http-api to use deepspeech using fastapi
https://github.com/eugene-doobu/fastapi-deepspeech
Last synced: 9 days ago
JSON representation
this repo is http-api to use deepspeech using fastapi
- Host: GitHub
- URL: https://github.com/eugene-doobu/fastapi-deepspeech
- Owner: eugene-doobu
- License: gpl-3.0
- Created: 2022-02-22T09:39:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T05:27:27.000Z (almost 3 years ago)
- Last Synced: 2024-11-20T06:30:58.732Z (2 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi-deepspeech
this repo is http-api to use deepspeech using fastapiThis project works on window and ubuntu
## Dependency
> pip install fastapi uvicorn ffmpeg ffmpeg-python deepspeech werkzeug scipy python-multipart
## Installation
### Getting the pre-trained model
> wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-models.pbmm
>
> wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-models.scorer## use
> uvicorn main:app --reload --host=0.0.0.0 --port=8080
# Reference
[deepspeech_frontend](https://git.callpipe.com/fusionpbx/deepspeech_frontend)