This application enables users to use Mozilla's DeepSpeech Kabyle model over a web browser.
# React-DeepSpeech-API
This application enables users to use Mozilla's DeepSpeech Kabyle model over a web browser.
## Quick Start
```bash
# Install dependencies server/client
npm install
cd client
npm install
# Serve on localhost:3000
npm run dev
```