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

https://github.com/mrityunjay-tripathi/uci-ml-repository

Downloads all of the datasets from UCI Machine Learning Repository
https://github.com/mrityunjay-tripathi/uci-ml-repository

beautifulsoup4 data-science machine-learning multiprocessing notify2 python uci-machine-learning webscraping

Last synced: 3 months ago
JSON representation

Downloads all of the datasets from UCI Machine Learning Repository

Awesome Lists containing this project

README

        

# UCI ML Repository Downloader
The UCI Machine Learning Repository is a collection of databases, domain theories, and data generators that are used by the machine learning community for the empirical analysis of machine learning algorithms. It is used by students, educators, and researchers all over the world as a primary source of machine learning data sets. As an indication of the impact of the archive, it has been cited over 1000 times. [re3data.org]

### Reqirements

Run the following command in the terminal to install all the required tools to run the program.
```
pip3 install requirements.txt
```

## Getting Started

```
python3 downloader.py --save_to location/where/to/save/datasets --num_workers j
```

## Authors

* **Mrityunjay Tripathi**

## License

This project is licensed under the Apache 2.0 License - see the [License](https://github.com/MrityunjayTripathi/American-Sign-Language-Classification/blob/master/LICENSE) file for details.