Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goyalyatin/gpt-whisper-demo
- Owner: GoyalYatin
- Created: 2023-08-19T19:26:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T05:23:53.000Z (about 1 year ago)
- Last Synced: 2023-08-24T06:46:46.741Z (about 1 year ago)
- Topics: chatgpt, dall-e, spring-boot, whisper-ai
- Language: Java
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 each1. 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)