npm install
npm start
- API token, which can be generated on https://dev.ins8.ai by signing up and generating one on the Dashboard page
- Enter your API token in the input field and you can start Upload File or Record to obtain the STT transcript
By default, the environment provided will be pointing to Ins8.ai deployed cloud environment. For custom environment(on-prem deployment etc), change the url in the file(.env).
sh build_image.sh
Run this command in terminal- GIT Bash preferably. Image of the project build will be served by nginx
- Ensure that Docker is already running.
- Ensure that terminal is pointing to the project directory (../ins8-demo)
You can access our documentation on the available API by
- https://stt.ins8.ai/doc/
- https://dev.ins8.ai Login and click on "Documentation" tab
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.