Skip to content

breatheco-de/prompt-engineering-exercise-course

Repository files navigation

Welcome to the Practical Prompt Engineering Course for Beginners 🤖🧾

In recent years, Generative Artificial Intelligence (AI) has taken an increasingly important role in the daily lives of many people. Since the release of ChatGPT, AI has ceased to be just a concept known to a few and has become an accessible tool for everyone, but still, many do not know how it works... That is about to change.

In this course, we answer the following questions:

  • How does Generative AI work?
  • What are the best Prompting techniques to get precise results?
  • How to obtain an API Key to use OpenAI or Groq

Additionally, we review many important concepts in a concise and clear manner so that anyone can understand them regardless of their prior knowledge.

No prior knowledge required ✅

How to start? 🚀

From GitHub (recommended)

First, fork the repository. Go to this link and press Fork.

how-to-fork

Then create the fork, you can change the name if you want Fork

Click on the "Code" button click on code button

and then on "Create Codespace" to open this repository in a cloud development environment, so you won't have to install anything on your computer and you can start the course with just one click. create codespace

From your computer

Note: If you prefer to work on your computer, make sure you have Node.js, npm, Python, and VSCode installed. You can download Node. You can download Python. You can download VSCode.

> You can create your own virtual machine like Codespace locally using Docker

Try the tutorial to Create your own Local-Codespace to avoid configuration issues

1. Install LearnPack

a. Run the following command to install LearnPack globally on your computer:

npm install -g @learnpack/learnpack

After installing LearnPack, you will be able to run any LearnPack course locally. You can see more tutorials and courses here.

b. Open VSCode and install the LearnPack extension. To do this, follow these steps:

  • Click on the extensions icon in the left sidebar.
  • Search for "LearnPack" in the search bar.
  • Click "Install" on the LearnPack extension.

2. Open a terminal according to your operating system:

  • On Windows: Search for cmd in the start menu and click on cmd to open the terminal. (Or simply press Ctrl + R, type cmd and press Enter)
  • On Mac: Search for terminal in Spotlight and click on terminal to open the terminal.
  • On Linux: Press Ctrl + Alt + T to open the terminal.

3. Clone this repository to your computer, wherever you want:

git clone https://github.com/breatheco-de/prompt-engineering-exercise-course.git

4. Enter the course directory:

cd prompt-engineering-exercise-course

5. Start the course:

If you have already installed the LearnPack extension in VSCode, when you enter the course directory, LearnPack will start automatically. If not, run the following command:

learnpack start

And that's it! LearnPack will take care of installing what it needs to function, you just start learning.

How to collaborate? 🤝

If you find any errors or want to improve this course, please open a Pull Request or an Issue in this repository. All help is welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages