Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)