https://github.com/evilfreelancer/docker-gigaam-server
https://github.com/evilfreelancer/docker-gigaam-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evilfreelancer/docker-gigaam-server
- Owner: EvilFreelancer
- License: mit
- Created: 2025-01-12T20:20:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T20:47:34.000Z (12 months ago)
- Last Synced: 2025-01-12T21:30:29.395Z (12 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GigaAM API Webserver in Docker
GigaAM HTTP-сервер для автоматического распознавания речи (ASR), предоставляющий API,
совместимое с OpenAI-клиентами, и обеспечивающий гибкую настройку распределённой
обработки аудиофайлов. Система оптимизирована для развертывания и маршрутизации
запросов между несколькими Docker-контейнерами, основанными
на [GigaAM](https://github.com/salute-developers/GigaAM).
Если планируется обучение моделей с использованием Flash Attention, то надо будет выполнить ещё и:
```shell
pip install setuptools psutil torch flash-attn --no-build-isolation
```
https://github.com/salute-developers/GigaAM
https://habr.com/ru/companies/sberdevices/articles/805569/
* Generate [Hugging Face API token](https://huggingface.co/docs/hub/security-tokens)
* Accept the conditions to access:
* [pyannote/voice-activity-detection](https://huggingface.co/pyannote/voice-activity-detection)
* [pyannote/segmentation](https://huggingface.co/pyannote/segmentation)