An open API service indexing awesome lists of open source software.

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

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.