Improve Text Entry and editing process via gaze and voice.
- Literature Folder - Contains pertinenet background literature for better understanding the motivation.
- Multimodal Text Editing update.docx - Tentative guideline for proposal.
- Text Editing Worklist - Comprehensive list of text editing features from Google voice API.
- Wireframes - Tentative layout (needs to be improved).
- Phrases.text - Sentence set for unconstrained text entry evaluation.
- Install Node.js
https://nodejs.org/en/
- enter command
npm install
inside the project - run
npm run build
only if you change typescript file inside src folder - open new tab in terminal or open new terminal and run
node app.js
- open browser and go to http://localhost:3000
All source codes are inside the src folder. Make change inside src folder.