I haven't even finished the video and I already know this gon' help me, now i can finally start on that ai project I've been wanting to share to people!
stuf hapend and im on my worst streak so far, did not get that project even 1/8 done due to school implications, but my project was making an a.i. that learns from its users and is basically like a robot infant@@ruchitkmeme4441
This video has helped me create my 1st Flask web-app: thank you very much. The title and intro - though - said we will deploy our already existing py script/s into the web-app: I do not see a followon video to that - please redirect me.. this vids ends at the Google App Engine.
Thank you! This is what I was exactly looking for. 🤗
If you just want to get to the point => 12:25
Superb explaination , Really worth it
I haven't even finished the video and I already know this gon' help me, now i can finally start on that ai project I've been wanting to share to people!
Nice! tell me what Is this project about
stuf hapend and im on my worst streak so far, did not get that project even 1/8 done due to school implications, but my project was making an a.i. that learns from its users and is basically like a robot infant@@ruchitkmeme4441
Pefect so explanative video, learn a lot in short span of time thanks for amazing contents
This video has helped me create my 1st Flask web-app: thank you very much. The title and intro - though - said we will deploy our already existing py script/s into the web-app: I do not see a followon video to that - please redirect me.. this vids ends at the Google App Engine.
Great stuff
Thank you so much!
how can I set up the virtual environment if using anaconda? it is not working
👍
does he read from a text? sounds a bit robotic.
def thanks():
return 'thank you! ' * 3
print(thanks())
def cool():
return 'cool ' * 3
print(cool())