Noodieknoodie / AGENDA.AI

0 stars 0 forks source link

Sweep: Build an App that uses Whisper to transcribe audio inputs and Chat gpt-4o to processes inputs, resulting in a formatted "meeting agenda" #1

Open Noodieknoodie opened 1 week ago

Noodieknoodie commented 1 week ago

BUILD AN APP

an AI powered assistant that takes a USERINPUT which could be:

  1. Recorded Audio (via an in app or on device record-no feature OR upload audio file)
    1. Manual text entry (via in-app text input OR file upload .txt .doc .docx, etc.

for the audio transcription use Open AI Whisper

WHISPER:

Endpoint: https://api.openai.com/v1/audio/transcriptions

Required Headers: Authorization: Bearer YOUR_API_KEY Content-Type: multipart/form-data

Minimum Required Key-Value Pairs: file: your_audio_file model: whisper-1

Optional Parameters: response_format: text language: en

  1. with the USERINPUT, pass it on to ChatGPT-4o along with a system message that says "Please convert the user input into a consise "Meeting Agenda""

CHAT GPT-4o

Endpoint: https://api.openai.com/v1/chat/completions

Required Headers: Authorization: Bearer YOUR_API_KEY Content-Type: application/json Minimum Required Key-Value Pairs:

model: gpt-4o messages: [ {role: system, content: your_system_prompt}, {role: user, content: your_text} ]

Display the content to user and allow them to download in Word Doc

Requirements

sweep-ai[bot] commented 1 week ago

❌ The ticket to PR workflow is no longer supported. We have moved to a new chat interface in private beta. Please contact us at team@sweep.dev to try it out.

:book: For more information on how to use Sweep, please read our documentation.

Tracking ID: 07c7fae0d3