Create OpenAIWhisperParser for generating Documents from audio files (#5580)

# OpenAIWhisperParser

This PR creates a new parser, `OpenAIWhisperParser`, that uses the
[OpenAI Whisper
model](https://platform.openai.com/docs/guides/speech-to-text/quickstart)
to perform transcription of audio files to text (`Documents`). Please
see the notebook for usage.
This commit is contained in:
Lance Martin
2023-06-05 15:51:13 -07:00
committed by GitHub
parent a4c9053d40
commit aea090045b
5 changed files with 122 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ For detailed instructions on how to get set up with Unstructured, see installati
:maxdepth: 1
:glob:
./document_loaders/examples/audio.ipynb
./document_loaders/examples/conll-u.ipynb
./document_loaders/examples/copypaste.ipynb
./document_loaders/examples/csv.ipynb

File diff suppressed because one or more lines are too long