Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goyalyatin/gpt-whisper-demo

Springboot Demo with GPT Dall.E and Whisper
https://github.com/goyalyatin/gpt-whisper-demo

chatgpt dall-e spring-boot whisper-ai

Last synced: 6 days ago
JSON representation

Springboot Demo with GPT Dall.E and Whisper

Awesome Lists containing this project

README

        

# Demo with GPT, Dall.E and Whisper

APIs used
-----
- [Chat completion](https://platform.openai.com/docs/api-reference/chat/create)
- [Transcription](https://platform.openai.com/docs/api-reference/audio/createTranscription)
- [Image Generation](https://platform.openai.com/docs/api-reference/images/create)

---------------------------------------------------------------------

Examples
-------
[Postman Collection](/demo/OpenAI.postman_collection.json) for the three api tests with one example each

1. Chat Completion

![example](/demo/ChatGPT.PNG?raw=true)

-----------------------------------------

2. Audio Transcription

![example](/demo/TranscriptionExample.PNG?raw=true)

[Audio](/demo/vdespa-medium-whisper-api.mp3) input for the transcript, the reference and audio is taken from https://medium.com/apis-with-valentine/how-to-use-the-whisper-api-from-openai-in-postman-9a9a9f97807c

---------------------------------------------------------

3. Image Generation

![example](/demo/ImageGenerationExample1.PNG?raw=true)

Generated Image

![image](/demo/GeneratedImage.png?raw=true)