Web-Audio / web-audio.github.io

VOIS.AI is a web app to transcribe and examine the way a person talks:

Home Page:https://web-audio.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VOIS.AI

Transcribe and Examine Speech
Copyright © 2018 Caterina Paun

VOIS.AI is released under the MIT license. npm package version PRs welcome!


🎙️ What is VOIS.AI

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.

🚀 Getting Started

  1. Download the code to your local machine.

    # clone the project from the GitHub repo:
    clone https://github.com/Web-Audio/web-audio.github.io
  2. Install project dependencies.

    # check that you have both Node and npm installed
    node --version
    npm --version
    
    # install project dependencies
    npm install
  3. Start a local web server to view to application.

    npm start
  4. 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.

🖥️ Contributing to the Project

Help is always welcome and appreciated!

Issue Tracker

Please submit any issues using the Issue Tracker.

How to Contribute

Check out this How to Contribute guide.

Code of Conduct

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.

🗒️ License

This work is licensed under the MIT License. See the file LICENSE for the license terms.

🙋 Credits

Main Contributor(s)

Articles Used for this Project

About

VOIS.AI is a web app to transcribe and examine the way a person talks:

https://web-audio.github.io

License:MIT License


Languages

Language:JavaScript 49.6%Language:HTML 29.8%Language:CSS 20.7%