This web app allows users to submit audio files that will be transribed to a text file. If the file is too long, then it will be rejected since the site is free of charge. This web app is built with the IBM Watson API, Node.js, and Express.js.
To run locally:
- in the server.js file change the: connection string, database name, and the collection name.
- put in your IBM Watson API key into the server.js fie
- run "npm install"
- run "node server.js"