https://github.com/lazauk/deeplearningai-chatgpt-promptengineering
Practical Jupyter notebooks from Andrew Ng and Isa Fulford's "ChatGPT Prompt Engineering for Developers" course on DeepLearning.AI.
https://github.com/lazauk/deeplearningai-chatgpt-promptengineering
andrew-ng-course chatgpt isa-fulford-course machine-learning openai
Last synced: 4 months ago
JSON representation
Practical Jupyter notebooks from Andrew Ng and Isa Fulford's "ChatGPT Prompt Engineering for Developers" course on DeepLearning.AI.
- Host: GitHub
- URL: https://github.com/lazauk/deeplearningai-chatgpt-promptengineering
- Owner: LazaUK
- Created: 2023-04-27T18:57:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T09:21:24.000Z (over 2 years ago)
- Last Synced: 2025-05-12T02:03:54.187Z (5 months ago)
- Topics: andrew-ng-course, chatgpt, isa-fulford-course, machine-learning, openai
- Language: Jupyter Notebook
- Homepage:
- Size: 38.1 KB
- Stars: 78
- Watchers: 2
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatGPT Prompt Engineering for Developers
Andrew Ng and Isa Fulford's released great course called ["ChatGPT Prompt Engineering for Developers"](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/) 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. Guidelines for Prompting;
2. Iterative Prompt Development;
3. Summarising Prompt Content;
4. Inferring Sentiment and Topics;
5. Transforming (Language Translation, Spellcheck, Tone Adjustment, Format Conversion);
6. Expanding (Customised eMails based on Sentiment);
7. Chatbot.