supershaneski

Results 8 repositories owned by supershaneski

openai-whisper-talk

142
Stars
36
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

161
Stars
32
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

24
Stars
2
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

88
Stars
19
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

74
Stars
23
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

24
Stars
11
Forks
24
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...

openai-assistants-api-streaming

25
Stars
7
Forks
25
Watchers

A sample application to demonstrate OpenAI Assistants API streaming, built using Next.js.