mirror of
https://github.com/AtHeartEngineering/local_transcription.git
synced 2026-01-08 15:13:53 -05:00
22 lines
434 B
Markdown
22 lines
434 B
Markdown
# local_transcription
|
|
|
|
## Settings
|
|
|
|
Make sure to set the IP, port, and HuggingFace API key in the `settings.toml` file. The huggingface API key is used to fetch the models, everything else is ran locally.
|
|
|
|
```toml
|
|
[host]
|
|
ip="192.168.0.99"
|
|
port=5063
|
|
|
|
[settings]
|
|
upload_folder="uploads"
|
|
model_folder="models"
|
|
hf_token="HUGGINGFACE API KEY"
|
|
```
|
|
|
|
## Usage
|
|
|
|
`python host.py` on the server
|
|
|
|
`python client_upload.py audio.mp3` on the client |