Build an AI app with FastAPI and Docker - Coding Tutorial with Tips

  Рет қаралды 59,866

Patrick Loeber

Patrick Loeber

Күн бұрын

Пікірлер: 58
@patloeber
@patloeber Жыл бұрын
INSTRUCTIONS TO WIN DOCKER SWAG: Take a picture of yourself watching the video (or just a screenshot), post it on Twitter mentioning @Docker & @patloeber & @tiangolo to win SWAG! The first 30 people will be selected. There are still some left :)
@arshadvayani
@arshadvayani Жыл бұрын
twitter.com/extensiveweb/status/1697311129846882759?t=fjMJ4WxIymAa5L1qnUJMOA&s=19
@maizizhamdo
@maizizhamdo 8 ай бұрын
just wanted to drop you a line and say thanks for this amazing tutorial on building an AI app with FastAPI and Docker! I was blown away by how easy it was to follow along and actually build something that works. I'm definitely going to be sharing this with my friends who are also interested in AI and machine learning. Your explanations were super clear and concise, and the tips you shared really helped me understand some of the more complex concepts.
@aar021
@aar021 Жыл бұрын
Pat! This is awesome. Also having Sebastian was a nice touch. Much love to you guys.
@patloeber
@patloeber Жыл бұрын
Thank you!!
@MyCodingDiary
@MyCodingDiary Жыл бұрын
Your videos are my go-to resource whenever I get stuck on a coding problem. Thank you!
@shamaldesilva9533
@shamaldesilva9533 Жыл бұрын
Awesome 🎉🎉 please more in depth courses with Fastapi ❤
@MrSuperGerald
@MrSuperGerald 11 ай бұрын
and with Sebastian! This format is the best.
@MyCodingDiary
@MyCodingDiary Жыл бұрын
Your videos are a constant source of inspiration for me. Please keep them coming!
@francescociulla
@francescociulla Жыл бұрын
You just remembered me ti make the FastAPI video! Great one btw!
@theusualcouple
@theusualcouple Жыл бұрын
Really cool feature of Run in interactive window. Thanks a lot for its introduction. This feature is also available by right clicking on a line/selection. VS code is the best.
@bengabp
@bengabp Жыл бұрын
My notifications are enabled 😊
@macadeliccc2942
@macadeliccc2942 Жыл бұрын
great tutorial and lots of good information. Im familiar with torch and transformers but it was nice to combine them with a new technology to me, like fastAPI
@patloeber
@patloeber Жыл бұрын
Thank you!
@sammathew535
@sammathew535 Жыл бұрын
Thanks a ton for the interactive mode trick!
@shaunpx1
@shaunpx1 Жыл бұрын
Awesome video! thank you guys for the great intuition and tips.
@GabrielPozo
@GabrielPozo Жыл бұрын
Great talk with Sebastian! 👏
@Indently
@Indently Жыл бұрын
AI let's goooooo
@JustFuguFish
@JustFuguFish 11 ай бұрын
Nice fast course! I am just amazed that the Docker image has 10GB :D
@manyes7577
@manyes7577 Жыл бұрын
wow docker init make life so much easier
@jeff-badu
@jeff-badu 3 ай бұрын
I learned a lot. Thank you.
@edwardwong654
@edwardwong654 Жыл бұрын
Very interesting. What is the Rust for?
@ghufrankasho9470
@ghufrankasho9470 Жыл бұрын
this was very helpfull and educational thank you for this video and this collaboration was greate 😇
@patloeber
@patloeber Жыл бұрын
Glad you enjoyed it!
@jaggyjut
@jaggyjut Жыл бұрын
Thanks Patrick for another great Tutorial. Would you be able to make a tutorial on using streamlit to create an end user web app to fix any wrong prediction to retrain the model. For example let say we have a machine learning model capable of predicting the house rent for homes. the user should be able to upload a csv of list of home with key attributes and the output should be a grid view with all the rent predictions. If there is an incorrect prediction user should be able to type in the correct rent which will be used to retrain the model. If you make a course on Udemy will be first to purchase it 😀
@City__Walker
@City__Walker Жыл бұрын
Are there any development templates created for fastapi? What a standard FastAPI application should look like?
@lwangacaleb2729
@lwangacaleb2729 6 ай бұрын
Thank you so much Sebastian🙏
@pankajchaturvedi1541
@pankajchaturvedi1541 9 ай бұрын
Does the Jupyter interactive window work, if I am using virtual env for the project?
@huzaifa.arshad
@huzaifa.arshad 10 ай бұрын
I tried to do 'docker init' and it gave me (docker: 'init' is not a docker command. See 'docker --help') error. What did i missed?
@shivrajnag12
@shivrajnag12 Жыл бұрын
Awesome session. Hi Sebastian, when can we expect FastAPI docs update with SQLModel?
@BuddaFett
@BuddaFett Жыл бұрын
You are a huge help to us!
@mmzf2357
@mmzf2357 Жыл бұрын
Best content 👍🏻
@chrisogonas
@chrisogonas Жыл бұрын
Thanks folks!
@AlexApparels-rw8ip
@AlexApparels-rw8ip 7 ай бұрын
thank you so much guys you helped me alot
@shaz-z506
@shaz-z506 Жыл бұрын
Good video, but I didn't get the part where you use Rust compiler, I mean why it was required?
@patloeber
@patloeber Жыл бұрын
The transformers library needed it for the installation. At least on my system I was getting error messages without Rust
@flarexlucifer
@flarexlucifer 10 ай бұрын
so like for me everything went good but now i want to deploy my fastapi to aws lambda how do i it ? can you tell me it's for my university project.
@wadejohnson4542
@wadejohnson4542 Жыл бұрын
Amazing! Patrick and Sebastian, how do we thank you for this?
@patloeber
@patloeber Жыл бұрын
Hi hi, glad if you enjoyed the session!
@Robay146
@Robay146 Жыл бұрын
Thanks for this. However, would have been worth mentioning the amount of time needed to build the model. It took me 4hrs to build the image!
@patloeber
@patloeber Жыл бұрын
Oh, didn't know it took that long :( It only took around 1 minute on my machine (2020 MacBook M1)
@AlMar-j5l
@AlMar-j5l 9 ай бұрын
great clip, thx!
@luca_dev
@luca_dev Жыл бұрын
vscode tells me to install ipykernel to run python code interactively, did you install it in the project venv?
@patloeber
@patloeber Жыл бұрын
yup, it'll always ask you this the first time
@sunils7072
@sunils7072 Жыл бұрын
Thank you very much for this video.
@patloeber
@patloeber Жыл бұрын
Glad you liked it!
@prithvirajdeshmukh5774
@prithvirajdeshmukh5774 11 ай бұрын
New subscriber from Bharat / India . Are you from?
@TheAremoh
@TheAremoh Жыл бұрын
Amazing
@amrgaber4662
@amrgaber4662 8 ай бұрын
thanks
@doubleBottomChart
@doubleBottomChart Жыл бұрын
Thanks.
@rahulkulkarni5967
@rahulkulkarni5967 Жыл бұрын
what's the total duration of the course.?
@patloeber
@patloeber Жыл бұрын
30 minutes
@JanakSuthar-c4k
@JanakSuthar-c4k Жыл бұрын
🐍 Explore the world of Python for Research Work with this amazing playlist! 📚🔬 Don't forget to hit the 'Like' button 👍 and 'Subscribe' for more awesome content! 🤩 Check it out: kzbin.info/aero/PLIDulLqbs-nnr758jI13Cm5RmsOTkOk7t
@erhanandrei4862
@erhanandrei4862 Жыл бұрын
@chikosan99
@chikosan99 Жыл бұрын
Thanks a lot! great Just it's not fullHD \:
@Gautamkumar-tk1xt
@Gautamkumar-tk1xt Жыл бұрын
For recording
@MJReviews122
@MJReviews122 Жыл бұрын
cooles video
@henoknigatu7121
@henoknigatu7121 Жыл бұрын
👍Nice...how to deploy it for free
How to Use FastAPI: A Detailed Python Tutorial
20:38
ArjanCodes
Рет қаралды 274 М.
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
How to Deploy ML Solutions with FastAPI, Docker, & AWS
28:48
Shaw Talebi
Рет қаралды 24 М.
Why You NEED To Learn FastAPI | Hands On Project
21:15
Travis Media
Рет қаралды 172 М.
How to create a great dev environment with Docker
29:55
Patrick Loeber
Рет қаралды 280 М.
Building A FastAPI Feature In 5 Minutes Using An AI Agent
5:26
Fine | AI Coding for Startups
Рет қаралды 536
Creating APIs For Machine Learning Models with FastAPI
20:06
NeuralNine
Рет қаралды 24 М.
Python FastAPI Tutorial: Build a REST API in 15 Minutes
15:16
Docker Для Начинающих за 1 Час | Docker с Нуля
52:43
Building a Machine Learning API in 15 Minutes | Coding Challenge
20:04
Nicholas Renotte
Рет қаралды 134 М.
How To Build Web Apps using V0 + Claude AI + Cursor AI
13:32
Ras Mic
Рет қаралды 151 М.
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН