How to Track Faces in Live Video with Elixir: Quick Tutorial

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • In this quick walkthrough, learn how to detect and track faces from a live video feed using the Elixir OpenCV binding library called Evision!
    Links
    Evision Library: github.com/coc...
    Livebook Code: gist.github.co...
    Screen recording software I use (affiliate): screen.studio/...

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

  • @djcarpenter7836
    @djcarpenter7836 4 месяца назад +7

    Heck yeah! Quick and powerful. Thanks for sharing!

  • @simquinoa2030
    @simquinoa2030 3 месяца назад +1

    Thank you so much for these videos. They're all fantastic

  • @nelco63
    @nelco63 4 месяца назад +1

    Really like your videos, would love to see how you go about creating SPA built with Elixir / Livebook using - Pheonix - Ash Frameworks?. Coming from the React Eco system it seems this is missing??

    • @CodeAndStuff
      @CodeAndStuff  4 месяца назад +1

      Hey there, thanks for the feedback! I've been thinking about showing how to build web apps with Phoenix LiveView, which provides a pretty cohesive developer experience-in some ways better than building as a frontend-heavy SPA.
      Were you hoping to learn more about how to use things like React or Vue with Phoenix + Ash, or just in how to build web applications with Elixir in general?

    • @nelco63
      @nelco63 4 месяца назад

      Thanks for your reply We build SaaS solutions and really looking at moving across to the Elixir Eco system but there is not a lot of good information on how best to build SPA using Phoenix or Ash frameworks.

    • @alissonprimo
      @alissonprimo 4 месяца назад

      I also have a hard time finding good material online about how to build real-world applications (with authentication, authorization, heavy use of crud forms, and so on) using just elixir and phoenix or other elixir web frameworks. It always seems like people are keeping it to themselves or it's just not possible to do it.

  • @DavidHaley1
    @DavidHaley1 4 месяца назад +1

    Good stuff 👌🏻 Nice to see your face again (and track it too!) 😁

  • @HussienLiban
    @HussienLiban 4 месяца назад +1

    good stuff ! thanks for creating more content

  • @delusionalaar4031
    @delusionalaar4031 4 месяца назад +1

    I'll subscribe. You're good.

  • @Rasmee_game
    @Rasmee_game 4 месяца назад

    this is PYTHON?

    • @CodeAndStuff
      @CodeAndStuff  4 месяца назад +1

      This is all written in the Elixir programming language