1
00:00:03,950 --> 00:00:04,370
Okay.

2
00:00:04,370 --> 00:00:10,460
So this is going to be the fourth level two application you will learn.

3
00:00:11,560 --> 00:00:20,350
In this case, this is a very simple prototype for an application that is going to summarize the text

4
00:00:20,350 --> 00:00:22,390
that the user enters.

5
00:00:22,690 --> 00:00:25,570
In this case we have copied.

6
00:00:26,430 --> 00:00:30,240
Some text from our website AI accelerator.

7
00:00:30,240 --> 00:00:38,610
In this case, this text is talking about the consulting services we provide to enterprise level companies.

8
00:00:38,610 --> 00:00:44,730
And, you know, all kinds of business regarding artificial intelligence and LM application development,

9
00:00:44,730 --> 00:00:45,330
etc..

10
00:00:45,330 --> 00:00:50,460
Okay, so we have copied this text and we have paste this text here.

11
00:00:50,460 --> 00:00:54,540
Once we have done that we are going to enter.

12
00:00:55,350 --> 00:01:02,250
Our OpenAI API key and we click on enter okay.

13
00:01:02,700 --> 00:01:12,690
Once we do that, the application is going to generate a short summary about the text we have copied

14
00:01:12,690 --> 00:01:13,140
here.

15
00:01:13,140 --> 00:01:13,500
Okay.

16
00:01:13,500 --> 00:01:20,130
The article discusses the benefits of using LM applications in a company and the services offered offered

17
00:01:20,130 --> 00:01:24,150
by generative AI consulting to support businesses, blah blah blah, blah blah.

18
00:01:24,180 --> 00:01:26,190
Okay, so.

19
00:01:29,000 --> 00:01:38,330
If we go to the code you are going to download from our GitHub repository, you will see again we have

20
00:01:38,330 --> 00:01:45,560
two files requirements.txt and main.py in the requirements.txt.

21
00:01:46,860 --> 00:01:54,030
Almost nothing new and we are loading packages we are already familiar with.

22
00:01:54,030 --> 00:02:01,380
And in the main.py file what you will see here in the GitHub repository.

23
00:02:01,380 --> 00:02:08,820
And whenever you download this to your Visual Studio Code editor, etc. what you will see is a code

24
00:02:08,820 --> 00:02:11,940
that is very familiar, uh, for you.

25
00:02:11,940 --> 00:02:14,340
You know, this launching code.

26
00:02:14,340 --> 00:02:21,150
You have used all this before in order to develop your, uh, level one applications.

27
00:02:21,150 --> 00:02:24,990
And in this case, we are using the Streamlit way.

28
00:02:24,990 --> 00:02:33,720
So we are using Python, uh, functions in order to encapsulate the long chain, uh, logic.

29
00:02:33,720 --> 00:02:40,500
And we are using also the Streamlit elements, you know, in order to format the content in the, in

30
00:02:40,500 --> 00:02:42,000
the, in the web page.

31
00:02:42,000 --> 00:02:42,540
Okay.

32
00:02:43,140 --> 00:02:44,490
Very easy.

33
00:02:44,490 --> 00:02:48,360
Something that you are already familiar with.

34
00:02:48,360 --> 00:02:48,990
Okay.

35
00:02:48,990 --> 00:02:56,400
So again download this code execute and this code in your computer.

36
00:02:57,350 --> 00:03:04,640
If you have any question, chat, GPT four, extremely documentation, etc. etc. and once you have executed

37
00:03:04,640 --> 00:03:07,160
our code, then repeat it.

38
00:03:07,160 --> 00:03:08,990
Write it yourself.

39
00:03:09,470 --> 00:03:12,350
Try to understand what you are doing in every line.

40
00:03:12,350 --> 00:03:19,430
Whenever you have a question, go where where you know, chat, GPT four, documentation, etc. etc.

41
00:03:19,430 --> 00:03:28,400
and when you are comfortable with this application and only then you go to the next one, okay?

