microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
.devcontainer/requirements.txt
22lines · modecode
| 1 | gensim==3.8.3 |
| 2 | gym==0.23.1 |
| 3 | huggingface==0.0.1 |
| 4 | imageio==2.16.2 |
| 5 | keras==2.8.0 |
| 6 | nltk==3.5 |
| 7 | pandas==1.4.2 |
| 8 | pillow==9.1.0 |
| 9 | pygame==2.1.2 |
| 10 | scikit-image==0.19.2 |
| 11 | seaborn==0.11.2 |
| 12 | smart-open==5.2.1 |
| 13 | tensorboard-data-server==0.6.1 |
| 14 | tensorflow-datasets==4.4.0 |
| 15 | tensorflow-hub==0.12.0 |
| 16 | tensorflow-text==2.8.1 |
| 17 | tensorflow==2.8.1 |
| 18 | tensorboard==2.8.0 |
| 19 | tokenizers==0.10.3 |
| 20 | torchinfo==0.0.8 |
| 21 | tqdm==4.62.3 |
| 22 | transformers==4.3.3 |
| 23 | |