microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
.devcontainer/requirements.txt
21lines · modecode
| 1 | gensim==4.3.3 |
| 2 | gym==0.26.2 |
| 3 | huggingface==0.0.1 |
| 4 | imageio==2.35.0 |
| 5 | keras==3.13.2 |
| 6 | nltk==3.9.4 |
| 7 | pandas==2.2.2 |
| 8 | pillow==12.2.0 |
| 9 | pygame==2.6.0 |
| 10 | scikit-image==0.24.0 |
| 11 | seaborn==0.13.2 |
| 12 | smart-open==7.0.4 |
| 13 | tensorboard-data-server==0.7.2 |
| 14 | tensorflow-datasets==4.9.6 |
| 15 | tensorflow-hub==0.16.1 |
| 16 | tensorflow==2.17.0 |
| 17 | tensorboard==2.17.1 |
| 18 | tokenizers==0.20.0 |
| 19 | torchinfo==1.8.0 |
| 20 | tqdm==4.66.5 |