Great Places to Find Free Datasets for Project

 Great Places to Find Free Datasets for Project





1. Google Dataset Search
https://datasetsearch.research.google.com/

2. Kaggle
https://www.kaggle.com/datasets

3. Data.Gov
https://data.gov/

https://indiaai.gov.in/datasets


4. Datahub.io
https://datahub.io/collections

5. UCI Machine Learning Repository
https://archive.ics.uci.edu/ml/datasets.php

6. Earth Data
https://www.earthdata.nasa.gov/

7. CERN Open Data Portal
http://opendata.cern.ch/

https://data.world/datasets/india

8. Global Health Observatory Data Repository
https://apps.who.int/gho/data/node.home

9. FBI Crime Data Explorer
https://cde.ucr.cjis.gov/LATEST/webapp/#/pages/home

10.NYC Taxi Trip Data
https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page

No comments

File Uploading in PHP

  File Uploading in PHP PHP allow you to upload any type of a file i.e. image, binary or text files.etc..,PHP has one in built global variab...