Watch me build an AI voice notes app in 22 minutes (Bubble + OpenAI)

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 5

  • @toCatchAnAI
    @toCatchAnAI 2 месяца назад

    how much would API for whisper per minute of voice?

    • @nocodemba
      @nocodemba  2 месяца назад +1

      The price right now is $0.006 / minute. Hope that helps!

    • @toCatchAnAI
      @toCatchAnAI 2 месяца назад

      @@nocodemba thank you!

    • @toCatchAnAI
      @toCatchAnAI 2 месяца назад

      @@nocodemba subbed! :)

  • @epokaixyz
    @epokaixyz 2 месяца назад

    You've found the right comment! 🎉
    1. Sign up for an OpenAI account and retrieve your API key.
    2. Install Bubble's API Connector and Audio Recorder plugins.
    3. Design an intuitive app interface with recording, transcribing, and summarizing buttons.
    4. Utilize OpenAI's Whisper model to transcribe audio recordings into text.
    5. Implement OpenAI's GPT model with a clear system prompt to generate concise summaries from transcribed text.
    6. Display both the full transcription and AI-generated summary clearly on your app interface.