Spaces:
Sleeping
Sleeping
j
commited on
Commit
·
fef2baf
1
Parent(s):
eee32fb
revert readme
Browse files
README.md
CHANGED
|
@@ -1,59 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
* Install [Docker](https://www.docker.com/)
|
| 12 |
-
* Run the [Docker image](https://hub.docker.com/r/techaudiodoc/reaspeech)
|
| 13 |
-
* Navigate to [localhost:9000](http://localhost:9000/)
|
| 14 |
-
|
| 15 |
-
## Docker Commands
|
| 16 |
-
|
| 17 |
-
### CPU
|
| 18 |
-
|
| 19 |
-
docker run -d -p 9000:9000 techaudiodoc/reaspeech:latest
|
| 20 |
-
|
| 21 |
-
### GPU (currently Windows/NVIDIA only)
|
| 22 |
-
|
| 23 |
-
docker run -d --gpus all -p 9000:9000 techaudiodoc/reaspeech:latest-gpu
|
| 24 |
-
|
| 25 |
-
For more detailed instructions, see [Docker Usage](docs/docker.md)
|
| 26 |
-
|
| 27 |
-
# Documentation
|
| 28 |
-
|
| 29 |
-
* [Docker Usage](docs/docker.md)
|
| 30 |
-
* [Running Outside of Docker](docs/nodocker.md)
|
| 31 |
-
* [Contributing](docs/CONTRIBUTING.md)
|
| 32 |
-
* [Development](docs/development.md)
|
| 33 |
-
|
| 34 |
-
# Credits
|
| 35 |
-
|
| 36 |
-
## ReaSpeech Team
|
| 37 |
-
|
| 38 |
-
* [Dave Benjamin](https://github.com/ramen)
|
| 39 |
-
* [Jason Nanna](https://github.com/smrl)
|
| 40 |
-
* [Kyle Vande Slunt](https://github.com/kvande-standingwave)
|
| 41 |
-
* [Michael DeFreitas](https://github.com/mikeylove)
|
| 42 |
-
* [Roel Sanchez](https://github.com/roelsan)
|
| 43 |
-
|
| 44 |
-
## Third-Party Software
|
| 45 |
-
|
| 46 |
-
ReaSpeech's initial web service and Docker setup were based on the [Whisper ASR Webservice](https://github.com/ahmetoner/whisper-asr-webservice) project.
|
| 47 |
-
|
| 48 |
-
Transcription is provided by the [Faster Whisper](https://github.com/SYSTRAN/faster-whisper) library.
|
| 49 |
-
|
| 50 |
-
ReaSpeech uses [ReaImGui](https://github.com/cfillion/reaimgui) by Christian Fillion for its user interface toolkit.
|
| 51 |
-
|
| 52 |
-
# Licensing
|
| 53 |
-
|
| 54 |
-
ReaSpeech is licensed under the terms of the
|
| 55 |
-
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
|
| 56 |
-
Portions are derived from the
|
| 57 |
-
[whisper-asr-webservice](https://github.com/ahmetoner/whisper-asr-webservice)
|
| 58 |
-
project, which is MIT-licensed. All source files in this repository should be
|
| 59 |
-
considered GPL-licensed unless otherwise specified.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Reaspeech Cloud Evaluation Server
|
| 3 |
+
emoji: 🗣️📝
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
app_port: 9000
|
| 9 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|