Build your first API in 10 minutes | API tutorial | FastAPI tutorial | Build API from scratch

  Рет қаралды 203,702

Unfold Data Science

Unfold Data Science

Күн бұрын

Build your first API in 10 minutes | API tutorial | FastAPI tutorial | Build API from scratch
#datascience #machinelearning #shorts
Hello ,
My name is Aman and I am a Data Scientist.
All amazing data science courses at most affordable price here: www.unfolddata...
Topics for the video:
Build your first API in 10 minutes
API tutorial
FastAPI tutorial
Build API from scratch
python api fastapi
fastapi in python
fastapi rest api
About Unfold Data science: This channel is to help people understand basics of data science through simple examples in easy way. Anybody without having prior knowledge of computer programming or statistics or machine learning and artificial intelligence can get an understanding of data science at high level through this channel. The videos uploaded will not be very technical in nature and hence it can be easily grasped by viewers from different background as well.
Book recommendation for Data Science:
Category 1 - Must Read For Every Data Scientist:
The Elements of Statistical Learning by Trevor Hastie - amzn.to/37wMo9H
Python Data Science Handbook - amzn.to/31UCScm
Business Statistics By Ken Black - amzn.to/2LObAA5
Hands-On Machine Learning with Scikit Learn, Keras, and TensorFlow by Aurelien Geron - amzn.to/3gV8sO9
Ctaegory 2 - Overall Data Science:
The Art of Data Science By Roger D. Peng - amzn.to/2KD75aD
Predictive Analytics By By Eric Siegel - amzn.to/3nsQftV
Data Science for Business By Foster Provost - amzn.to/3ajN8QZ
Category 3 - Statistics and Mathematics:
Naked Statistics By Charles Wheelan - amzn.to/3gXLdmp
Practical Statistics for Data Scientist By Peter Bruce - amzn.to/37wL9Y5
Category 4 - Machine Learning:
Introduction to machine learning by Andreas C Muller - amzn.to/3oZ3X7T
The Hundred Page Machine Learning Book by Andriy Burkov - amzn.to/3pdqCxJ
Category 5 - Programming:
The Pragmatic Programmer by David Thomas - amzn.to/2WqWXVj
Clean Code by Robert C. Martin - amzn.to/3oYOdlt
My Studio Setup:
My Camera : amzn.to/3mwXI9I
My Mic : amzn.to/34phfD0
My Tripod : amzn.to/3r4HeJA
My Ring Light : amzn.to/3gZz00F
Join Facebook group :
www.facebook.c...
Follow on medium : / amanrai77
Follow on quora: www.quora.com/...
Follow on twitter : @unfoldds
Get connected on LinkedIn : / aman-kumar-b4881440
Follow on Instagram : unfolddatascience
Watch Introduction to Data Science full playlist here : • Data Science In 15 Min...
Watch python for data science playlist here:
• Python Basics For Data...
Watch statistics and mathematics playlist here :
• Measures of Central Te...
Watch End to End Implementation of a simple machine learning model in Python here:
• How Does Machine Learn...
Learn Ensemble Model, Bagging and Boosting here:
• Introduction to Ensemb...
Build Career in Data Science Playlist:
• Channel updates - Unfo...
Artificial Neural Network and Deep Learning Playlist:
• Intuition behind neura...
Natural langugae Processing playlist:
• Natural Language Proce...
Understanding and building recommendation system:
• Recommendation System ...
Access all my codes here:
drive.google.c...
Have a different question for me? Ask me here : docs.google.co...
My Music: www.bensound.c...

Пікірлер: 67
@fairmeir
@fairmeir 8 ай бұрын
🎯 Key Takeaways for quick navigation: 00:00 🚀 *Introduction to API and FastAPI* - Definition of API: Simplifying the concept of APIs as a way for one program to use the logic of another program. - Basics of API: Explaining key terms like endpoint, API key, API request, and response types. - FastAPI Demo: Introducing FastAPI with a simple machine learning model example for predicting survival based on age and sex. 04:35 🛠️ *Building Your Own API with FastAPI* - FastAPI Installation: Installing FastAPI and demonstrating a simple rule-based machine learning model in a few lines of code. - API Development Process: Using decorators and logic to create an API endpoint with FastAPI. - Testing API: Running and testing the API using FastAPI's interactive documentation. 07:48 🖥️ *Consuming the API and API Gateway* - Consuming API: Writing a script to consume the API and retrieve responses based on input parameters. - API Gateway: Discussing the importance of gateways in API development and demonstrating an alternative method using a payload for data protection. - Practical Considerations: Emphasizing the need for a running API to interact with and the secure handling of data in API requests. 10:36 🔐 *API Key and Final Remarks* - API Key: Explaining the concept of API keys as a means to protect against misuse and ensure controlled access. - Secure API Usage: Recommending the use of API keys and avoiding passing queries in the URL for better security. - Homework Assignment: Encouraging viewers to host their machine learning model in an API, access it through a browser, and gain a practical understanding of API functioning. Made with HARPA AI
@yaekobbonke5704
@yaekobbonke5704 Жыл бұрын
I watched 1hour video to understand about Api. But i didnt understand. I watched this 12minute video and understood everything about Api. Thank you brother.
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
Thanks a lot. Welcome to unfold data science.
@satrasalaabi9676
@satrasalaabi9676 Жыл бұрын
Superb Aman, demonstrated in simple way and understood well, Thanks a lot...Can you please make series on Tensor flow
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
Yes, sure
@Squirrellium
@Squirrellium Жыл бұрын
I understood the beginning part really well. I really like how you explain things. It's hard to find good instructors about IT and you explain things like a teacher/educator. Thank you for that. Well done. I have a question, right now I've watched til 6 minutes. I didn't understand how we went from adding two numbers to weather page? Why not use a page that does calculations? I didn't understand that jump or did I miss some logic there maybe?
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
Ok - we moved to API example, initial prt was context setting.
@KrishnaShrivastava-pu4to
@KrishnaShrivastava-pu4to Жыл бұрын
how to deploy this api so that it is accesible from everywhere
@almutabbil-jn2pt
@almutabbil-jn2pt 10 ай бұрын
Thanks for the tutorial, I am having an issue when I am running the code from the prompt window, after I click on enter I am getting a pop up to select an application to open my app with! why is that?
@the_80s_gamer
@the_80s_gamer 8 ай бұрын
It made a lot more sense for me after watching this. Thank you brother.
@evilgenius8444
@evilgenius8444 3 ай бұрын
Wow I have understood APIS now... Thanks very much. However am requesting you to make a broader video explaining the second concept of using payload as it is more complex. Thanks in advance. Please tag me when you make the video.
@manjulachandrashekar1349
@manjulachandrashekar1349 Жыл бұрын
As i understood, we can build or call api in 2 ways 1. Get way 2. Put way Get way: passing the data in url itself Put way: we use pydantic package, from this we get base model, in this base model we give our input. Is payload related to get way or put way, could you please clarify me
@anuragrajput68
@anuragrajput68 11 ай бұрын
Related to put way
@ajaychaudhari8548
@ajaychaudhari8548 19 сағат бұрын
Really nice explanation 😍
@GauravGupta-vo4ii
@GauravGupta-vo4ii Жыл бұрын
Thanks for the useful information, just one feedback: Please try to cover topics in more detail .
@TechnicalEinstein
@TechnicalEinstein 5 ай бұрын
sir please tell me how to Fetch Vehicle Details In Bulk - Get Vehicle Insurance Details | RC Details in Excel using Python please make a video on this topic
@sethupathyasokan7412
@sethupathyasokan7412 3 ай бұрын
Excellent explanation mate . Thanks
@pavithrav8418
@pavithrav8418 Жыл бұрын
Hi bro..is it like function calls in our programming language? Plzz respond.
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
Somewhat similar - yes
@dwijgurram5490
@dwijgurram5490 12 күн бұрын
Good explanation
@princephilip497
@princephilip497 6 ай бұрын
Any body pls tel me how to reshedule my api 570 exam. When iam doing this its shows that, in location : any prometric cente. I haven't seen any i can choose
@smartguy2842
@smartguy2842 10 ай бұрын
The most helpful and in the simplest terms' video about API I've ever seen, I swear. Thanks mate!
@UnfoldDataScience
@UnfoldDataScience 10 ай бұрын
Your comments are my powerhouse. Keep writing , cheers.
@piyushugale
@piyushugale Жыл бұрын
Very nice basic e some to clear concept 👍
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
Thanks Piyush.
@chrisder1814
@chrisder1814 2 ай бұрын
hello I have some ideas but I don't know anything about code so I use no code tools and I had some ideas but I would like to know what you think
@jermesastudio
@jermesastudio Ай бұрын
Thank you for this tutorial. It was helpful for my work.
@omg_kundan
@omg_kundan 3 ай бұрын
Nice Explanation ❤
@rohitpandey9920
@rohitpandey9920 11 ай бұрын
While executing the unicorn app:Im getting the error 'error loading ASGI: Could not import module 'main'. Please help. Even the http 8000 URL is not opening for me
@wakeelkumarsah4476
@wakeelkumarsah4476 5 ай бұрын
Thanks very good video for actually first steps to understanding the API ❤
@kiranhinge22
@kiranhinge22 Жыл бұрын
restapi and fastapi is same? reply please
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
No.
@pallavigupta3561
@pallavigupta3561 16 күн бұрын
Very well explained . Thanks!
@dnyaneshwarkaulwar6581
@dnyaneshwarkaulwar6581 Жыл бұрын
Can anyone help me to build api...i am having real problem
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
what is your issue?
@zameerahmed1775
@zameerahmed1775 9 ай бұрын
Ur too awesome ............ U shud be in IIT mumbai. 🙃🙃 Very Good ........... God bless u
@surojmaharjan5467
@surojmaharjan5467 11 ай бұрын
So in summary API is Json data? I'm still confused sir.
@maz2045
@maz2045 Ай бұрын
Good work, I subscribed
@SomeshRajvlogs
@SomeshRajvlogs Жыл бұрын
can someone help me make api for deepspeech model
@ravneetgill86
@ravneetgill86 Жыл бұрын
Hi, thank you for great informative video, I have a challenge finding a local API hosted on our company website, is there any way to find it?
@UjaychandraChandran
@UjaychandraChandran Жыл бұрын
which Api Its Create Rest or Soap
@TechnicalAdarsh14
@TechnicalAdarsh14 Жыл бұрын
Same doubt ?
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
Your question is not clear.
@kiranbakale8207
@kiranbakale8207 7 ай бұрын
Thanks
@rahulshendre7089
@rahulshendre7089 7 ай бұрын
thanks
@AanishaSethi
@AanishaSethi 4 ай бұрын
Thank You !
@nasiruiu
@nasiruiu Жыл бұрын
before start you said Addition two number, but in details you shown sex
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
Oh - I will check
@spicytuna08
@spicytuna08 Жыл бұрын
awesome. thank you so much!!!
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
You're welcome!
@senthilkumar5129
@senthilkumar5129 Жыл бұрын
supper way of teaching thank you
@mechworld1588
@mechworld1588 Жыл бұрын
writing api in python only or else we can use other languages ,pl can u just reply me
@UnfoldDataScience
@UnfoldDataScience Жыл бұрын
Any language we can use to call api
@JoelSamJohnson
@JoelSamJohnson 9 ай бұрын
Thanks for this man!
@subramanianchenniappan4059
@subramanianchenniappan4059 9 ай бұрын
Thanks . I am a restful backend api tech lead . Wanted to learn this fastapi
@balaji5703
@balaji5703 5 ай бұрын
Sir I create a api in node How to I upload my api online
@sethupathyasokan7412
@sethupathyasokan7412 3 ай бұрын
How to install visual studio code ? Is it free
@amrithMilW
@amrithMilW 6 ай бұрын
at 8:54 when u run the program returns Sruvive = 1, isn't that wrong? because the logic is if (age
@sliimjiim
@sliimjiim 2 ай бұрын
its 'or' not 'and'
@amrithMilW
@amrithMilW 2 ай бұрын
​@@sliimjiim isn't & means and , || means 'or'
@sliimjiim
@sliimjiim 2 ай бұрын
​@@amrithMilW watch 5:17 he uses or operator. In python we use 'and' instead of & and 'or' instead of ||
@rajkumarmaurya2918
@rajkumarmaurya2918 4 ай бұрын
Worst video on api dev sorry but I'm unliking the video😢
@MBAKIJUZIJUDAS
@MBAKIJUZIJUDAS 3 ай бұрын
Ur not just serious 😊😊😊and this is how rubians war started 😂
@moraa6996
@moraa6996 3 ай бұрын
It helped some think of it just be good or correct in a right way😊
@8885664452
@8885664452 11 ай бұрын
Manual comment test
@UnfoldDataScience
@UnfoldDataScience 11 ай бұрын
Thanks for watching
Create A Python API in 12 Minutes
12:05
Tech With Tim
Рет қаралды 645 М.
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 362 М.
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 7 МЛН
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 117 МЛН
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 102 МЛН
APIs Explained (in 4 Minutes)
3:57
Exponent
Рет қаралды 889 М.
Complete API Design Tutorial 2024 for Beginners | Tamil
1:01:40
Hareesh Rajendran
Рет қаралды 41 М.
Training Your Own AI Model Is Not As Hard As You (Probably) Think
10:24
Steve (Builder.io)
Рет қаралды 542 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,2 МЛН
APIs for Beginners - How to use an API (Full Course / Tutorial)
2:19:33
freeCodeCamp.org
Рет қаралды 4,4 МЛН
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,5 МЛН
What does a Data Analyst actually do? (in 2024) Q&A
14:27
Tim Joo
Рет қаралды 63 М.
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 7 МЛН