TensorFlow Datasets (TFDS): a collection of ready-to-use datasets

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. datasets

    TFDS is a collection of datasets ready to use with TensorFlow, Jax, ... (by tensorflow)

    I tried Librispeech, a very common dataset for speech recognition, in both HF and TFDS.

    TFDS performed extremely bad.

    First it failed because the official hosting server only allows 5 simultaneous connections, and TFDS totally ignored that and makes up to 50 simultaneous downloads and that breaks. I wonder if anyone actually tested this?

    Then you need to have some computer with 30GB to do the preparation, which might fail on your computer. This is where I stopped. https://github.com/tensorflow/datasets/issues/3887. It might be fixed now but it took them 8 months to respond to my issue.

    On HF, it just worked. There was a smaller issue in how the dataset was split up but that is fixed now, and their response was very fast and great.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. blackjack-basic-strategy

    A computer vision powered Blackjack basic strategy app powered by Roboflow.

    For computer vision, there are 100k+ open source classification, object detection, and segmentation datasets available on Roboflow Universe: https://universe.roboflow.com

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: I am using AI to drop hats outside my window onto New Yorkers

    6 projects | news.ycombinator.com | 23 Jun 2024
  • good computer vision or deep learning projects in github

    9 projects | /r/deeplearning | 22 Apr 2023
  • Inafara de jocuri dezvoltate in Unreal Engine, ce tipuri de proiecte utilizeaza C++ in ziua de azi?

    2 projects | /r/programare | 24 Feb 2023
  • TensorFlow Datasets (TFDS): a collection of ready-to-use datasets

    1 project | /r/hypeurls | 21 Dec 2022
  • Suggestion for identification problem with shipping labels?

    3 projects | /r/computervision | 1 Nov 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?