Amrit Aryal
Amrit Aryal
  • 8
  • 270 273
Amrit Aryal - Aama Ko Mamata (Official Lyrics Video)
"Aama", the word that can fill everyone with emotions.
This song is dedicated to every mothers all around the world.
Lyrics, Music and Vocal: Amrit Aryal
Lyrics:
Kadai Kadaa ko Baato Bhayeni ...
Kokha Jogaai Hideu Aama
Pidai Pidaa sahera ni ...
Janma Diyeu Malai Aama
Aafno sabai khushi tyaagi ...
Malai Khushi Thaaneu Aama
Mero Harek Sapana Lai ...
Aafno Maani Hideu Aama
Sansar kai Dherai Maya Garne ...
Ek Matra Timi Aama
Mamata Nai Mamata Le ...
Bhariyeki Meri Aama
Harek Chot le Rudai Gardaa ...
Pukarthe Maile Timlai Aama
Dugurdai Timro Chheu Pugi ...
Paltinthe ma ta Timrai Kakh Ma
Malam Bani Niko Parthyo ...
Birsinthe Ani Sabai Chota
Khushi Satne Dherai Hunchhan ...
Dukha Bujhne Timi Matra
Mamata Nai Mamata Le ...
Bhariyeki Meri Aama
Dukha Malai Pardaa Kheri ...
Aanshu Jhaarne Timro Aankha
Duniya Le Kurup Dekhe Pani ...
Sundar Dekhne Timro Aankha
Badhne Chhu Aghi Timrai Saathma ...
Bhulne Chhaina Timro Mamata
Jati Dukha Diye Pani ...
Kam Hunna Timro Maya
Mamata Nai Mamata Le ...
Bhariyeki Meri Aama
Переглядів: 669

Відео

Make a bot that plays chrome dino game in python | OpenCV Tutorial | Beginners
Переглядів 10 тис.3 роки тому
This video will teach you to make a bot that can play chrome's dinosaur game automatically. We will go step by step from scratch to understand each code. Don't worry if you're a complete beginner in computer vision. We will start the video from python installation to final bot testing. Python Download Page: www.python.org/downloads/ Visual Studio Code Download Page: code.visualstudio.com/downlo...
How to do multiple tasks in Arduino | Beginners | millis() function
Переглядів 185 тис.3 роки тому
Have you ever felt difficulties while trying to do multiple tasks in Arduino? If yes, this video is for you 😉. Arduino is not built to do multiple tasks at the same time. It doesn’t support Multithreading like any classic computers you have. It executes instructions one by one in a queue. But the good news is… Still, you can do some tricks to make an illusion of doing multiple tasks at the same...
Create Deepfakes with just one picture in under 10 minutes [Google Colab]
Переглядів 74 тис.3 роки тому
In this video, we will take a photo of Emilia Clarke and animate her face using a driver video. This is done in Googe Colab using first-order-model. Google Colab link: colab.research.google.com/drive/1h222BwCTGQdN4gb7ZLOmpOnSjObPgmIL Github Repository: github.com/AliaksandrSiarohin/first-order-model
Creating music with LMMS
Переглядів 2793 роки тому
This is the first time I have ever tried music software. Really enjoyed creating it. Hope you like it too...
My friend challenged me to draw in ms-paint using only pencil tool with 2$ mouse I have
Переглядів 2224 роки тому
Hope you enjoyed my work Thank you for watching :)
Bujhne lai - Tunna Bell Thapa [ cover ] swimmers
Переглядів 2584 роки тому
This song is very heart touching with good music and lyrics. Hope everyone like it.
Exploring NEPAL -The Next Level Robo-Race | Vector-2nd National Technical Festival
Переглядів 2784 роки тому
Robotics club Paschimanchal Campus is proud to present you a National level robotics competition for the first time in Paschimanchal Campus. The competition will be held as one of the minor events in the technical Festival "Vector".The event will be held on 10th and 11th of Poush. facebook page: wrcrobo vector website: vector.wrc.edu.np

КОМЕНТАРІ

  • @emrekoprulu423
    @emrekoprulu423 2 місяці тому

    I am a fourth year electrical and electronics student. We had to do multiple tasks in our graduation project and we couldn't figure out how to do it. Thanks to you, we solved our problem. I am very grateful to you.

  • @MatiasLeguizamon-bc3zm
    @MatiasLeguizamon-bc3zm 3 місяці тому

    Very well done video, nice editing, clear explanation, it helped me a lot

  • @sosajacobb7973
    @sosajacobb7973 3 місяці тому

    why people hatin in the comments it is an amazing tutorial

  • @Th3_Gael
    @Th3_Gael 4 місяці тому

    You need to make more arduino tutorials. This was short, to the point and showed the full concept unlike other videos where I've been trying to piece it together from several videos.

  • @user-me4vu9mt8c
    @user-me4vu9mt8c 4 місяці тому

    an extremely useful and easy to understand guide, keep up the good work!

  • @maokai8310
    @maokai8310 5 місяців тому

    thank you

  • @mais_it2318
    @mais_it2318 5 місяців тому

    I am curious about what will happen with program, when current time variable will be overloaded. So it will be zero, when previous time is a big number.

  • @SamBatti88
    @SamBatti88 5 місяців тому

    Hi, does currentTime starts count when the Arduino is powered ON or when the loop si starting excuting ? Thank you

  • @user-mh3vj1yg1x
    @user-mh3vj1yg1x 6 місяців тому

    u should try full length arduino master class for beginner to help them out .. ,it would be helpful for sure

  • @zubble7144
    @zubble7144 6 місяців тому

    Your code may creep, should the accumulation of run times of the other tasks cause your timer to advance 2 ticks in one trip of loop(). Instead of global prevTime, use prevTime_T1, prevTime_T2, ..., initialize each in setup. Then each task should compare currentTime minus its own prevTime_Tn > its own interval to trigger task code. AND last part of task advances its prevTime_Tn by its interval (iow not set to currentTime). If you desire for the code to be a bit pickier, get currentTime before each task filter.

  • @ilijamajcen5426
    @ilijamajcen5426 6 місяців тому

    you have a nice way of explaining. thanks

  • @frosty1433
    @frosty1433 6 місяців тому

    Just use interrupts

  • @rallyworld3417
    @rallyworld3417 7 місяців тому

    Hair looks fake

  • @theJonnymac
    @theJonnymac 7 місяців тому

    great video, clear, well throught out. Just great!!!!

  • @juancaldas3119
    @juancaldas3119 7 місяців тому

    colabs does not allow deepfake... the executions are blocked and it does not allow deepfake

  • @govindaaryal2202
    @govindaaryal2202 8 місяців тому

    This is very helpful video, Please make videos for beginners from the basic level.

  • @r4bb1t
    @r4bb1t 8 місяців тому

    What is the problem with millis() % 1000 == 0 ?

    • @amrit5
      @amrit5 7 місяців тому

      millis() doesn't stop counting. If you stuck somewhere for 1-2 ms, you'll probably miss it.

  • @domilopez7765
    @domilopez7765 8 місяців тому

    doensnt working because it asked me is inccorrrect to delete sistems

  • @---------______
    @---------______ 8 місяців тому

    This was very helpful, thank you

  • @rajarshimondal1343
    @rajarshimondal1343 9 місяців тому

    This was truly well detailed and informative video, I was going to make a home automation project with a clock in it, this might solve my problem. Thank you so much ❤❤

  • @liamstone3437
    @liamstone3437 9 місяців тому

    The one thing I did not catch was how the input of 255 typed into the serial monitor was able to change the value of led brightness.

  • @thinkingthing4851
    @thinkingthing4851 10 місяців тому

    I came here for the blah blah blah

  • @karenhammon8410
    @karenhammon8410 10 місяців тому

    Another way is to use one delay at the bottom and count the number of cycles of the loop function.

    • @amrit5
      @amrit5 7 місяців тому

      Nice hack

  • @ashikislam232
    @ashikislam232 11 місяців тому

    This was a very helpful and educational video. Thank you, Sir!

  • @JorgeLuis-po5uq
    @JorgeLuis-po5uq 11 місяців тому

    Very interesting 👌 I will try to make it to my own Arduino thanks 😊

  • @jhonatanemanuel1324
    @jhonatanemanuel1324 Рік тому

    Is there any tool like this that does it in real time?

  • @teamwinston2902
    @teamwinston2902 Рік тому

    bro you have explained very well can i get your help in something ?. i have a timer which operates with 4 buttons and i have function in a loop which will run for 40 seconds . and now i want that my timer and my loop function runs together at same time . can i do that ?

    • @martinkuliza
      @martinkuliza 10 місяців тому

      "and i have function in a loop" You mean you have a Loop IN A FUNCTION YES YOU CAN DO THAT However, instead of killing yourself with Arduino Why don't you pop over to ESP32 Learn about Multi Tasking thefollowing FREE RTOS COMMANDS xTaskCreate (Focus on this) xTaskCreatePinnedToCore (This is popular but over rated but sometimes useful) if that alone doesn't help you , Learn about Queues Semaphore Mutexes See, Unlike processes in Arduino, In ESP32 You don't do this... void setup() { } void loop() { } Instead you do this void setup() { } void Function1() { YOUR ONE TIME CODE GOES HERE for(;;) { YOUR LOOP CODE GOES HERE } } void loop() { } AND YOU CAN CREATE AS MANY FUNCTIONS AS YOU WANT AND EACH FUNCTION CAN BE ASSIGNED PRIORITY with the following line xTaskCreate(Function_1, "Function 1", 2000, NULL, 1, &Function1 ); The priority is the "1" this will allow you to dictate which programs runs first, second or at all so long as you understand THE TASK STATES OF RTOS www.freertos.org/RTOS-task-states.html Your problem is greatly simplified if you use ESP32 and FreeRTOS In Arduino Functions run BY DEFAULT Sequentially In ESP32 BY DEFAULT Assuming all Functions are set to the same priority THEY ALL EXECUTE AT THE SAME TIME There is nothing for you to set LOL

  • @Nayel-Khouatra
    @Nayel-Khouatra Рік тому

    That's a very good video, thanks !

  • @vinothn4228
    @vinothn4228 Рік тому

    This is really a great video . I literally decided to move some 32bit controllers like ESP32 for some multitasking abilities. But, now you made it easier than i thought 💭 😁.

  • @PoFengChen
    @PoFengChen Рік тому

    Unclear, you did not explain what the millis(). Can you confirm that millis() is the time between START time (program starts) and Current time (command executes).

  • @m.fadhiilhaekal7693
    @m.fadhiilhaekal7693 Рік тому

    Very good explanation tysm

  • @mekkicharfi5454
    @mekkicharfi5454 Рік тому

    why all this noise and din in this tutorial

  • @soorajjayashankar3768
    @soorajjayashankar3768 Рік тому

    😍👍

  • @hadibq
    @hadibq Рік тому

    👍👍👍🙏

  • @kythuatphanmem3078
    @kythuatphanmem3078 Рік тому

    8:00 task 3

  • @DIYRobotGirl
    @DIYRobotGirl Рік тому

    I like this project, but it is always done this way. I am interested in how to write a c++ program that the inverse kinematics would be done on arrays and milis in code and not just copying a physical person's movement. It could be done through code and where I could be able to put an actual voice assistant to it. If we can do that in the video then why can't we just create the movements with code and have a live chatbot talking with internet of things assuming we can get a desktop to act a microcontroller to an esp32. Think of using alexa or chatgpt as the voice assistant. Then, the code could do the facial expressions or mouth movements according to alexa speech. The computer vision should be used to give the program(avatar) sight.

  • @Design_Spirit
    @Design_Spirit Рік тому

    Does the output video integrate sound ? or is it visual only ?

  • @benbenameur8429
    @benbenameur8429 Рік тому

    Is there a way with the millis() for the stepper motor tourn only one revolution?

  • @W1RE_F0X
    @W1RE_F0X Рік тому

    You are legendary my dude!

  • @High-TechSolutions
    @High-TechSolutions Рік тому

    Tysm you did a good job teaching!

  • @kyawgyi1903
    @kyawgyi1903 Рік тому

    give me link

  • @Ubabot-ks2bh
    @Ubabot-ks2bh Рік тому

    how do we I use it for video calls

  • @somethingelse419
    @somethingelse419 Рік тому

    How long can the videos be?

  • @benmachiche_abdellah
    @benmachiche_abdellah Рік тому

    always !!!! same error 'demo' 🙁😠😣

  • @amritsvibe3083
    @amritsvibe3083 Рік тому

    May God bless you ❤❤

  • @truth2
    @truth2 Рік тому

    Brother I tried this on mobile phone on website Google Collab. But the issue is I can successfully mount my Google drive but after that , when I tapped on the play button Of NEXT CELL (the cell after Google drive mount cell) Create a model and load checkpoint, showing me error ImportError Traceback (most recent call last) <ipython-input-6-dbd18151b569> in <module> ----> 1 from demo import load_checkpoints 2 generator, kp_detector = load_checkpoints(config_path='config/vox-256.yaml', 3 checkpoint_path='/content/gdrive/My Drive/first-order-motion-model/vox-cpk.pth.tar') 3 frames /content/first-order-model/augmentation.py in <module> 10 11 from skimage.transform import resize, rotate ---> 12 from skimage.util import pad 13 import torchvision 14 ImportError: cannot import name 'pad' from 'skimage.util' (/usr/local/lib/python3.9/dist-packages/skimage/util/__init__.py I saved everything well in my google drive and I played Evey cells till it

  • @TheWitchwarlocker
    @TheWitchwarlocker Рік тому

    why do they copy and paste and run into google account google drive etc.. why they can ezly make upload photo and your video.mp4 upload .. why does they go over lenght ? Why do they do it so hard? if they want to play your photos and video clips google account I data is stolen because they want to steal it

  • @PaoTheDev
    @PaoTheDev Рік тому

    am I the only one who's code does not work on step 5 line 1

  • @addibbaaj2
    @addibbaaj2 Рік тому

    This video is a godsend, thanks for the tutorial mate!

  • @electricelements
    @electricelements Рік тому

    Did anyone catch that he can access ANY of your info stored in Google???