Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdewildt/whisper-experiment
Experiments using the Whisper model from Open AI
https://github.com/tomdewildt/whisper-experiment
colab jupyter python transcribe transformers translate whisper
Last synced: about 7 hours ago
JSON representation
Experiments using the Whisper model from Open AI
- Host: GitHub
- URL: https://github.com/tomdewildt/whisper-experiment
- Owner: tomdewildt
- License: mit
- Created: 2022-10-08T11:50:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T19:11:24.000Z (6 months ago)
- Last Synced: 2024-05-06T20:28:05.823Z (6 months ago)
- Topics: colab, jupyter, python, transcribe, transformers, translate, whisper
- Language: Jupyter Notebook
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Whisper Experiment
[![License](https://img.shields.io/github/license/tomdewildt/whisper-experiment)](https://github.com/tomdewildt/whisper-experiment/blob/master/LICENSE)Experiments using the [Whisper](https://huggingface.co/openai/whisper-medium) model from [Open AI](https://openai.com/).
# How To Run
Prerequisites:
* virtualenv version ```20.0.3``` or later
* python version ```3.8.5``` or later### Development
1. Run ```make init``` to initialize the environment.
2. Run ```make notebook``` to start the notebook server.# References
[Jupyter Docs](https://jupyter.org/documentation)
[Whisper (Code) Docs](https://github.com/openai/whisper)
[Whisper (Huggingface) Docs](https://huggingface.co/openai/whisper-medium)
[Whsiper (Dataset) Docs](https://huggingface.co/datasets/common_voice)
[Transformers Docs](https://huggingface.co/docs/transformers/index)