Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grasmash/transcript-analyzer
https://github.com/grasmash/transcript-analyzer
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grasmash/transcript-analyzer
- Owner: grasmash
- Created: 2022-05-07T02:15:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T17:57:38.000Z (over 2 years ago)
- Last Synced: 2024-10-25T15:22:58.519Z (2 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# transcript-analyzer
# Installation
1. Sign up for a _free_ IBM Watson Natural Language Processing account https://www.ibm.com/cloud/watson-natural-language-understanding.
2. Follow the Getting Started instructions to create an API key https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-getting-started#getting-started
3. Download and install grasmash/transcript-analyzer
```
git clone [email protected]:grasmash/transcript-analyzer.git
cd transcript-analyzer
composer install
```
4. Run:
```
./bin/app.php analyze [base-url] [api-key] [some-file].vtt
```