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: 6 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T09:21:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-22T15:11:37.516Z (6 months ago)
- Topics: andrew-ng-course, chatgpt, isa-fulford-course, machine-learning, openai
- Language: Jupyter Notebook
- Homepage:
- Size: 38.1 KB
- Stars: 76
- Watchers: 2
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gpt - DeepLearningAI-ChatGPT
- awesome_ai_agents - Deeplearningai-Chatgpt-Promptengineering - Practical Jupyter notebooks from Andrew Ng and Isa Fulford's "ChatGPT Prompt Engineering for Developers" course on DeepLearning.AI. (Building / Prompt Engineering)
- awesome_ai_agents - Deeplearningai-Chatgpt-Promptengineering - Practical Jupyter notebooks from Andrew Ng and Isa Fulford's "ChatGPT Prompt Engineering for Developers" course on DeepLearning.AI. (Building / Prompt Engineering)
- awesome-chatgpt - LazaUK/DeepLearningAI-ChatGPT-PromptEngineering - This project provides practical Jupyter notebooks based on Andrew Ng and Isa Fulford's course on ChatGPT prompt engineering, adapted for the Azure OpenAI service to help developers learn effective prompt crafting techniques. (Documentation and examples / Information about prompt engineering)
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.