Docker with Flash app and Yandex speechkit for remote play text to speech
Docker Yandex speechkit and api for remote play speech
Use: https://github.com/art1415926535/Yandex_speech
Get API‑key for Yandex speech kit:
https://developer.tech.yandex.ru/
Run app:
```bash
make docker_build
YANDEX_KEY=test PORT=5000 make docker_run
python3 -m venv .env
source .env/bin/activate
YANDEX_KEY=test PORT=5000 make run
3. Example request:
```bash
curl -i -H "Content-Type: application/json" -X POST -d '{"text": "Привет!", "speaker":"omazh", "emotion":"good"}' http://127.0.0.1:5000/play
curl -i http://127.0.0.1:5000/kill