https://github.com/kaggledatasets/kaggledatasets.github.io
Official Website of Kaggle Datasets
https://github.com/kaggledatasets/kaggledatasets.github.io
bootstrap datasets kaggle pandas pytorch reactjs sklearn tensorflow
Last synced: 3 months ago
JSON representation
Official Website of Kaggle Datasets
- Host: GitHub
- URL: https://github.com/kaggledatasets/kaggledatasets.github.io
- Owner: kaggledatasets
- License: apache-2.0
- Created: 2019-11-12T10:55:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T04:40:31.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T17:44:40.827Z (about 1 year ago)
- Topics: bootstrap, datasets, kaggle, pandas, pytorch, reactjs, sklearn, tensorflow
- Language: HTML
- Homepage: https://kaggledatasets.github.io
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kaggledatasets.github.io
Official Website of Kaggle Datasets
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Following are the packages/frameworks requried to get this site up and running.
- [Ruby](https://www.ruby-lang.org/en/)
- [Jekyll](https://jekyllrb.com/)
- [Bootstrap](https://getbootstrap.com/)
### Setup
Clone the repository:
```bash
git clone https://github.com/kaggledatasets/kaggledatasets.github.io
cd kaggledatasets.github.io
```
Install the Ruby gems:
```bash
gem install bundler
bundle install
```
Start the website:
```bash
bundle exec jekyll serve
```
## Deployments
The website is hosted on Github Pages at [https://kaggledatasets.github.io](https://kaggledatasets.github.io).
To deploy changes, merge your latest code into the `master` branch. A build will be automatically built and committed to the master branch via a Travis CI job.
## License
This website is Apache-2.0 licensed, as found in the [LICENSE](LICENSE) file.