https://github.com/lazauk/deeplearningai-chatgpt-buildingsystems
Practical Jupyter notebooks from Andrew Ng and Isa Fulford's "Building Systems with the ChatGPT API" course on DeepLearning.AI.
https://github.com/lazauk/deeplearningai-chatgpt-buildingsystems
andrew-ng-course chatgpt isa-fulford-course machine-learning openai
Last synced: 5 months ago
JSON representation
Practical Jupyter notebooks from Andrew Ng and Isa Fulford's "Building Systems with the ChatGPT API" course on DeepLearning.AI.
- Host: GitHub
- URL: https://github.com/lazauk/deeplearningai-chatgpt-buildingsystems
- Owner: LazaUK
- Created: 2023-06-02T00:20:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T21:30:24.000Z (over 2 years ago)
- Last Synced: 2025-04-07T18:06:29.488Z (6 months ago)
- Topics: andrew-ng-course, chatgpt, isa-fulford-course, machine-learning, openai
- Language: Jupyter Notebook
- Homepage:
- Size: 43.9 KB
- Stars: 15
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building Systems with the ChatGPT API
Andrew Ng and Isa Fulford's released great course called ["Building Systems with the ChatGPT API"](https://learn.deeplearning.ai/chatgpt-building-system/) on DeepLearning.AI site.
I've followed on-screen instructions to re-create their practical Jupyter notebooks and then adapted the code to run against Azure OpenAI service, as it has slightly different syntax in comparison to the original OpenAI endpoints:
1. Language Models, the Chat Format and Tokens;
2. Classification;
3. Moderation;
4. Chain of Thoughts;
5. Chaining Prompts;
6. Check Outputs;
7. Build an End-to-End System;
8. Evaluation - Part 1;
9. Evaluation - Part 2.