There are videos on youtube of a voice saying a word and its definition for hours, so you play it while you sleep.
- Example (English): https://www.youtube.com/watch?v=y9g7ZJFtQms
- Example (Japanese): https://www.youtube.com/watch?v=OJSPE0jNJpI
The problem with this is you’re going to know a lot of the words. Wouldn’t it be more useful if it generated a mp3 personalized for you, based on words you find difficult? In this hackathon project, we quiz the user to find out what words he doesn’t know, then use a speech library to play the words and definitions as he falls asleep.
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements.txt
- sudo npm install -g bower
- bower install
- npm install --save-dev babel-cli babel-preset-react
- sh init_db.sh
- mkdir -p /data/sleep-learner
- python project/app.py
- Go to localhost:5000