https://github.com/valeman/springerml
Downloads free Machine Learning and Data books from Springer
https://github.com/valeman/springerml
Last synced: 4 months ago
JSON representation
Downloads free Machine Learning and Data books from Springer
- Host: GitHub
- URL: https://github.com/valeman/springerml
- Owner: valeman
- License: lgpl-3.0
- Created: 2020-04-27T16:42:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T16:04:12.000Z (about 6 years ago)
- Last Synced: 2025-08-25T00:08:04.805Z (9 months ago)
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpringerML
Downloads free Machine Learning and Data books from Springer.
Python script to download all free Springer Machine Learning and data books: https://towardsdatascience.com/springer-has-released-65-machine-learning-and-data-books-for-free-961f8181f189
# Required libraries
- [bs4](https://pypi.org/project/bs4/) (beautifulsoup4)
- [requests](https://pypi.org/project/requests/)
- [urllib.parse](https://docs.python.org/3/library/urllib.parse.html)
- [os](https://docs.python.org/3/library/os.html)
# Installation
The .py file should be downloaded and put into the folder where you want the books downloaded. The books are downloaded to the current working directory.