microsoft/AI-For-Beginners

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
57c2faebcf0fb7dc37cca0202f0e29118ddfa71c

Branches

Tags

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

Clone

HTTPS

Download ZIP

binder/environment.yml

25lines · modecode

1name: ai4beg
2channels:
3 - defaults
4 - conda-forge
5dependencies:
6 - ipykernel=6.4.1
7 - ipython=7.27.0
8 - ipywidgets=7.6.5
9 - jupyter=1.0.0
10 - matplotlib=3.4.2
11 - numpy=1.22.3
12 - python=3.8.12
13 - requests=2.26.0
14 - scikit-learn=0.24.2
15 - scipy=1.6.2
16 - pip=21.0.1
17 - conda-forge::opencv=4.5
18 - setuptools=58.0.4
19 - pytorch::pytorch=1.11.0
20 - pytorch::torchtext=0.12.0
21 - pytorch::torchvision=0.12.0
22 - pytorch::torchdata=0.3.0
23 - pip:
24 - -r requirements.txt
25 - --default-timeout=120
26