Skip to content
This repository has been archived by the owner on May 7, 2018. It is now read-only.

suricats/surirobot-api-speech-to-text

Repository files navigation

Speech To Text API

Build status PyPI - Python Version Codecov

The goal of this API is to convert an audio file to text.

Requirements

  • Python3
  • Virtualenvwrapper

Installation

  • Clone repository
  • Create virtualenv
mkvirtualenv suri-stt && workon suri-stt
  • Install dependencies
pip install -r requirements.txt
  • Configure .env
cp .env.example .env
``

* Option 1 - Drop your Google API credentials in res/credentials.json
* Option 2 (suri-downloader) -  Fill the login & password fields and do:
```shell
tools/get-credentials
  • Run the server
./app.py

API Reference

This project uses Google Cloud Speech.