1
00:00:04,350 --> 00:00:13,530
Okay, so once you are familiar with the key elements of the front end and you are comfortable with

2
00:00:13,530 --> 00:00:21,060
the tutorial of next JS, the tutorial of Vercel, and also the tutorial of Create Llama.

3
00:00:21,450 --> 00:00:29,220
Let's talk a little bit about the key elements in the back end side of the full stack application.

4
00:00:29,370 --> 00:00:34,080
The most important one is fast API.

5
00:00:35,270 --> 00:00:43,250
So this is right now the the most popular framework for creating the back end of web applications with

6
00:00:43,250 --> 00:00:44,090
Python.

7
00:00:44,420 --> 00:00:49,700
So it is not the most popular framework for creating back end web applications.

8
00:00:49,970 --> 00:00:51,770
That is node.

9
00:00:51,920 --> 00:00:59,450
But when we are in the artificial intelligence field, since the artificial intelligence engineers,

10
00:00:59,450 --> 00:01:02,540
the traditional ones, they come from Python.

11
00:01:02,540 --> 00:01:07,040
This is the back end framework that has become more popular for them.

12
00:01:07,490 --> 00:01:15,800
Okay, so right now in the world of Lama index and Lang chain, this is the most popular framework you

13
00:01:15,800 --> 00:01:17,090
are going to find.

14
00:01:17,210 --> 00:01:25,040
And for back end a building in the a full stack application world.

15
00:01:25,700 --> 00:01:30,290
So in order to learn fast API we.

16
00:01:31,030 --> 00:01:35,920
As always, recommend you to go to the.

17
00:01:36,790 --> 00:01:39,010
Let's go to the English version.

18
00:01:39,610 --> 00:01:40,330
Okay.

19
00:01:40,330 --> 00:01:49,450
Let's go to the fast API documentation page and especially to this very quick and easy tutorial they

20
00:01:49,450 --> 00:01:50,170
provide.

21
00:01:50,170 --> 00:01:52,900
We are giving you a notebook.

22
00:01:52,900 --> 00:02:00,730
We are giving you also a code, a project, a coding project in the GitHub repository.

23
00:02:00,730 --> 00:02:09,580
But this is what you are going to build yourself once you, uh, complete the steps of the quick tutorial,

24
00:02:09,580 --> 00:02:11,350
fast API is provided.

25
00:02:11,890 --> 00:02:19,330
You will see how to install fast API in your computer, how to create a very basic back end for one

26
00:02:19,330 --> 00:02:25,030
application, and how to include some of the very basic elements there.

27
00:02:25,030 --> 00:02:36,940
So my recommendation for you is just get comfortable with the basic tutorial of fast API and get familiar

28
00:02:36,940 --> 00:02:40,660
with what you can find in the fast API documentation.

29
00:02:40,660 --> 00:02:47,200
Fast API is a very simple a framework in the basic uh.

30
00:02:47,200 --> 00:02:51,910
In the basic step, it can also be more complex.

31
00:02:51,910 --> 00:02:57,820
But the important thing for you is to understand, you know, the basic parts and get familiar with

32
00:02:57,820 --> 00:03:00,820
what you can find in the documentation page.

33
00:03:00,820 --> 00:03:05,920
So you will be ready to come back here whenever necessary.

34
00:03:05,920 --> 00:03:06,400
Okay.

35
00:03:06,400 --> 00:03:07,900
So go there.

36
00:03:08,110 --> 00:03:15,880
Uh, go to the uh, tutorial if you find any problem, you know, where to go, uh, chat, GPT four,

37
00:03:15,880 --> 00:03:25,300
etc. and once you are comfortable with this, uh, tutorial, we will go to the next step talking about

38
00:03:25,300 --> 00:03:28,000
fast API with long chain.

39
00:03:28,030 --> 00:03:30,340
We will see that in the next lesson.

