Skip to content

Repository files navigation

Prerequisite

  • Microsoft Azure Subscription
  • Python 3.14 or higher

SetUp

  1. For every script, ensure the environment variables mentioned in the script are added to the .env file in the root directory

  2. Create a python3 environment using command python3 -m venv .packages_env

  3. Activate the just created .packages_env using command source .packages_env/bin/activate

  4. In the activated environment (.packages_env), install dependencies listed in requirements.txt file using command pip install -r requirements.txt

  • Run examples using command python3 <filename>.py e.g., python3 01-azure-open-ai.py

About

In this repository is a set of python files that gradually document the steps to learn to work with generative AI applications in Python.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages