supershaneski

Results 7 repositories owned by supershaneski

openai-whisper-talk

127
Stars
31
Forks
Watchers

openai-whisper-talk is a sample voice conversation application powered by OpenAI technologies such as Whisper, Completions, Embeddings, and the latest Text-to-Speech. The application is built using Nu...

openai-whisper

152
Stars
26
Forks
Watchers

A sample web app using OpenAI Whisper to transcribe audio built on Next.js. It records audio continuously for some time interval then uploads the audio data to the server for transcribing/translating.

callcenter-simulator

23
Stars
1
Forks
Watchers

A sample callcenter simulator using OpenAI technologies such as ChatGPT, Whisper and other APIs to automate and improve callcenter operation. This project is intended to be a sandbox application to te...

This sample project demonstrate the OpenAI Assistants API’s ability to manage single-threaded multi-user interactions through a full-stack app using Node.js, Vue.js, and socket.io for server-client co...

openai-api-function-call-sample

81
Stars
17
Forks
Watchers

A sample app to demonstrate Function calling using the latest format in Chat Completions API and also in Assistants API.

openai-whisper-api

62
Stars
21
Forks
Watchers

A sample speech transcription app implementing OpenAI Text to Speech API based on Whisper, an automatic speech recognition (ASR) system, built using Next 13, the React framework

chatgpt-with-image-sample

19
Stars
10
Forks
Watchers

This sample project integrates OpenAI's GPT-4 Vision, with advanced image recognition capabilities, and DALL·E 3, the state-of-the-art image generation model, with the Chat completions API. This power...