Transcriber based on Watsons STT service
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project is based on Watson speech to text service. Project is implemented in NodeJS with a PostgreSQL database. It is currenlty being hosted in heroku free tier instance.
The project uses express web framework to cater the user requests.
Application can perform transcription on .mp4 .m4a .mp3 files.
To get a local copy up and running follow these simple steps.
- Node
- Watsons speech to text service API key
- PostgreSQL database
- Clone the repo
git clone https://github.com/kth012/stt-kethiri.git
- Install NPM packages
npm install
- Set the environment variables
export DATABASE_URL= "" export STT_API_KEY= "" export STT_SERVICE_URL= "" export PORT = ""
Results can also be obtained via REST endpoint
https://stt-kethiri.herokuapp.com/result?username=abc?password=xxx
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPLv3.0 License. See LICENSE
for more information.
Kethiri Sundaralingam - @skethiri93 - [email protected]
Project Link: https://github.com/kth012/stt-kethiri