You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
-
# COURSENAME
2
-
This is the repository for the LinkedIn Learning course `course-name`. The full course is available from [LinkedIn Learning][lil-course-url].
1
+
# Building Apps with AI Tools: ChatGPT, Semantic Kernel, and Langchain
2
+
This is the repository for the LinkedIn Learning course Building Apps with AI Tools: ChatGPT, Semantic Kernel, and Langchain. The full course is available from [LinkedIn Learning][lil-course-url].
3
+
4
+
![Building Apps with AI Tools: ChatGPT, Semantic Kernel, and Langchain][lil-thumbnail-url]
5
+
6
+
New tools powered by artificial intelligence are changing the way we think about apps. And if you’re a developer looking to integrate your workflow, it’s time to supercharge your existing skills. In this course, instructor Denys Linkov offers an overview of how to build apps and integrate exciting, new open-source tools such as ChatGPT, Semantic Kernel, and LangChain.
7
+
8
+
Learn how to connect to the ChatGPT API to start building hands-on applications with code. Denys shows you the basics of app development with Semantic Kernel, from formatting to chain-of-thought reasoning, prompting, and OpenAI Whisper for text to speech. By the end of this course, you’ll also get a chance to try out your new skills building document search with LangChain and testing ChatGPT apps.
9
+
3
10
4
-
![course-name-alt-text][lil-thumbnail-url]
5
11
6
-
_See the readme file in the main branch for updated instructions and information._
7
12
## Instructions
8
13
This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access.
9
14
@@ -23,14 +28,20 @@ To resolve this issue:
23
28
Commit changes using this command: git commit -m "some message"
24
29
25
30
## Installing
26
-
1. To use these exercise files, you must have the following installed:
27
-
- [list of requirements for course]
31
+
1. To use these exercise files, you must have the following installed: Python
28
32
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
29
-
3.[Course-specific instructions]
33
+
3. All python dependencies are included in each branch
34
+
35
+
36
+
### Instructor
30
37
38
+
Denys Linkov
39
+
40
+
Machine Learning Lead at Voiceflow
31
41
32
-
[0]: #(Replace these placeholder URLs with actual course URLs)
0 commit comments