Building an AI Robot that can be trained! || Using an NVIDIA single board computer

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

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

  • @NullPointer
    @NullPointer 3 года назад +247

    The thing about AI is that it's not creating an algorithm to compare the current image to the ones you fed it before, but instead creating a model that can generalize what "blocked" and "free" means, even for images or places that it has never seen before, that's the awesome thing with AI

    • @greatscottlab
      @greatscottlab  3 года назад +39

      Well explained :-)

    • @BlackXeno
      @BlackXeno 3 года назад +2

      If I expect an AI bot, it would be to recognize what blocked and free means based on certain parameters, rather than a pattern in an image associated with blocked or free (in this case the leg of the chair might mean blocked). so I assume using it in another room with different walls or chairs ecc would completely confuse the bot. did I got the concept right?

    • @andrekoczka3777
      @andrekoczka3777 3 года назад

      @@BlackXeno not necessarily, if you feed it with tens or even hundreds of thousands of images from houses, it would pretty much work in any room. In this case, if the other room has similar walls and general traits it might still work, just not as well as in the original room.

    • @NullPointer
      @NullPointer 3 года назад +15

      ​@@BlackXeno something like that, let me explain further.
      Old image recognition methods will have the problem that you mentioned, because they were based of examples of concepts, not concepts themselves.
      Imagine that you go to a new place, and there's a chair there, you have never seen that chair before, nor have you ever seen that kind of chair, but you know what a chair looks like, so you don't have to be told what it is. AI is the same, you teach the AI to know the essense of your problem, object, etc.
      Imagine that you want your AI to tell wheter something is a chair or not, so you feed 5 images of red chairs, and 5 images of green "not chair" objects; your data will not be varied enough to tell what a chair is, so it'll try to guess by very limited patterns, so for example, because it always sees photos of red chairs, it will assume that all chairs are red, so green chairs will not be recognized.
      The key is in training you AI with very varied and clear data, so it starts to recognize your object by it's core concept, and not what differentiates two similar kind of objects.
      In conclusion, well trained AIs will generalize, that means understanding your problem well enough that they can recognize patterns on data never seen before, just like we do.
      I hope I was clear enough! :)

    • @BlackXeno
      @BlackXeno 3 года назад +2

      Thanks to all. there's a way to ask to the network if it got the right concept? I read once of a tank recognition AI, failed, because associated the background grass to be the enemy. Which proofs the need to truly varied data. I wonder if was possible to verify this ahead, analitically...

  • @AdityaGupta-xg7ez
    @AdityaGupta-xg7ez 3 года назад

    Hello sir , could you please make a tutorial discussing different types of programming ways to program AVR chips - serial programming , UART programming, Parallel programming , usb programming , and with that can you make a tutorial on how to make your own usb , uart and serial programmer ( without chip ) from scratch to program any AVR ICs 🙏🏽 thank you sir please do read this and reply if u can 🙏🏽

  • @elefectojoule2683
    @elefectojoule2683 3 года назад

    More ia robot !!!

  • @tafsirnahian669
    @tafsirnahian669 3 года назад +244

    NEXT EPISODE: HEART PACEMAKER 'DIY' or 'BUY'?

    • @elissitdesign
      @elissitdesign 3 года назад +1

      🤪

    • @drobotk
      @drobotk 3 года назад +9

      Yes, and of course, with an arduino nano.

    • @joewulf7378
      @joewulf7378 3 года назад +19

      sounds more like 'DIE' or 'BUY'

    • @hansdampf640
      @hansdampf640 3 года назад +1

      @@joewulf7378 it´s fine electronics but no nanoscience haha

    • @JjMn1000
      @JjMn1000 3 года назад +2

      Yes

  • @tanmay______
    @tanmay______ 3 года назад +51

    Maybe the next step could be adding another camera for 3D vision.. Could the Jetson board handle that?

    • @greatscottlab
      @greatscottlab  3 года назад +19

      Should be able to pull it off :-)

    • @sarmadrafique4472
      @sarmadrafique4472 3 года назад +1

      what about a ToF(time of flight) camera

    • @GCKteamKrispy
      @GCKteamKrispy 3 года назад +4

      @@greatscottlab Or lidar for 3d vision

    • @mubashirsoomro6
      @mubashirsoomro6 3 года назад +1

      Can attest to this, yes it can, as long as the stream is 720p@30fps, but even then your frame rate will be close to 1 FPS or maybe a bit higher
      Edit: Just to add to this, the board is not powerful enough to handle ML based inference and 3d vision at the same time

    • @BenjaminAdkins97
      @BenjaminAdkins97 3 года назад +1

      You could look into the Intel RealSense Depth and SLAM(location) Cameras. They do some of the computation on the camera themselves so it isn't as taxing on the Jetson nano. JetsonHacks is the best channel for that. He's made lots of videos specifically about Jetson + RealSense cameras and even manages a few git repositories, really good stuff.

  • @reecejones5451
    @reecejones5451 3 года назад +43

    This could be a really neat unsupervised learning project!

    • @sieuweelferink6852
      @sieuweelferink6852 3 года назад +2

      Actually it is supervised learning since a human manually annotates the images into different classes. In this case either obstacle or no obstacle. Unsupervised would be if both classes would be shot randomly and not ordered by a human into separate folders. And then let the AI model figure out a pattern by itself. For example a VAE would do this.

    • @georgemazzeo7226
      @georgemazzeo7226 3 года назад +2

      I think he just meant it could be. That’s what I was thinking too doing it with reinforcement learning instead and let it bump into a few walls. You probably could get away without adding another sensor if you can see that your trying to move forward but aren’t but another sensor would def make it better for detecting when it hit a wall.

    • @sieuweelferink6852
      @sieuweelferink6852 3 года назад +1

      @@georgemazzeo7226 could be something to try. But reinforcement learning requires a lot of trail and error. I am talking about a couple thousand tries to get something driving. Let alone advanced navigation. So you need to physically put the car back at the start a couple thousand times which is not really doable.

    • @reecejones5451
      @reecejones5451 3 года назад +2

      @@sieuweelferink6852 I was thinking you could add a bump sensor on the front, if the car hits something then it could automatically back up and maybe choose a random direction to turn (perhaps weighted by its confidence in the blockedness of that direction)

  • @syedsulaiman8380
    @syedsulaiman8380 3 года назад +95

    Never clicked faster before on a great Scott video

  • @Enigma758
    @Enigma758 Год назад +8

    If the robot had an ultrasonic sensor, it seems as though it could take its own pictures and learn on it's own without having to be explictly trained.

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

    Please prepare a video on ,'multi modal mobility morphobot project robot'

  • @rpavlik1
    @rpavlik1 3 года назад +9

    Cool! Note that the raspberry pi, especially pi 4 can do deep learning tasks: Adafruit has a bunch of demos showing it off. But, I think they all use tensor flow lite, not pytorch.

  • @MichalKottman
    @MichalKottman 3 года назад +1

    "Python... the language used by Raspberry Pi"... Sorry for being pedantic, but Raspberry Pi can run any compiled or interpreted language that has ARM compiler just fine. C, C++, Java, Go, Python, Lua, Perl, Nim and many more run just fine.

  • @alexwolfeboy
    @alexwolfeboy 3 года назад +8

    A cool way to continue the project, is implementing a pathfinding algorithm. Use the object avoidance to have the robot navigate to a specific location within your house.

  • @ridinggoose4169
    @ridinggoose4169 3 года назад +13

    Humans: *AI exists* we are going to die
    AI: if picture equals to "blocked" turn, else drive

    • @TheJay6621
      @TheJay6621 3 года назад +2

      After reading your comment,
      GPT-3 laughed in ML

  • @osa1121-
    @osa1121- 3 года назад +3

    U know!!??
    U should make a car design smarter than Tesla
    That stops on all stop needs
    And so on!!
    I am lazy right now as it's 9:43 in the night so there are grammatical mistakes so just ignore them ;)

    • @xboxgamer9216
      @xboxgamer9216 3 года назад +5

      U sure u r not also drunk.

    • @osa1121-
      @osa1121- 3 года назад +1

      @@xboxgamer9216 idk
      I was just lazy :)
      So i wrote what came to my mind

  • @jakob1379
    @jakob1379 3 года назад +2

    Really interesting video, and I would for you to continue educating people with interesting idea. Can we please agree to not call it AI? It's a meaningless term that should be replaced with proper descriptions such as machine learning, computer vision etc. In the appropriate situations

  • @jamesgrim8606
    @jamesgrim8606 3 года назад +18

    From his first video to all of his videos always a joy to watch and learn something new. Keep up the awesome work you do Great Scott

  • @k0r1n50
    @k0r1n50 3 года назад +17

    I like the fact that you face the camera to urself when doing the intro

  • @powertomato
    @powertomato 3 года назад +3

    The creation of the model/neural network usually takes quite a bit more computing power than the network will then take once deployed
    I wonder if it's possible to train on a computer with a powerful GPU and then deploy the model on something rather weak like a rapsberry PI

  • @pedrovelazquez138
    @pedrovelazquez138 3 года назад +3

    I recommend the courses from Coursera on Deep Learning. They are really helpful!
    At first I did not understood how it worked but, with the courses I realized the tremendous potencial that it has for many aplications. It merges nicely with mechatronics and electronics too.

    • @iAmCbasBoy
      @iAmCbasBoy 3 года назад +1

      Do you recommend a specific one? I just started looking into AI CV and have some python experience

    • @pedrovelazquez138
      @pedrovelazquez138 3 года назад +1

      @@iAmCbasBoy You can choose the Courses from Deep Learning with Andrew Ng. This is with Python.
      But, if you want to know the details about machine learning and neural networks, you can choose the course Machine Learning with Andrew Ng from Stanford... the last one is free.

  • @favouremmanuel8876
    @favouremmanuel8876 3 года назад +3

    I think ultrasonic sensor could be used with camera sensors to make the Robot notice objects and obstacles more efficiently

  • @69iqtutorial
    @69iqtutorial 3 года назад +3

    Uh i dont know why im so late, i got the notification 10 min later, any solution? Pls tell if you know...

    • @greatscottlab
      @greatscottlab  3 года назад +1

      Turn on all notifiactions :-)

    • @69iqtutorial
      @69iqtutorial 3 года назад +1

      @@greatscottlab actually all are turned on

    • @BoingoInstaller
      @BoingoInstaller 3 года назад

      Try to unsubscribe, wait a minute, subscribe again and turn on notification
      RUclips is truly piece of "you know", we should move to another platforms, LBRY for example

  • @ollimacp
    @ollimacp 3 года назад +1

    Deep Learning is totally possible on raspi 3 or 4 (even convolutional neural nets), when training the code on a pc -> just search for Donkey Car and you will find everything you'll need to know.
    Expensive Training needs a GPU just running the network doesn't need a gpu.

  • @Produkt_R
    @Produkt_R 3 года назад +3

    Let's see how it reacts to a mirror

  • @ANTOSGARAGE
    @ANTOSGARAGE 3 года назад +1

    Great video sir but I have a doubt....The same can be made with Hc-sr04 Ultrasonics sensor with Arduino which detect the obstacles right....what's the difference .... sorry I'm not teasing you but I just want to know....?

  • @Ltsoftware3139
    @Ltsoftware3139 3 года назад +3

    Cool! It's amazing that people from all domains get interested in Machine Learning. Every domain of activity can benefit greatly from using these algorithms, but sometimes we underestimate the domain-specific knowledge needed to understand and solve the problem.

  • @Adi-lv9bo
    @Adi-lv9bo 3 года назад +1

    This is getting absurd, every one on youtube who make an AI thing, have same stupid idea on use AI and du what can be done with logic circuits, is not even necessary for a microcontroller, just a few logic IC and some optic sensors.

    • @greatscottlab
      @greatscottlab  3 года назад

      Not quite. AI goes way deeper than logic circuits and optic sensors.

    • @Adi-lv9bo
      @Adi-lv9bo 3 года назад

      @@greatscottlab I know what are you saying, but end result is a robot that moves randomly and avoid collision

    • @Adi-lv9bo
      @Adi-lv9bo 3 года назад

      @@greatscottlab what about a robot that can find something using hints, for exemple recognize a pat which should follow, find piece of bread following crumbs, etc.

  • @GregKeane
    @GregKeane 3 года назад

    does anyone have any suggestions?
    I have a Chinese motor driver (BLD300B)
    I would like to connect it to either a JETSON NANO or a laptop computer, how would I go about do this?

  • @electronic7979
    @electronic7979 3 года назад +1

    Excellent

  • @Schjoenz
    @Schjoenz 3 года назад

    You said "autoMOnous" instead of "autoNOmous".. it's just a small detail but I think you might need to know and will be helpful for your next video.. I love all of your videos since the first time I sub..

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

    If I added 2 wheels on the back, that aren't controlled by any components, would that work or would it mess up the original build.

  • @FRESNEL_COOKING_SOLAR_OVENS24
    @FRESNEL_COOKING_SOLAR_OVENS24 3 года назад

    Tesla is not a self drive. Can drive only on highways where is not coliding with other people in the junctions. Elon Musk won't manage Tesla for a very long time. As other technologies will come up
    Self driving vehicles can be achived as long as you have digital signals on the streets that can comunicate with all the vehicles....only when the world traffic its 100% electric. So no other vehicles can be involved or intersected from outside the wifi communication at red and green signals. There would not be human involved to control the vehicle start and stop in junctions. Because every traffic junction would be autonomously comunicating with every single lane of traffic to let cars drive and stop autonomously till reaching the presetted destination.

  • @kardeef33317
    @kardeef33317 3 года назад

    A Tesla a few days ago with 1 man in the backseat and one in the passenger drove off the road into a tree and bust into flames killing both people.
    P.S. it's against the law to operate a motor vehicle without someone in the driver's seat.
    P.P.S. Here in Houston it happens alot with regular cars cause are roads are so messed up and a lot of times have conflicting markings because they have been changed and/or repaired 100's of times. If the roads here can confuse people who have driven them decades can expect a A.I. to be able to decipher them....

  • @fotmheki
    @fotmheki 3 года назад +1

    You can actually use Raspberry PI with TensorFlow Lite

  • @tejasjoshi781
    @tejasjoshi781 3 года назад

    SIR SUGGEST ME A SENSORS WHICH CAN DETECT PLASTIC .?? Whose libraries are also available online for proteus..

  • @cursorop1716
    @cursorop1716 2 года назад

    Can we do it without using raspberry Pi ... Just sending video footage to computer wirelessly and then giving it commands from computer to avoid or not.. I'm want to make project using this concept where I can just give it destination and it will automatically travel towards it avoiding obstacles

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

    I would like to build an ai pet , with flying capabilities, not like a bird more a drone, I have pets that would enjoy plying with something that can learn, they love music and they are interested in everything

  • @alperenkaya2798
    @alperenkaya2798 3 года назад

    Firstly thanks much scott for the video. But I need to say that Ur accent is really annoying😅😳. I couldn't focus on the things except Ur voice. I'm sorry to say that but it is fact.

  • @atharvap8
    @atharvap8 3 года назад +1

    Great video as name!! Surely a informing and interesting project!Looking ahead for a new video. And thanks for such a great knowledge and content. MUCH LOVE FROM INDIA😊😊

  • @sumeshsarkar9863
    @sumeshsarkar9863 3 года назад +1

    For just making obstacle detecting bot, why can't we use ultrasonic or ir? It would also do the same but in easier way I guess......

  • @ebrocoliphoto
    @ebrocoliphoto 3 года назад +10

    Jeremy : put nvidia on title
    PC guy : hello

  • @SaminaZafar270
    @SaminaZafar270 3 года назад +1

    Make rubik's cube solving robot which takes pictures of each side of cube and give an algorithm to solve it

  • @tech-a-tronics650
    @tech-a-tronics650 7 месяцев назад

    Would love to see a lidar connected to this bot and hopefully running ROS, we will be able to map the surroundings.

  • @JR-je7ce
    @JR-je7ce 3 года назад

    Don't know if it was just a uk thing but does anyone remember the real robots magazines that were out in around 2001 that came with parts each week to make this little bug thing with proximity sensors and stuff

  • @lonewretch
    @lonewretch 3 года назад +1

    Holy buckets, face reveal. You are not the person I imagined all this time!! lol :)
    (alternative title, I've never seen a video with your face)

  • @MCsCreations
    @MCsCreations 3 года назад +1

    Really interesting indeed! 😃
    Too bad it can't learn for itself... I mean, trying, colliding and taking pictures of where not to go... You know?
    But other than that, it's a pretty impressive little kit! 😃
    Stay safe and creative there! 🖖😊

  • @gaberbrkat6622
    @gaberbrkat6622 3 года назад

    To be completely fair you should let it run in another place other than corridor cause if you lets it run just in the corridor you wont take advantage of any AI software cause it would be just remebering photos that are already taken not comparing with new photos

  • @gameandelectronic8369
    @gameandelectronic8369 3 года назад

    Hey, can you make a video, about making a simple code for tft display, so it can play a video and open some image. I already try it l, and i can't make it work

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

    Eye ball Paul could keep a pace maker in time according to Kevin at Perry's funeral.. heart failure is a bitch

  • @vishwasshettyv
    @vishwasshettyv 3 года назад +1

    The writing hand has a face also 😀👍

  • @666aron
    @666aron 3 года назад +1

    Amazing project. Maybe a balancing bot for an upgrade (wink wink)? It is fascinating how affordable these sbcs become. One thing that always bothers me, when I see people designing mobile robot project, or rather not bother, but simply curious: why do people use dc motors without quadrature encoders?

  • @knightdeluxegaming
    @knightdeluxegaming 3 года назад +2

    I really want to learned those application of machine vision but im *broke* sad noises.

    • @greatscottlab
      @greatscottlab  3 года назад +1

      Sorry about that

    • @mohamedabdelhamed191
      @mohamedabdelhamed191 3 года назад +1

      You can learn them on youtube btw and implement a single digit classifier easily on your laptop, you can search for MNIST dataset classifications. Good Luck

  • @dhrubojyotighosh9592
    @dhrubojyotighosh9592 3 года назад +2

    Im your very first viewer of this video, btw you are really a great scott

    • @greatscottlab
      @greatscottlab  3 года назад +1

      Hey, thanks!

    • @dhrubojyotighosh9592
      @dhrubojyotighosh9592 3 года назад

      @@greatscottlab Sir you are my inspiration to learn about electronics (me = 13 y/o) and you are welcome

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

    brother the one you made in this video is the one with Jetson Nano or without jetson nano ?
    Im considering this topics as my uni project so please help

  • @igen2019
    @igen2019 3 года назад

    Good... Good.. But this kit is very expensive. (250 euros)

  • @mr-momomourad6475
    @mr-momomourad6475 3 года назад

    we need sensitive metal detector for this AI Robot ......can you make metal detector tutorial using microcontroller like arduino

  • @michalkana9764
    @michalkana9764 3 года назад +2

    Almost unbelievable how today's electrical hobbyists have many ways to create fun project.
    Btw where you get jumper wires for your prefboard projects?

    • @electronicguy4550
      @electronicguy4550 3 года назад +1

      Its called silverd copper wire

    • @michalkana9764
      @michalkana9764 3 года назад +1

      @@electronicguy4550 thank you for answer, but i also mean wire that he shown in his first essential tools video, he shown pliers that can bend this wire acros two holes in prefboard. Thick, strait wire.(i dont know how to describe it beter, im from Czechia.)

  • @moonmatthew
    @moonmatthew 3 года назад +2

    WoW! Such cool video! Thanks for next awesome video!

  • @Nway257
    @Nway257 2 года назад

    I'm 16 year old and I have a wish for learn anything that has to do with artificial intelligence and hardware electric engine ect .....

  • @akshitgaur8581
    @akshitgaur8581 3 года назад

    When you realise a single board computer is more powerful than your pc.

  • @sandeepnaik6818
    @sandeepnaik6818 3 года назад +1

    *Give it shape of R2D2*

  • @tmastersat
    @tmastersat 3 года назад

    AI my butt. Why is everyone claiming ai now this 8s just programming not ai

  • @upekshawetthasinghe906
    @upekshawetthasinghe906 3 года назад

    Yo you even don't know about the graphic cards Nvidia make , you have no idea about computers

  • @sarmadrafique4472
    @sarmadrafique4472 3 года назад +1

    How about using a ToF(Time of Flight) Camera?

  • @peachpotatochips473
    @peachpotatochips473 3 года назад +5

    This Channel is like my second school because I learned a lot knowledge about electronics and stuff from here. You're awesome!

  • @farahhappy4970
    @farahhappy4970 3 года назад +1

    keep your nvidia board in a safe place
    arduino boards start planning for something evil

  • @samda7109
    @samda7109 3 года назад

    Schönes kleines Spielzeug. Mit IR-, US- oder Radar-Sensoren hätte man sich allerdings das teure Board sparen können uns selbe Ergebnisse bekommen. Für AI mit Kamera ist das aber echt Nice geworden. Erinnert entfernt an die neuen Drohnen die Objekte und Personen verfolgen können ohne gegen Hindernisse zu fliegen. www.drohnenhandbuch.de/follow-me-modus

  • @ishigamiyu1991
    @ishigamiyu1991 3 года назад +1

    Automonous vehicle

  • @blackerhawk1508
    @blackerhawk1508 3 года назад

    Thas an awesome pice of hardware, but, I have a question: can it run crysis?

  • @bharath5673__
    @bharath5673__ 3 года назад

    This is still OK but, I think it's better to mainly focus on electricals and electronics, coz even AI need computers, computer with power, yes lot of power for computations,, and how abt researching towards less power usage?,? 😶

    • @bharath5673__
      @bharath5673__ 3 года назад

      Off course tiny ml existed,, but still lot of loop holes there too

  • @hr.differentmind2048
    @hr.differentmind2048 3 года назад +2

    love you greatscott. . and also your voice

  • @emmoemminghaus6455
    @emmoemminghaus6455 3 года назад

    omg... there is no artificial intelligence... even when a blone trys to dye hairs black... there are only trys nothing else

  • @ahmedhesham6944
    @ahmedhesham6944 3 года назад +2

    can you make a series about jetson nano?

  • @ssaniljainn
    @ssaniljainn 3 года назад +1

    can we implement the same Ai training model for collision avoidance in drones, too?

  • @michaelmullen7237
    @michaelmullen7237 3 года назад +1

    It been a long time

  • @kiniax2753
    @kiniax2753 2 года назад

    i seen the prices and decided i cant afford to even open youtube videos abt robotics let alone actually start the hobby ouch

  • @Xumatro
    @Xumatro 3 года назад +11

    1:09 "automonous", 1:47 "automonously", lmao

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

    I want to create an ai robot for the plumbing industry, where do I start?

  • @salvatorecristiano2030
    @salvatorecristiano2030 3 года назад +2

    Why can't i like this video more than once?

  • @JCBOOMog
    @JCBOOMog 3 года назад +1

    Just got home from a walk

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

    Why did you show yourself, you wad always anonimous now you have broken it

  • @DanielH
    @DanielH 3 года назад

    Now teach it to take over the world

  • @mr.coolio4321
    @mr.coolio4321 3 года назад +8

    I love how Jeremy's German accent causes him to say *vikipedia*

    • @revealingfacts4all
      @revealingfacts4all 3 года назад +3

      Never knew his name was Jeremy. Assumed it was Scott all these years...

    • @gregclare
      @gregclare 3 года назад

      @@revealingfacts4all LOL. same. Who’s Scott then? Scott must be Jeremy’s mentor, since apparently Scott is great! :-)

    • @superman111123321
      @superman111123321 3 года назад +2

      @@gregclare ruclips.net/video/yX4ZguOZjhs/видео.html&ab_channel=ManticoreEscapee

  • @judo-rob5197
    @judo-rob5197 3 года назад +1

    I read somewhere that the Raspberry Pi will in the future have an AI chip on it. That would be cool.

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

    Change the title to "How to assemble Pre Build AI robot set"

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

    You Should re do this project as Ai has come a long way…

  • @SEEMAKUMARI-qf3qk
    @SEEMAKUMARI-qf3qk 3 месяца назад

    Simply use Arduino and a ultrasonic sensor. 😂😂

  • @treemanzoneskullyajan711
    @treemanzoneskullyajan711 2 года назад

    I've always been smart and had a love of the science but I can't get on in life because I refuse to be a Muppet 365 dusk til dawn, I am slightly sociopathic but I love people as long as the stay away from me I need to prove I am a force of nature

  • @OZtwo
    @OZtwo 3 года назад +1

    Great video. I have been looking at getting a Vector Robot to play with the AI but finding it may not be up to speed. I'm simply looking for something like a Vector robot that can explore the area, charge itself, and more where the AI comes in, be able to collect small objects and take it home. For this why I picked the vector since the base design is perfect yet with too many limitations. A perfect robotic mouse which I am so shocked I can't find anything close to it.

  • @ajaymote4950
    @ajaymote4950 2 года назад +1

    you never disappoint me, your the best😁😁😁

  • @kayakMike1000
    @kayakMike1000 3 года назад +1

    I am totally going to replicate this project and share my results!

  • @emorobotturkiye3639
    @emorobotturkiye3639 2 года назад

    Can we add a speaker and a microphone and add an artificial intelligence that can talk?

  • @donbastum4879
    @donbastum4879 3 года назад

    Hallo ich finde deine Videos sehr gut und unterhaltsam und man kann was lernen, du kommst ja aus Deutschland mich würde es freuen wenn du auch Videos auf deutsch machst oder mit deutschen untertitelt das wehr echt super.

  • @Roe124
    @Roe124 5 месяцев назад

    I am new to programming. Is this considered hard to do?

  • @blanana_m
    @blanana_m 3 года назад +1

    Vroom

  • @Un_Pour_Tous
    @Un_Pour_Tous 3 года назад

    It's not a Unitree however a pistol straped to it will give it a chance.

  • @Reclinted
    @Reclinted 3 года назад +1

    YES

  • @thedevil-night9014
    @thedevil-night9014 3 года назад

    why didn't they just use a proximity sensor i don't understand !

  • @liviuconstantin9960
    @liviuconstantin9960 2 года назад

    Any plans to delve deeper into these A.I. subjects?

  • @ThorstenDeuter
    @ThorstenDeuter 3 года назад +1

    You actually made a product video but I must admit a very good one :D

  • @mj2068
    @mj2068 3 года назад

    constructive dislike for not using desktop computers to train.