No video

Using The NEW GPT-4 Model To Create Cool Python Apps

  Рет қаралды 104,010

Indently

Indently

Күн бұрын

Пікірлер: 116
@Indently
@Indently Жыл бұрын
Do let me know if there's anything specific that you would like me to try out with the GPT-4 model, I was really looking forward to drawing my own app on paper and sending it to GPT-4, but the online version doesn't have image input as an option yet.
@ajvexports
@ajvexports Жыл бұрын
Hi, wish to write meta description of product images for my eCommerce furniture website,as well for SMO, how can chatgpt help me?
@VanyaYani
@VanyaYani Жыл бұрын
Try an existing codebase with hundreds of modules and ask it to implement a feature or fix a bug
@alexivanova8759
@alexivanova8759 Жыл бұрын
Hey I've got Question, can you creat apps in C# or JavaScript with this GPT 4 Al?
@thangkhenguite9686
@thangkhenguite9686 Жыл бұрын
Can it create a Mathematica program for finding the basins of attraction of Newton - Raphson method?
@ajvexports
@ajvexports Жыл бұрын
what is expected timeline for Image input feature to be enabled?
@RasmusRasmussen
@RasmusRasmussen Жыл бұрын
It would be interesting to see a quality comparison between GPT 4 and 3.5 when it comes to generating code.
@Indently
@Indently Жыл бұрын
That could be interesting! I'll try it out!
@OfficialMazLi
@OfficialMazLi Жыл бұрын
There’s a difference, gpt-4 explains more and try to give complete code instead of just spitting out the functionality, for example gpt-4 gave me a code and it prints out the log of what’s happening when running it
@shearerforgold
@shearerforgold Жыл бұрын
In my case gpt 3.5 worked but did it in a basic way and gpt 4 did it in the proper way. I generated a script that killed something after a certain time and it was hardcoded, gpt 4 took the script and said its best to make it a variable. Another thing was tied to frame time and gpt 4 didn't like that and made it independent of that.
@Sourcecodemastergoaheadcheater
@Sourcecodemastergoaheadcheater 7 ай бұрын
Absolutely
@sgotach_7581
@sgotach_7581 Жыл бұрын
3:40 or use gpt to learn by asking it to add comments and break stuff down for you, last week i didnt know a thing about html and now gpt has taught me a lot
@beharristj
@beharristj Жыл бұрын
Amazing !!! I know a little python but since GPT I can spend more time learning to think logically and it even helps me with that. thank you!
@rccarsxdr
@rccarsxdr Жыл бұрын
I appreciate Indently's clear tutorials. Is it possible create more videos on how to launch GPT4 SaaS business and what are the best tools to scale it with AI tools?
@mikeberger1688
@mikeberger1688 Жыл бұрын
I'm an older guy and spent past few years learning python and tkinter. How chatgpt manages to do this on such vague input is what blows me away. I mean code needs to be precise, yet the instructions to write it aren't really that detailed. It's actually so mind blowing it gives a feeling of discomfort. Is there ANY video out there that gives an insight into what is happening? How in the hell did they write chatgpt? ! What language is it written in?
@shearerforgold
@shearerforgold Жыл бұрын
I think another good thing to show is how you can ask it to give you 10 more types of messages each with 10 possible keywords and in like a minute you have 100 more ready to copy in. I would be curious how many times you could do this! Maybe with 1000 keywords it would be hard to get the error message and it takes minimal work to do this.
@ajvexports
@ajvexports Жыл бұрын
Thanks
@superpayaseria
@superpayaseria 5 ай бұрын
I need someone who codes better than my self and truly understands not only how to use these features in chatgpt 4 but also the base concepts of creation from scratch that would like to help me build the terminator. If that interests you hit me up. I need it now!
@NickWindham
@NickWindham Жыл бұрын
It’s wild that OpenAI is charging $20/month and limiting to 25 GPT-4 prompts every 3 hours and said that cap will get lower. If you’re a power user, such a as for programming, this will make it way less valuable. I hope they can ask the GPT-5 they’re prob working on to make GPT-4 use less compute. They definitely accomplished efficiency with GPT-3.5 Turbo. I’d expect GPT-4 to do the same but it make take a few months
@ame7165
@ame7165 Жыл бұрын
you can ask them for increased limits. the limits are to make sure the people exploring for a month aren't going to absolutely hammer the system as they slowly expand horizontally
@ThankYouESM
@ThankYouESM Жыл бұрын
Please continue with building such a chatbot that does not need an API which can always "learn" from the internet how to write code and from an NLP we can download as trained for.
@webber7300
@webber7300 Жыл бұрын
you have bing already doing that.
@ThankYouESM
@ThankYouESM Жыл бұрын
@@webber7300 Actually, because I am a novice computer programmer... most work contracts will not allow me to develop their software with online access to ensure such a major investment is secure as possible. Therefore... not allowed to use Bing or any other such chatbot that is online reliant. When my team finally gets the new "offline" capable chatbot... the code will be checked by our leading experts to the max and most likely super enhanced for our specific needs. Sorry to have somehow given you the wrong impression.
@lynx4436
@lynx4436 Жыл бұрын
Is it possible for chat gpt to create an inferior or superior version of itself
@justwatching1980
@justwatching1980 Жыл бұрын
Great video! Quick, timely, and to the point. How about a chatbot function that calls out to the GPT4 API to leverage it for responses?
@Indently
@Indently Жыл бұрын
I have one that calls out to the GPT-3 API, and the concept should be exactly the same, except you would have to select the model that's based on GPT-4
@justwatching1980
@justwatching1980 Жыл бұрын
​@@Indently Looks like my comments aren't working. GPT-4's object is different. GPT-3 uses a Completion command with a prompt parameter; GPT-4 uses a ChatCompletion command with a messages object. I sent an example before, but my comment aren't persisting.
@marvelralph3944
@marvelralph3944 Жыл бұрын
@@Indently where to find that video?
@PigOnPCIn4K
@PigOnPCIn4K Жыл бұрын
Ive been having GPT 4 and 3.5 create me a program for a specific purpose involving downloading and converting files then uploading them to chatgpt for a reply and output but boy oh boy has it been a headache getting past all the errors the script gives. I feel like id have had less if i did it my own way. Its still got some ways to go for creating full programs
@Indently
@Indently Жыл бұрын
I mean I can't say it ever gave me exactly what I wanted, so there's probably a lot of work to be done. But it's definitely a good start!
@rwoz
@rwoz Жыл бұрын
I tried creating tic tac toe as a multiplayer game on a website, with a wait queue for new players waiting to get matched with other players. It created it all in one single prompt and worked as inteded, no bugs.
@rwoz
@rwoz Жыл бұрын
On the other hand, it seem to have limitations of how many featuers it can implement at once. When I tried to implement a chat app as a website with random user name generation, ability to create rooms, list of current rooms, it said that creating a whole website is a bit out of its scope, and it only gave a snippet for a chat app. Also, it seem to have limitations in its context capacity. After some messages back en fourth, it told me to modify some file to add a feature I asked for, but it forgot to let some other features remain which I had asked for earlier.
@Fine_Mouche
@Fine_Mouche Жыл бұрын
​@@rwoz Don't forget it has 4000 tokens Memory.
@oldschoolsoldier1634
@oldschoolsoldier1634 Жыл бұрын
This is so impressive. I spent a lot of years majoring in IT and now I feel like I wasted time...
@Indently
@Indently Жыл бұрын
It's time to start combining your IT skills with AI to continue staying relevant.
@oldschoolsoldier1634
@oldschoolsoldier1634 Жыл бұрын
@@Indently I'm looking forward more chatgpt videos!
@robertmarkaryan3812
@robertmarkaryan3812 Жыл бұрын
if you spent a lot of years in IT and your level of programming is so low that your work can be replaced with chat gpt - you really wasted time
@arslanhanchayev1365
@arslanhanchayev1365 10 ай бұрын
Hello. Can you help me implement AI in an electrical substation without Chatgpt. Thanks
@hassaanhameed
@hassaanhameed 10 ай бұрын
yes last night i upgraded to Plus so I don't know how to use Plus so I searched your video came into my feed
@mukta4689
@mukta4689 Жыл бұрын
I am using codeGPT free version on VS Code but it doesn't give outputs as good as this. Although, I try to tweak it according to what you are showing. This way I am learning how to debug the python code and also using CodeGPT for the same. For e.g. I typed the question same as you regarding the chatbot and it gave me only around 3 lists unlike yours which have much more. greetings = ['hi', 'hello', 'hey', 'greetings'] goodbyes = ['bye', 'goodbye', 'see you later'] thanks = ['thanks', 'thank you']
@mrmuffins4224
@mrmuffins4224 Жыл бұрын
Would be helpful if you would tell us the app you're pasting code into?
@gallahant
@gallahant Жыл бұрын
Does the gpt plus hang midway through generating a long code like the free version does?
@Indently
@Indently Жыл бұрын
From what I hard, GPT-4 had a longer breaking point. We will see!
@tanda1165
@tanda1165 Жыл бұрын
gpt plus still hangs midway through code. It stops at maybe 50 lines if that.
@janet7934
@janet7934 Жыл бұрын
Thanks for doing the video. I have learnt a lot from it.
@DuyentheNomad
@DuyentheNomad Жыл бұрын
Thank you for the video
@Indently
@Indently Жыл бұрын
Glad you enjoyed it!
@Hassanali-tu8dv
@Hassanali-tu8dv Жыл бұрын
Great video, I learnt alot. Can you make an inventory app that allows for excel input?
@hacking4arabs
@hacking4arabs Жыл бұрын
We live in a scary Era right now 😂
@SaidThaher
@SaidThaher Жыл бұрын
Great video .. when u want to modify the code and add more functions.. you could just tell chatgpt to modify the code and give u just the modification ( and you know where to put it ) if not just ask it to tell u .. this way you save time instead of writing the whole code again ..
@Indently
@Indently Жыл бұрын
You're right, I started doing that more recently. Because the GPT-4 model takes ages to generate code, although it does it more accurately. Thanks for mentioning that!
@Jimmy_Gustafsson
@Jimmy_Gustafsson Жыл бұрын
The program you are pasting in the stuff in, is that Python?
@awwdstudio
@awwdstudio Жыл бұрын
Add copilot labs with this 👍👍👍
@user-gq3qr7en6s
@user-gq3qr7en6s Жыл бұрын
hi, can you explain if you are using an IDE for the code execution? or is directly from the console? thanks
@mikemcfin
@mikemcfin Жыл бұрын
seems to be vscode
@gameworld5147
@gameworld5147 Жыл бұрын
Can you make a 3d model using this, it would be very surprising
@Indently
@Indently Жыл бұрын
Can you be more specific on what kind of 3D model?
@gameworld5147
@gameworld5147 Жыл бұрын
@@Indently like a 3d game model
@mushinart
@mushinart Жыл бұрын
How to build a full django project using gpt4 ....covering all aspects of it .. let's say a full django todo app that vlcan also generate a printable pdf of your todo list
@jirafey_
@jirafey_ Жыл бұрын
a little feedback, I catch myself using arrow keys too much, it would be great to cut/speed up the writing of the prompts, please think about it, I feel like im wasting my time there.
@Indently
@Indently Жыл бұрын
Noted!
@kiwiwelch3620
@kiwiwelch3620 Жыл бұрын
You have the bests lessons fyi
@its_teddy5619
@its_teddy5619 Жыл бұрын
Can it use guis like customtkinter or kivymd
@ikussoftware6782
@ikussoftware6782 Жыл бұрын
For small little python script it's Great ! But for anything more complex, I doubt how useful ChatGPT is in a 15k line of code project.
@mycryptodiaries
@mycryptodiaries Жыл бұрын
It will be useful
@serious6037
@serious6037 Жыл бұрын
It works better if instead of 'MAKE' you tell it to 'UPDATE' the code. I mean after it already did something you told it to.
@Indently
@Indently Жыл бұрын
Thanks for the tip!
@beharristj
@beharristj Жыл бұрын
Wow amazing
@jsboeve
@jsboeve Жыл бұрын
should have tried taking this a step further by asking chatgpt to add itself to that chatbot
@Indently
@Indently Жыл бұрын
Noted!
@falkerhard
@falkerhard Жыл бұрын
Dr Sbaitso has grown up.
@Horetex
@Horetex Жыл бұрын
Can you create AI with chat gpt 4
@sched75
@sched75 Жыл бұрын
this is very efficient but it is not competent in C, C++ for exemple. It speak fluently python and php.
@Indently
@Indently Жыл бұрын
I can't make any statements about that. Although I don't see why it wouldn't be competent there? Do you have any sources stating ChatGPT being less competent in C or C++?
@sched75
@sched75 Жыл бұрын
@@Indently kind of... I tried yesterday but the source code never compiled
@sched75
@sched75 Жыл бұрын
@@Indently in python and php I already realized several programs that work.
@xzex2609
@xzex2609 Жыл бұрын
this thing is really began to terrify me . and I can't use it (error 1020 holding me out)
@testproducts1522
@testproducts1522 Жыл бұрын
Create a complete api design including charts
@testchannel1834
@testchannel1834 Жыл бұрын
write a python program to read a bmp688 on a raspberry pi and display on a 128x 64 I2C oled display
@sykosidhu5275
@sykosidhu5275 Жыл бұрын
First view and like and comment nice video
@Yehonathanatos
@Yehonathanatos Жыл бұрын
It won't allow me to purchase, high demand at the moment.
@ShakilPathanS1
@ShakilPathanS1 Жыл бұрын
Don't type "can you" type "make" or "create" before asking it to create any website
@mugudev
@mugudev Жыл бұрын
Make more tutorial about python built-in module plz😊
@Indently
@Indently Жыл бұрын
Which one do you want?
@mugudev
@mugudev Жыл бұрын
@@Indently Actually I am a beginner so I have no idea 😔 bro but I have seen some repos with future, annotations,etc can you make tutorial about them plz
@Indently
@Indently Жыл бұрын
I have a lot of modules on my channel that I would recommend starting with first :)
@mugudev
@mugudev Жыл бұрын
@@Indently I Have watched all videos about modules in python and even shorts also.I have learnt more from your channel. i wish i would have found channel early👌
@almamarcelagozo8053
@almamarcelagozo8053 Жыл бұрын
Create gta 6
@falguniprasadranga3147
@falguniprasadranga3147 Жыл бұрын
Big salute 🫡 for this query 😂😂
@callitsolution6098
@callitsolution6098 Жыл бұрын
Make website using chat gpt
@b07x
@b07x Жыл бұрын
4:18 video glitching at this point
@Indently
@Indently Жыл бұрын
I don't see it
@Fine_Mouche
@Fine_Mouche Жыл бұрын
but gtp 3.5 can already do this >
@ProgressParadox
@ProgressParadox Жыл бұрын
Yo, listen up peeps! The more we depend on AI language models like ChatGPT, the more we gotta watch out for the consequences, you feel me? I'm talking about a future that's straight-up scary, where these models become so damn advanced that they can mess with our heads without us even knowing it. Imagine losing control over our own thoughts and actions, man! That's why we, at Progress Paradox, are all about exploring these dark possibilities so we can pave the way to a better future. So come join us, and let's get real about the risks that come with progress. Peace out!
@oxy_786
@oxy_786 Жыл бұрын
Quite agree, AI is great and its made for assisting or giving ideas, if we completely depend on it, it will influence our life and dominate us
@Youtube304s
@Youtube304s Жыл бұрын
Learn to ask chat-gpt to code
@Celso-tb6eb
@Celso-tb6eb 3 ай бұрын
"learn programming language first".... you make yourself feel better. what you say is like go and learn coding 3 years then come back. totally useless advice given chat gpt is here.
@shanesteven4578
@shanesteven4578 Жыл бұрын
You should not use the word ‘can’. Imagine going to a shop and asking for a burger ‘can I have a burger?’ The fact of the matter is ‘of course you ‘can’ have a burger if the staff handed you a burger. The real question is ‘may I have a burger’ reply = of course, enjoy!
@Indently
@Indently Жыл бұрын
What
@shanesteven4578
@shanesteven4578 Жыл бұрын
@@Indently Why
@Pabz2030
@Pabz2030 Жыл бұрын
@@Indently What he means is in English saying "Can I....?" can be interpreted as simply asking the question are you able to do something. The answer being "Yes you can [are able to do it]" So "Can I (am i able to) have a burger?" could be answered as "yes you can (are able to)". And will not result in you actually getting a burger. The way to ensure a smart ass native english speaker doesnt do that to you is to say something like "I would like to have a burger"
@Jmhawks
@Jmhawks Жыл бұрын
I think GPT understands that "Can you..." means "Do this", but I can understand your point.
@Indently
@Indently Жыл бұрын
I'm very aware of the difference. But I'm also aware that ChatGPT is more intelligent than that. If you ask someone in the modern world at their home: "can I have a glass a water", and they respond: "of course you can", and they proceed to do nothing, then they're just being an ***hole.
I Used GPT-4 To Create THESE 4 Cool Python Apps
8:48
Indently
Рет қаралды 12 М.
Can I Run Youtube Entirely From My Terminal? (No Browser)
15:31
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 78 МЛН
English or Spanish 🤣
00:16
GL Show
Рет қаралды 15 МЛН
This is why Deep Learning is really weird.
2:06:38
Machine Learning Street Talk
Рет қаралды 385 М.
26 Incredible Use Cases for the New GPT-4o
21:58
The AI Advantage
Рет қаралды 807 М.
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 192 М.
AVOID Making "THIS Stupid Mistake" In Python (It's bad)
6:14
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 87 М.
Automate Boring Office Tasks with ChatGPT and Python
10:06
Coding Is Fun
Рет қаралды 518 М.
Build Anything With ChatGPT, Here’s How
1:24:05
David Ondrej
Рет қаралды 1 МЛН
ChatGPT Tutorial for Developers - 38 Ways to 10x Your Productivity
28:13
Programming with Mosh
Рет қаралды 3,5 МЛН