Giter VIP home page Giter VIP logo

speech_to_text_app's Introduction

Go Report Card

speech_to_text_app

PWA(Progressive Web Application) web application for converting speech into text. Builded with React.js and Golang.

Speech to text converting povered by wit.ai

Examples

app example app example

Get Started

Clone repository git clone https://github.com/trigun117/speech_to_text_app.git.

Switch to front-end folder and run npm install --silent && npm run build.

Switch to back-end folder and run go build -o converter.

Then create view folder in back-end and copy all data from build to it.

Set your Token in environment variable TOKEN and run converter file.

Open localhost.

Docker

Clone repository git clone https://github.com/trigun117/speech_to_text_app.git

Build image docker build --rm --no-cache -t image_name .

Run container docker run -d -p 80:80 -e TOKEN=YOUR_TOKEN image_name or docker run -d -p 80:80 -p 443:443 -e TOKEN=YOUR_TOKEN -e PROD=true -e DOMAIN=YOUR_DOMAIN image_name if you want use domain with https support

And open localhost or YOUR_DOMAIN

OR

Use docker run -d -p 80:80 -e TOKEN=YOUR_TOKEN trigun117/speech or docker run -d -p 80:80 -p 443:443 -e TOKEN=YOUR_TOKEN -e PROD=true -e DOMAIN=YOUR_DOMAIN trigun117/speech if you want use domain with https support

License

This project is licensed under the MIT License - see the LICENSE file for details

speech_to_text_app's People

Contributors

trigun117 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.