Transcribe and Examine Speech
Copyright © 2018 Caterina Paun
VOIS.AI is a web application that transcribes and examines a person's speech, in order to outline important information about how a person speaks.
The goal of the app is to analyze speech to understand what words a person tends to use too often and what words that person should avoid, such as “like”, well”, “I mean”, etc.
This application is for everyone who wants to learn more about how they speak. We are specifically targeting working professionals who give regular presentations as part of their work.
-
Download the code to your local machine.
# clone the project from the GitHub repo: clone https://github.com/Web-Audio/web-audio.github.io
-
Install project dependencies.
# check that you have both Node and npm installed node --version npm --version # install project dependencies npm install
-
Start a local web server to view to application.
npm start
-
Open the source code and start editing.
You can view and use the application at the following URL: http://localhost:3000/index.html. Any changes you make to your code will need to be saved; the browser will update in real time.
Help is always welcome and appreciated!
Please submit any issues using the Issue Tracker.
Check out this How to Contribute guide.
VOIS.AI is committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, disability, ethnicity, religion, or similar personal characteristic, as outlined in our Code of Conduct, which is based on the Citizen Code of Conduct.
This work is licensed under the MIT License. See the file LICENSE for the license terms.