Copyright © 2018 Caterina Paun
VOIS.AI is a web application that examines a person's speech and share important information about said speech. The goal of the app is to analyze a person’s speech to understand what words a person tends to use too often and what words that person should avoid, such as “like,” “I mean,” “you know,” etc. This application is for everyone who wants to learn more about how they speak. We are specifically targeting conference speakers who like to rehearse their talks prior to giving them at the conference. We are also targeting working professionals who give many presentations as part of their work.
To download the code on your local machine, clone the project’s GitHub repo: clone https://github.com/Web-Audio/web-audio.github.io
Make sure you have Node.js installed. To check, use this command: node --version
Install project dependencies: npm install
Start a local web server to view to application: npm start
You can view and use the application at the following URL: http://localhost:3000/index.html
This work is licensed under the MIT License. See the file LICENSE
for the license terms.