Microsoft offers several learning paths for Artificial intelligence (AI) engineers. This role requires combined expertise in software development, programming, data science and data engineering.
This repository includes code related to the completion of different Microsoft Applied Skills courses. The incentive to complete these Applied Skills course is to get credentials that demonstrates proficiency in a specific, scenario-based skill so I can make a bigger impact on every project, at my organization, and in my career.
- Git
- Python >= 3.11
- Poetry >= 1.7.0
| Name | Description | Default |
|---|---|---|
LOG_DIR |
Location of the logging files | logs/ |
LOG_LEVEL |
Logging level to be applied during execution | INFO |
- Install dependencies
poetry install
NOTE To update dependencies, it may be needed to run the following command prior to installing the packages:poetry lock
