Datasets-server
  • 🌍GET STARTED
    • BOINC AI Datasets server
    • Quickstart
    • Analyze a dataset on the Hub
  • 🌍GUIDES
    • Check dataset validity
    • List splits and configurations
    • Get dataset information
    • Preview a dataset
    • Download slices of rows
    • Search text in a dataset
    • Filter rows in a dataset
    • List Parquet files
    • Get the number of rows and the bytes size
    • Explore dataset statistics
    • 🌍QUERY DATASETS FROM DATASETS SERVER
      • Overview
      • ClickHouse
      • DuckDB
      • Pandas
      • Polars
  • 🌍CONCEPTUAL GUIDES
    • Splits and configurations
    • Data types
    • Server infrastructure
Powered by GitBook
On this page
  1. GET STARTED

BOINC AI Datasets server

PreviousGET STARTEDNextQuickstart

Last updated 1 year ago

🌍 Datasets Server

Datasets Server is a lightweight web API for visualizing and exploring all types of datasets - computer vision, speech, text, and tabular - stored on the BOINC AI . As datasets increase in size and data type richness, the cost of preprocessing (storage and compute) these datasets can be challenging and time-consuming. To help users access these modern datasets, Datasets Server runs a server behind the scenes to generate the API responses ahead of time and stores them in a database so they are instantly returned when you make a query through the API.

Let Datasets Server take care of the heavy lifting so you can use a simple REST API on any of the 30,000+ datasets on BOINC AI to:

  • List the dataset splits, column names and data types

  • Get the dataset size (in number of rows or bytes)

  • Download and view rows at any index in the dataset

  • Search a word in the dataset

  • Get insightful statistics about the data

  • Access the dataset as parquet files to use in your favorite processing or analytics framework

Dataset viewer of the

Join the growing community on the or today, and give the a ⭐️ if you’re interested in the latest updates!

🌍
Hub
OpenBookQA dataset
forum
Discord
Datasets Server repository