https://github.com/czarpino/speech2text
Google Speech to Text PoC for a low spec'd system
https://github.com/czarpino/speech2text
docker-compose google-speech google-storage symfony websockets
Last synced: about 2 months ago
JSON representation
Google Speech to Text PoC for a low spec'd system
- Host: GitHub
- URL: https://github.com/czarpino/speech2text
- Owner: czarpino
- Created: 2018-09-16T01:14:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T01:15:41.000Z (over 6 years ago)
- Last Synced: 2025-03-14T21:52:04.629Z (2 months ago)
- Topics: docker-compose, google-speech, google-storage, symfony, websockets
- Language: PHP
- Size: 117 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speech2Text
A simple program to convert audio speech to text.
### How to setup
On local:
1. Add `www.speech2text.com` to your `/etc/hosts`
2. Copy Google Cloud `key.json` into `var/data/key.json`
3. Bring up docker-compose network & setup```bash
# Bring up network
docker-compose up -d
# Move inside app container
docker-compose exec app sh
# Install dependencies
composer install
# Create database schema
./bin/console --no-interaction doctrine:migrations:migrate
# Install 3rd party assets
./bin/console assets:install public
```4. Visit `http://www.speech2text.com`.
### Sequence
