🛑 1h to code AI Image Variations App (Super simple!) | OpenAI API React Node.js

Found this hard? Learn the fundamentals of JavaScript here: www.codewithania.com
🚀 Sign up to www.codewithania.com to receive access for the final code.
____
⭐ Check out my IDE here and get 1 month free: jb.gg/get_webstorm
⭐ New to code and none of this is making sense? Watch my '12hr+ KZread Coding Bootcamp' in which you will learn HTML, CSS and JavaScript Fundamentals completely from scratch. It's on my channel and its 100% free.
⭐ In most videos I use Tabnine as my A.I autocompletion tool. You can download it for free here (I get no commission from this link, but am in a partnership): bit.ly/tabnine-top-tool
⭐ You can get a blockchain domain with my affiliate link here: bit.ly/get-a-crypto-domain
⭐ If you would like to buy me a coffee, well thank you very much that is mega kind! : www.buymeacoffee.com/aniakubow
⭐ Sign up for weekly coding tips from my newsletter partnership: bit.ly/JS-tips
You can also find me on:
Twitter: / ania_kubow
Instagram: / aniakubow

Пікірлер: 50

  • @samialvi4226
    @samialvi4226 Жыл бұрын

    One of the most consistent Programmer KZreadr❤

  • @flyflor599
    @flyflor599 Жыл бұрын

    Your explanation was clear and concise, and it was impressive how you were able to break down such a complex topic in an easy-to-understand way. Thank you for sharing your knowledge and expertise with us, and keep up the great work, Ania !

  • @b3rhunter
    @b3rhunter Жыл бұрын

    Great tutorial! I've been waiting for a good Dalle vid! Thanks Ania 🙏🙏

  • @arrow82roc
    @arrow82roc Жыл бұрын

    Worked flawlessly and very easy to understand! You're my awesome new teacher and I'm your new loyal subscriber! ⭐

  • @TheeCryptoChad
    @TheeCryptoChad Жыл бұрын

    Thanks Ania, I have FINALLY found success in the tech world after following your channel and similar ones 🍻 thank you for helping me break into the tech world 😊

  • @hassaneoutouaya
    @hassaneoutouaya11 ай бұрын

    Thank you so much, and much respect to you!

  • @zenazena407
    @zenazena407 Жыл бұрын

    Hello from Lviv,Ukraine.....Thank you for your lessons....Very clever and beautiful girl !!!!!

  • @acor2300
    @acor2300 Жыл бұрын

    this channel is gold

  • @rjmcfly202
    @rjmcfly202 Жыл бұрын

    Bravo, in advance #Greatstuff Keep up the good work 👏

  • @broadcastdave
    @broadcastdave Жыл бұрын

    For those getting an error code 429 on your request or ERR_CONNECTION_REFUSED if you are on the free tier you are limited on the amount of images you can generate. In your server.js file change the value of n to 3.

  • @georzilla

    @georzilla

    9 ай бұрын

    at third request I got 429 with that value in 2.

  • @daevernganendrah7958
    @daevernganendrah7958 Жыл бұрын

    hey Ania, could you also do a tutorial on how to do with the edit function on images?

  • @swfh3542
    @swfh3542 Жыл бұрын

    Ur are videos are super informative.... INDIA

  • @jaeemulhossain7597
    @jaeemulhossain7597 Жыл бұрын

    when will you open a podcast. Your voice is so good

  • @guigreco7344
    @guigreco7344 Жыл бұрын

    Hi!!! Thanks for all your videos! I’m seeing at least 1 video per day! Amazing! Do you have any tutorial that can help me to buy a software for amazon sellers?

  • @TheMau5meister
    @TheMau5meister Жыл бұрын

    I have this app working great apart from the last portion, the image variation option. Every time I upload an image and click "generate" I get an error 400 in my terminal. Has anyone else ran into this issue?

  • @lordlogan3308
    @lordlogan3308 Жыл бұрын

    Ania u keep mic on the same desk as computer? is anoying sound when u tap keys

  • @georzilla
    @georzilla9 ай бұрын

    I love all content from this channel. But 39:27 and I can't continue with this exercise, making requests without a openAI plan is too troubling to keep going (error 429)

  • @p_dubz
    @p_dubz Жыл бұрын

    Followed your tutorial and it worked like a charm! Just wondering how I can make this live on the internet instead of running locally ? Do I have to alter any code or do I have to go through a cloud service ?

  • @cristianadamyt

    @cristianadamyt

    7 ай бұрын

    Did you managed to deploy this to a host?

  • @luisalbertovivas5174
    @luisalbertovivas5174 Жыл бұрын

    The original Ania looks much better than any other version.

  • @user-mh1km3mv7z
    @user-mh1km3mv7z4 ай бұрын

    Ania can you update these openai clone videos? Openai changed their syntax and I'm dont know much programming the example request is different now

  • @munner7
    @munner7 Жыл бұрын

    I'd switch to webstorm for the source code. I'm getting lost somewhere in the first thirty minutes of the video and can't find what I'm messing up.

  • @kingelectonics437
    @kingelectonics4372 ай бұрын

    I love your British accent!

  • @krishandeep17
    @krishandeep17 Жыл бұрын

    Hey Ania, can I get the source code?

  • @moisesespiritosanto2195
    @moisesespiritosanto2195 Жыл бұрын

    Hi, I'm from São Paulo!

  • @thiccbaron
    @thiccbaron Жыл бұрын

    It's been so long i have 'coded' plain css.. Just install tailwindcss please :p

  • @dadongtimur2297
    @dadongtimur2297 Жыл бұрын

    ania , make a video, build a full stack web using chat gpt,

  • @babatumises.r.o.5568
    @babatumises.r.o.5568 Жыл бұрын

    best is original

  • @steezybreeze
    @steezybreeze Жыл бұрын

    working through this tutorial and hitting a roadblock at 33:16 I get status error 401 and unauthorized. API key is in after creating the .env file and linking it up with my API key. Edit: I get an empty [] as my response.

  • @arrow82roc

    @arrow82roc

    Жыл бұрын

    Oh, I stumbled on the same anomaly but found the solution quickly... The variable name of "API_KEY" in .env must exactly match the variable name passed in the server.js file. If you pasted the code snippet from OpenAI API docs, like me, then it was named "OPEN_AI_API_KEY" or something else in their docs. Thus, your .env key is never passed in due to the incorrect variable name.

  • @disrael2101
    @disrael2101 Жыл бұрын

    where's the source code??

  • @worldblazin4209
    @worldblazin4209 Жыл бұрын

    Very successful software. Coming from different video. Enjoyed looking at Project 1 for NoSQL during "freeCodeCamp NoSQL tutorial for beginners" and the teacher explained it clearly and coherently just like my algebra teacher in Junior High School.

  • @vivekkumarshaw6495
    @vivekkumarshaw6495 Жыл бұрын

    Can I get the source code/ GitHub repo

  • @funkypossum6403

    @funkypossum6403

    Күн бұрын

    did you get it?

  • @rodi4850
    @rodi4850 Жыл бұрын

    Where's the git repo with the DALLE Clone ? 🤔

  • @p_dubz

    @p_dubz

    Жыл бұрын

    If you look at her website you can access all her repos for a fee

  • @funkypossum6403

    @funkypossum6403

    3 күн бұрын

    @@p_dubz hey could you please share them? i can't register here

  • @krzyszt0fus
    @krzyszt0fus Жыл бұрын

    Ania 2.0

  • @unkn0wnrge189
    @unkn0wnrge189 Жыл бұрын

    I'm soo busy cant watch but I can confirm, You are too cute, marvelous and beautiful... Every AI that disgraces your beauty shall be destroyed for the crime of sacrilege agaisnt godness Ani.

  • @thunde7226
    @thunde7226 Жыл бұрын

    10 variations of Ania, but with the same brains...............:) bye

  • @zantty.9492
    @zantty.9492 Жыл бұрын

    :)

  • @thespiritualjourney369
    @thespiritualjourney36911 ай бұрын

    you didn't told us that we can only use 3 images instead of 10. bcoz of free tier n all. we all are following you everytime in order to learn so atleast let us know everything before you start. U also didn't let us know about that RAPID API that we will have to pay each day in order to actually use any particular API in our project and run the same.

  • @66_priyeshgurjar97

    @66_priyeshgurjar97

    11 ай бұрын

    Bhai bna kya ye project ..?

  • @sparks1943
    @sparks194311 ай бұрын

    when somebody says simple, I know it will be just the opposite sigh ..

  • @zitansalehin6941

    @zitansalehin6941

    5 күн бұрын

    she always say simple but study, research with this topic many many hours..and may get code from others also..from their community.. and always say simple

  • @hdcomputerkeith
    @hdcomputerkeith Жыл бұрын

    xoxoxoooxooxxx

  • @shapiekhan
    @shapiekhan Жыл бұрын

    Love the way you program but the way you talk is a bit harder for us