microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
961ed4a8978fd4d4017de6e6388255bd5b580c01

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.devcontainer/environment.yml

24lines · modepreview

name: ai4beg
channels:
  - defaults
  - conda-forge
dependencies:
  - ipykernel
  - ipython
  - ipywidgets
  - jupyter
  - matplotlib=3.9
  - numpy=1.26
  - python
  - requests=2.32
  - scikit-learn
  - scipy=1.13
  - pip
  - conda-forge::opencv
  - setuptools
  - pytorch::pytorch
  - pytorch::torchtext
  - pytorch::torchvision
  - pytorch::torchdata
  - pip:
    - -r requirements.txt