Creating Your Own AI Fitness Trainer: Analyzing Squats with MediaPipe

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

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

  • @LearnOpenCV
    @LearnOpenCV  11 месяцев назад +1

    Check out our FREE Courses at OpenCV University : opencv.org/university/free-courses/

  • @tinnguyenfit
    @tinnguyenfit Месяц назад +2

    deep squat is actually good

  • @SaqibHussain-in9gs
    @SaqibHussain-in9gs 4 месяца назад

    Is there is any video while building it?

  • @pradnyapatil272
    @pradnyapatil272 8 месяцев назад +1

    Ca you give code for other exercises or give some hints about other exercises

    • @LearnOpenCV
      @LearnOpenCV  6 месяцев назад

      Creating logic for applications is crucial. We have explained how we create our logics in this video: ruclips.net/video/tzyNRR9bJV8/видео.html
      This will help you.

  • @syoyo7113
    @syoyo7113 9 месяцев назад +1

    Hi. May I know the version of Gradio and python interpreter that you are using?

    • @LearnOpenCV
      @LearnOpenCV  9 месяцев назад

      Python 3.10 and gradio v3.40.1

  • @atharvtambekar8733
    @atharvtambekar8733 8 месяцев назад +1

    can i integrate this into a react-native app !!??

    • @LearnOpenCV
      @LearnOpenCV  8 месяцев назад

      Yes you can! Reply with your webapp link and I'll be sure to test it out. :D

  • @think7022
    @think7022 9 месяцев назад

    Plz reply me sir can we built an app for android for motion detection with python code embedded with java 🤔🤔

    • @LearnOpenCV
      @LearnOpenCV  9 месяцев назад

      You could, but why do you want to embed Java code? OpenCV is available for Java.

  • @PrashantDevshali
    @PrashantDevshali 6 месяцев назад +1

    hey how can I use streamlit for web interface ?

    • @LearnOpenCV
      @LearnOpenCV  6 месяцев назад

      You can upload your app to streamlit share.

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

    To to execute it on vs code ?

  • @srivatsakulkarni8250
    @srivatsakulkarni8250 10 месяцев назад

    Where in the code should we give video as input and where is the output recorded

    • @LearnOpenCV
      @LearnOpenCV  9 месяцев назад

      Run the app Gradio-Squats (LINK in description) . There are 2 tabs : Upload video and Live Stream. Use the appropriate one, Hope this helped

  • @JorgeLopez-oc7tt
    @JorgeLopez-oc7tt 4 месяца назад

    it seems streaming on gradio isn't working

  • @SaqibHussain-in9gs
    @SaqibHussain-in9gs 4 месяца назад +1

    Can you provide the Code?

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

      Please find the code in the download code section of the blog post!

  • @maysoonbaraka8712
    @maysoonbaraka8712 Год назад +1

    Can I change to another exercise.? You did a great job!

    • @LearnOpenCV
      @LearnOpenCV  Год назад +1

      Thank you. :) For another exercise, you will have to write the code and logic for it.

    • @ishachaudhari6494
      @ishachaudhari6494 Год назад

      Can u give some hints about another exercise..?how to do it

    • @aminehmida8489
      @aminehmida8489 7 месяцев назад

      @@ishachaudhari6494 i think the key here is you figuring out the thresholds and limits of the exercise you want. Try recording yourself doing it, watch the recording of the correct exercise and build from there. Other than that, it should be straight-forward since this code does it for squats.

  • @kumardeepam
    @kumardeepam Год назад +1

    Would there be a detailed tutorial?

    • @LearnOpenCV
      @LearnOpenCV  Год назад +1

      You can find a detailed blog post here: learnopencv.com/ai-fitness-trainer-using-mediapipe/

    • @kumardeepam
      @kumardeepam Год назад +1

      @@LearnOpenCV thank you

  • @igtar3926
    @igtar3926 26 дней назад

    how its use in android app C# maui

  • @RazorLiveGG
    @RazorLiveGG Год назад

    I have a question, once the code is executed, the live stream section does not work, it pretends to turn on my camera but nothing is displayed, how can it be resolved?

    • @LearnOpenCV
      @LearnOpenCV  Год назад

      This application is deployed on Strealit that has issues rendering it Live. Since then we have moved it from StreamLit to Gradio.Please find the updated link in the description

  • @drm8164
    @drm8164 Год назад +1

    Hi, please can i get to script ?

    • @LearnOpenCV
      @LearnOpenCV  Год назад

      You can find the Python scripts here: github.com/spmallick/learnopencv/tree/master/AI-Fitness-Trainer-Using-MediaPipe-Analyzing-Squats

  • @manavpanchal2355
    @manavpanchal2355 6 месяцев назад +1

    good ai knowledge but no exercise knowledge

  • @vasudevan2917
    @vasudevan2917 Год назад +1

    Please provide the code

    • @LearnOpenCV
      @LearnOpenCV  Год назад

      Find the code here: learnopencv.com/ai-fitness-trainer-using-mediapipe/

  • @mazentarek5651
    @mazentarek5651 Год назад +3

    that's my grad project idea, guys, you've just ruined it. 🥲

    • @LearnOpenCV
      @LearnOpenCV  Год назад

      Hey, you can definitely try for other exercises. :D