Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negativetwelve/talk-n-text
Natural Language coding platform. Write code using only your voice!
https://github.com/negativetwelve/talk-n-text
Last synced: 17 days ago
JSON representation
Natural Language coding platform. Write code using only your voice!
- Host: GitHub
- URL: https://github.com/negativetwelve/talk-n-text
- Owner: negativetwelve
- Created: 2014-03-09T01:36:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T18:20:10.000Z (over 10 years ago)
- Last Synced: 2024-10-19T15:59:56.965Z (28 days ago)
- Language: JavaScript
- Homepage: https://textintotalk.herokuapp.com
- Size: 588 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Talk 'n Text
## About
Talk2Text is an online text editor designed to allow you to codewithout typing. You simply speak in a natural tone through your microphoneand the online text editor will turn your spoken word into code.
We won third place at the Blueprint Social Good Hackathon! [Link](http://www.calblueprint.org/hacks/14)
## Setup
bundle install
rake db:create
rake db:migrate
rails s