Creating Your Own AI Fitness Trainer: Analyzing Squats with MediaPipe

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.ย. 2024

ความคิดเห็น • 37

  • @LearnOpenCV
    @LearnOpenCV  10 หลายเดือนก่อน +1

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

  • @tinnguyenfit
    @tinnguyenfit 14 วันที่ผ่านมา +1

    deep squat is actually good

  • @SaqibHussain-in9gs
    @SaqibHussain-in9gs 3 หลายเดือนก่อน

    Is there is any video while building it?

  • @pradnyapatil272
    @pradnyapatil272 6 หลายเดือนก่อน +1

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

    • @LearnOpenCV
      @LearnOpenCV  5 หลายเดือนก่อน

      Creating logic for applications is crucial. We have explained how we create our logics in this video: th-cam.com/video/tzyNRR9bJV8/w-d-xo.html
      This will help you.

  • @ahmedahras903
    @ahmedahras903 16 วันที่ผ่านมา

    To to execute it on vs code ?

  • @JorgeLopez-oc7tt
    @JorgeLopez-oc7tt 3 หลายเดือนก่อน

    it seems streaming on gradio isn't working

  • @user-du8hj6rg6v
    @user-du8hj6rg6v 4 หลายเดือนก่อน +1

    hey how can I use streamlit for web interface ?

    • @LearnOpenCV
      @LearnOpenCV  4 หลายเดือนก่อน

      You can upload your app to streamlit share.

  • @syoyo7113
    @syoyo7113 8 หลายเดือนก่อน +1

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

    • @LearnOpenCV
      @LearnOpenCV  8 หลายเดือนก่อน

      Python 3.10 and gradio v3.40.1

  • @atharvtambekar8733
    @atharvtambekar8733 7 หลายเดือนก่อน +1

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

    • @LearnOpenCV
      @LearnOpenCV  6 หลายเดือนก่อน

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

  • @srivatsakulkarni8250
    @srivatsakulkarni8250 9 หลายเดือนก่อน

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

    • @LearnOpenCV
      @LearnOpenCV  8 หลายเดือนก่อน

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

  • @think7022
    @think7022 7 หลายเดือนก่อน

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

    • @LearnOpenCV
      @LearnOpenCV  7 หลายเดือนก่อน

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

  • @maysoonbaraka8712
    @maysoonbaraka8712 11 หลายเดือนก่อน +1

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

    • @LearnOpenCV
      @LearnOpenCV  11 หลายเดือนก่อน +1

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

    • @ishachaudhari6494
      @ishachaudhari6494 10 หลายเดือนก่อน

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

    • @aminehmida8489
      @aminehmida8489 5 หลายเดือนก่อน

      @@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.

  • @SaqibHussain-in9gs
    @SaqibHussain-in9gs 3 หลายเดือนก่อน +1

    Can you provide the Code?

    • @LearnOpenCV
      @LearnOpenCV  3 หลายเดือนก่อน

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

  • @manavpanchal2355
    @manavpanchal2355 4 หลายเดือนก่อน +1

    good ai knowledge but no exercise knowledge

  • @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

  • @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

  • @vasudevan2917
    @vasudevan2917 11 หลายเดือนก่อน +1

    Please provide the code

    • @LearnOpenCV
      @LearnOpenCV  11 หลายเดือนก่อน

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

  • @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

  • @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