Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damiencorpataux/dialogs
https://github.com/damiencorpataux/dialogs
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/damiencorpataux/dialogs
- Owner: damiencorpataux
- Created: 2024-06-17T01:12:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:40:35.000Z (about 2 months ago)
- Last Synced: 2024-09-15T13:35:25.879Z (about 2 months ago)
- Language: HTML
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A web-app for video transcription and translation. Using whisper, ollama, flask, python and web-standards. It's a POC.
[![Dialogs demo](https://img.youtube.com/vi/DEJq_zsyxpQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=DEJq_zsyxpQ)Quickstart
-Clone code
```sh
git clone ...
```
Install dependencies
```sh
cd dialogs
pip install -r requirements.txt
```
Start server
```sh
cd dialogs
python3 -m app
```
Open http://localhost:9999/Components
-
- **Core module:** Implementation of transcription project features
- **REST API:** Exposition of the core as REST endpoints, using flask
- **UI:** Plain HTML/JS, for prototypingRa&D
-
- Products
- https://www.descript.com/
- https://frame.io/
- https://www.google.com/search?q=text+based+editing+adobe+premiere+pro- Features
- Speaker Diarization
- Post: https://community.openai.com/t/how-to-identify-different-speakers-using-whisper/466219/4
- Pyannote-audio: https://github.com/pyannote/pyannote-audio