These instructions will guide you through configuring a GitHub Codespaces environment that you can use to do the labs.
1. Click on the button below to start a new codespace from this repository.
2. Then click on the option to create a new codespace.
This will run for a long time while it gets everything ready.
After the initial startup, it will run a script to setup the python environment and install needed python pieces. This will take several more minutes to run. It will look like this while this is running.
The codespace is ready to use when you see output like the one shown below in its terminal.
3. Run the warmup script in the TERMINAL to make the LLM interactions faster.
python scripts/warmup.py &
4. Open the labs file.
You can open the labs.md file either in your codespace or in a separate browswer tab/instance.**
Now, you are ready for the labs!
These materials are provided as part of the Enterprise AI Accelerator Workshop conducted by TechUpSkills (Brent Laster).
Use of this repository is permitted only for registered workshop participants for their own personal learning and practice. Redistribution, republication, or reuse of any part of these materials for teaching, commercial, or derivative purposes is not allowed without written permission.
© 2025 TechUpSkills / Brent Laster. All rights reserved.