Great tutorial. All these youtube videos will make excellent training data for the AI. I'm still learning, but I see it as becoming a hobby very soon. When you've seen tools like pythagora, you know it's over. They'll do every single part of it, and write unit and integration tests as well (which is good, because I never did...)
Can u provide a proper road map for model building of auto encoders and variational auto enconders or make a playlist regarding it with all perquisite knowledge
hi mam thanks for these precious videos, mam can you create a video on Gated VIT regarding its architecture how it's different form VIT transformer with respect to any image related tasks, wating for a video on this topic as there isn't any video on this topic " Gated Vision Transformers "thanks
One of the best videos i came across.
Thanks!
Really appreciate your efforts ma'am. Thank you for uploading this amazing video
Welcome!
excellent learning resource...Thanks.
You are welcome!
Great tutorial. All these youtube videos will make excellent training data for the AI.
I'm still learning, but I see it as becoming a hobby very soon.
When you've seen tools like pythagora, you know it's over.
They'll do every single part of it, and write unit and integration tests as well (which is good, because I never did...)
Glad you enjoyed the tutorial. AI tools are definitely getting more impressive, and it’s exciting to see how much they can automate. Enjoy learning 🙂
@@CodeWithAarohi - the rate is nuts. It will be like 2 weeks from now. The AI is inventing new things already...
Amazing video
Thanks for watching!
Perfect
Thanks!
Very nice
Thanks
genia gracias por compartir tus conocimientos
Thank you!
Great.
Thanks!
Can u provide a proper road map for model building of auto encoders and variational auto enconders or make a playlist regarding it with all perquisite knowledge
Noted! This is going to be a lengthy playlist but I will try to cover.
Hello Ma'am, please make a video about how yolo is working in background the architecture.
Noted!
Great. Can you make a video setup yolov11 in jetson orin?
I don't have jetson Orin. Sorry.
Ma'am please make a video on
Copy move forgery detection in video using machine learning
hi mam thanks for these precious videos, mam can you create a video on Gated VIT regarding its architecture how it's different form VIT transformer with respect to any image related tasks, wating for a video on this topic as there isn't any video on this topic " Gated Vision Transformers "thanks
Will try to cover soon
Mam, could you guide me for emergency vehicle detection and classification using deep learning research topic?
please also add plate number text extract as well
Will cover that in upcoming videos.
you are mentioned about the CPU? is it running on Nvidia jetson nano board cpu
No, It is running on my local PC
Mam could you Please make the next video on Hugging Face Stable-diffusion-3.5-large Model that Generate Image it is open Source model FREEto use.
I will try!
Hi
I am getting error while executing first block of code
AttributeError: Can't get attribute 'C3k2' on
Upgrade pip and then try again.
@@CodeWithAarohi Tried but not working
cv2.line(frame, (690, line_y_red), (1130, line_y_red), (0, 0, 255), 3)
Can you tell me how did you choose 690 and 1130 in the above code?
You can use any tool which will help you know the position where to draw the line.