matthewbadeau / insta-honyaku

Makes subtitles in English and then translates those to Japanese

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insta-Honyaku

This basic node application takes a microphone input and outputs subtitles in English and translates them into Japanese

Getting Started

npm i

Prerequisites

Windows & Mac: SoX Linux: Alsa-utils

SoX

Download, unzip and add the folder path to your PATH environment variable.

Execute sox to test.

TODO

  • Pipe to speaker
  • Fix the models -- Slight pauses are interpreted as periods and it causes problems with the translation
  • Models include, speech to text model and translation model
  • We can download transcripts from podcasts, etc. to improve model
  • Add better README

License

This project is licensed under the ISC License - see the LICENSE.md file for details

About

Makes subtitles in English and then translates those to Japanese

License:ISC License


Languages

Language:JavaScript 100.0%