Git Product home page Git Product logo

alexlaurence / doremi Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 12.14 MB

๐ŸŒŠ DoReMi uses WaveNet to synthesise speech from online job listings for blind Korean speakers

Home Page: http://doremi-app.appspot.com/

License: GNU General Public License v3.0

Jupyter Notebook 24.95% Dockerfile 0.01% Makefile 0.01% Python 74.43% CSS 0.12% HTML 0.17% Shell 0.11% PowerShell 0.03% C 0.08% JavaScript 0.09%
text-to-speech wavenet google-cloud rss-feed-parser python3 korean-text-processing blindness

doremi's Introduction

Open in Cloud Shell

Alt text

Inspiration

According to the South Korean Ministry of Health and Welfare, there were 252,779 people with hearing impairment in South Korea as of 2014. Recent estimated figures for the number of deaf people in South Korea range from 180,000 to 300,000.

South Korea has embraced technology to help the disabled, most notably last year when South Korean startup 'Coactus' developed "Goyohan Taxi" or "Silent Taxi" app to enable the deaf to work as taxi drivers. While Coactus is hoping that more deaf drivers on the road will help break stigma across South Korea about hearing-impaired drivers, I hope I can play a part in helping the blind to land jobs in South Korea.

What it does

DoReMi is a tool for blind users to search job listings from by synthesising job listing RSS feeds from Scout.co.kr into speech with the help of Google's Text-to-Speech API powered by a WaveNet model.

Why Google Text-to-Speech?

The Text-to-Speech API creates raw audio data of natural, human speech. That is, it creates audio that sounds like a person talking. When you send a synthesis request to the Text-to-Speech API, you must specify a voice that 'speaks' the words.

Why WaveNet?

A WaveNet generates speech that sounds more natural than other text-to-speech systems. It synthesizes speech with more human-like emphasis and inflection on syllables, phonemes, and words. On average, a WaveNet produces speech audio that people prefer over other text-to-speech technologies.

Unlike most other text-to-speech systems, a WaveNet model creates raw audio waveforms from scratch. The model uses a neural network that has been trained using a large volume of speech samples. During training, the network extracts the underlying structure of the speech, such as which tones follow each other and what a realistic speech waveform looks like. When given a text input, the trained WaveNet model can generate the corresponding speech waveforms from scratch, one sample at a time, with up to 24,000 samples per second and seamless transitions between the individual sounds.

How I built it

  • Google Cloud API
  • Python 3.7 (and a whole bunch of libraries)
  • Google Colaboratory.

Challenges I ran into

  • Working in a language that I can't speak (Korean)

Accomplishments that I'm proud of

  • Helping build a tool that will one day help blind people find work.

What I learned

  • Data wrangling
  • Google Cloud API

What's next for DoReMi?

  • Web App
  • Automatic playback
  • Speech to text, to parse user's intent (i.e. 'apply job', 'search busan'), completely remove the reliance on typing/reading

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.