Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cadeke/transcribe-please
https://github.com/cadeke/transcribe-please
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cadeke/transcribe-please
- Owner: cadeke
- Created: 2024-03-23T13:45:05.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-24T18:57:08.000Z (8 months ago)
- Last Synced: 2024-03-24T19:45:34.799Z (8 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# transcribe-please
## Description
Simple script that can describe audio files using the openai-whisper model.## Setup
- Create virtual environment: ```$ python3 -m venv venv-test```
- Active virtual environment: ```$ source venv-test/bin/activate```
- Install dependencies: ```$ pip install -r requirements.txt```## Requirements
- Python and pip installed
- ffmpeg installed## Future improvement
- Add speaker recognition
- Turn into web app using Flask
- Dockerize## Credits
- https://analyzingalpha.com/openai-whisper-python-tutorial
- https://medium.com/@gpj/diarising-audio-transcriptions-from-mp4s-with-python-and-whisper-a-step-by-step-guide-ebc9e6522e2d