Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucataco/potas-whisper-speaker-diarization-url

Potassium implementation of Whisper Speaker Diarization for youtube videos and audio urls
https://github.com/lucataco/potas-whisper-speaker-diarization-url

potassium

Last synced: 3 months ago
JSON representation

Potassium implementation of Whisper Speaker Diarization for youtube videos and audio urls

Awesome Lists containing this project

README

        

# Potassium Whisper Speaker Diarization URL
This is a Potassium HTTP server, created with `banana init` CLI

### Testing
Start a local dev server with `banana dev`

### Deployment
1. Create empty repo on [Github](https://github.com)
2. Push this repo to github
```
git remote add origin https://github.com/{username}/{repo-name}.git
```
3. [Log into Banana](https://app.banana.dev/onboard)
4. Select this repo to build and deploy!