Build AI Podcasts from Any Site: Full-Stack Guide with Firecrawl, ElevenLabs & Next.js

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 18

  • @tkp2843
    @tkp2843 Місяць тому +4

    That's super awesome! Ive been using Firecrawl for a very similar project and it is great! Thanks for putting this together!

  • @sillybilly346
    @sillybilly346 Місяць тому +1

    Very cool. Are you using the tab/autocomplete feature as you go through the steps on the route file or are just pasting in the code you already had? Just wondering how accurate the autocomplete is when you provide it steps. Thanks
    (Referring to to around the 5-6 minute mark of the video )

    • @DevelopersDigest
      @DevelopersDigest  Місяць тому +1

      For tutorials like this, you might see the autocomplete flash here and there but what I do to have the code populate is I have the code in full and then I delete the code before recoding in sections, then I *undo* that deleted code as I go through the tutorial. I have found it is less error prone that way - but always open to suggestions!

    • @sillybilly346
      @sillybilly346 Місяць тому

      @ awesome, thanks for the clarification!

  • @musumo1908
    @musumo1908 Місяць тому +1

    Very cool...would love to see that new meta notebook integrated!

  • @zeta_meow_meow
    @zeta_meow_meow 14 днів тому +1

    code quality is nice for the backend.

  • @mik3lang3lo
    @mik3lang3lo Місяць тому +2

    Can you show how to self host the backend of Firecrawl?

    • @DevelopersDigest
      @DevelopersDigest  Місяць тому

      That could make a good video in the future ! If I have time let me see if I can make this happen 🙂

  • @shadow-tu4xr
    @shadow-tu4xr Місяць тому +1

    very cool. I am currently developing a similar project from pdf to podcast but with different roles and voices which makes it more human like

  • @MarkGergs
    @MarkGergs Місяць тому +1

    are u able to use openAI whisper, or something cheaper than elevenlabs for this?

    • @DevelopersDigest
      @DevelopersDigest  Місяць тому

      You can swap out to any TTS model, feel free to fork and drop in whatever you’d like! Repo is in the desctiption 🙂

  • @m.johnson6541
    @m.johnson6541 Місяць тому

    This is awesome! Could you do the same with Crawl4AI?

  • @ekaprasetia6351
    @ekaprasetia6351 Місяць тому

    Hi, thanks for sharing 🎉
    Just curious on /api/genera-podcast, which code that handle Podcast?, I mean podcast at least two speakers, is it mean ElevenLabs can generate audio with two speakers?