lawyer-omer / PromptEngineeringFromDeepLearningAi

Prompt Engineering Course Notes from DeepLearning.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Prompt Engineering Course Notes (This readme is also written by GPT-4)

Welcome to this awesome repository containing the course notes from the free Prompt Engineering Course by deeplearning.ai. Get ready to supercharge your AI skills! πŸ§ πŸ’‘

This repository contains valuable notes that will help you understand and navigate through the course more efficiently.

πŸ“š Contents

  • Course notes in markdown format
  • Example code for better understanding

πŸ› οΈ Installation and Usage

Follow these simple steps to get started with the notes:

  1. Clone the repository:
git clone https://github.com/lawyer-omer/PromptEngineeringFromDeepLearningAi.git

  1. Navigate to the repository folder:
cd PromptEngineeringFromDeepLearningAi
  1. Make sure you have Python 3 installed. If not, download it here.

  2. Install the openai Python library:

pip3 install openai
  1. Obtain your OpenAI API key from the OpenAI Platform.

  2. Paste your API key in each file where required.

  3. Run any file using the following command:

python3 4-Inferring.py

πŸ“– Happy Learning!

Enjoy the course and feel free to contribute to this repository by submitting pull requests or opening issues. Let's learn together! πŸŽ‰

About

Prompt Engineering Course Notes from DeepLearning.ai


Languages

Language:Python 100.0%