Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BrightPool/udemy-prompt-engineering-course
Content for the Udemy Prompt Engineering Course
https://github.com/BrightPool/udemy-prompt-engineering-course
Last synced: 3 days ago
JSON representation
Content for the Udemy Prompt Engineering Course
- Host: GitHub
- URL: https://github.com/BrightPool/udemy-prompt-engineering-course
- Owner: BrightPool
- Created: 2023-08-22T10:56:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T09:29:38.000Z (about 1 month ago)
- Last Synced: 2024-11-25T10:31:22.102Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 13 MB
- Stars: 90
- Watchers: 3
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_ai_agents - Udemy-Prompt-Engineering-Course - Content for the Udemy Prompt Engineering Course (Building / Prompt Engineering)
- awesome_ai_agents - Udemy-Prompt-Engineering-Course - Content for the Udemy Prompt Engineering Course (Building / Prompt Engineering)
README
# Udemy Prompt Engineering Course
This is a Github repository for all of the source code used in the Udemy Prompt Engineering Course.
## Installation:
- Install gitleaks for secret scanning: `brew install gitleaks`
- Install pre-commit: `pip install pre-commit`
- Install pre-commit hooks: `pre-commit install`## How to run Gitleaks to generate a report:
`gitleaks detect --source="." --report-path="gitleaks-report.json"`