Skip to content

Repo with exercises and examples to the topic of "Artificial Intelligence"

Notifications You must be signed in to change notification settings

zuercheram/cas_artificial_intelligence

Repository files navigation

Python Environment

I run the Notebooks in an Anaconda environment on win11. The env file is located in the environment folder.

Install Anaconda or Miniconda according to the documentation. Create a new environment using the .yml file.

conda env create -f ./environment/win11_env.yml

The environment from the yml file is labeled ai. To activate the env use:

conda activate ai

About

Repo with exercises and examples to the topic of "Artificial Intelligence"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published