microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
binder/requirements.txt
22lines · modecode
| 1 | gensim==4.3.3 |
| 2 | gym==0.26.2 |
| 3 | huggingface==0.0.1 |
| 4 | imageio==2.35.0 |
| 5 | keras==3.9.0 |
| 6 | nltk==3.8.2 |
| 7 | pandas==2.0.3 |
| 8 | pillow==10.4.0 |
| 9 | pygame==2.6.0 |
| 10 | scikit-image==0.21.0 |
| 11 | seaborn==0.13.2 |
| 12 | smart-open==7.0.4 |
| 13 | tensorboard-data-server==0.7.2 |
| 14 | tensorflow-datasets==4.9.2 |
| 15 | tensorflow-hub==0.16.1 |
| 16 | tensorflow-text==2.13.0 |
| 17 | tensorflow==2.13.1 |
| 18 | tensorboard==2.13.0 |
| 19 | tokenizers==0.19.1 |
| 20 | torchinfo==1.8.0 |
| 21 | tqdm==4.66.5 |
| 22 | transformers==4.53.0 |
| 23 | |