https://github.com/unicodeveloper/creating-transcripts-for-video
Creating Transcripts for video with Cloudinary & Google Speech
https://github.com/unicodeveloper/creating-transcripts-for-video
Last synced: 8 months ago
JSON representation
Creating Transcripts for video with Cloudinary & Google Speech
- Host: GitHub
- URL: https://github.com/unicodeveloper/creating-transcripts-for-video
- Owner: unicodeveloper
- Created: 2017-11-24T12:12:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T12:26:40.000Z (about 8 years ago)
- Last Synced: 2025-03-31T11:51:06.235Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Creating Transcript For Videos
This is a repo that accompanies the tutorial that shows how to programmatically create transcripts for videos.
## Installation
[Node.js](https://nodejs.org) 0.4+ required.
```bash
# Get the project
git clone https://github.com/unicodeveloper/creating-transcripts-for-video.git creating-transcripts-for-video
# Change directory
cd creating-transcripts-for-video
# Replace the default values of cloud_name, api_key, and api_secret with real values from the [Cloudinary Dashboard](https://cloudinary.com/console)
cloudinary.config({
cloud_name: 'xxxxxxxxx',
api_key: 'xxxxxxxxx',
api_secret: 'xxxxxxxxx'
});
# Install the dependencies
npm install
# Run your app
nodemon server.js
```
## Usage - Postman
```bash
# Route 1
GET - http://localhost:3333/test
# Route 2
POST - http://localhost:3333/upload
```
## How can I thank you?
Why not star the GitHub repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!
Don't forget to [follow me on twitter](https://twitter.com/unicodeveloper)!
Thanks!
Prosper Otemuyiwa.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.