State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
Sanity CLI tool for managing Sanity projects and organizations
Chroma's fork of @xenova/transformers serving as our default embedding function
Azure AI Projects client library.
List of ML tasks for huggingface.co/tasks
A fully persistent balanced binary search tree
Modify colors using the color-mod() function in CSS
Merge Tailwind CSS classes without style conflicts
Ensure values are ordered consistently in your CSS.
Common repository for example datasets used by Vega related projects.
Colors, formatting and other tools for the console
A tiny utility to colorize stdin/stdout
Lightweight fuzzy-search
🤗 Tokenizers.js: A pure JS/TS implementation of today's most used tokenizers
This module provides basic ANSI color code support, to allow you to format your console output with foreground and background colors as well as providing bold, italic and underline support.
A list of color names and its values
Colors of Google's Material Design made available to coders
The color red, in ansi.
The fastest Node.js library for formatting terminal text with ANSI colors~!
Convert HEX color to RGBA
React components for Chart.js
Node-RED node for PostgreSQL, supporting parameters, split, back-pressure
LLM eval & testing toolkit
You can use datasets easily because you can access each dataset with multiple ways such as `#each` and Apache Arrow Record Batch.
Red Datasets Arrow adds `#to_arrow` method to each dataset in Red Datasets. You can get dataset as `Arrow::Table` object. `Arrow::Table` is provided by [Red Arrow](http://github.com/red-data-tools/red-arrow).
Red Datasets Pandas adds `#to_pandas` method to each dataset and its table in Red Datasets. You can get data as Pandas::DataFrame class object.
Red Datasets Daru adds `#to_daru` method to each dataset in Red Datasets. Using this method, you can obtain dataset as an object of `Daru::DataFrame` class, which is provided by [daru](https://github.com/sciruby/daru).
Red Datasets GDK Pixbuf adds `#to_gdk_pixbuf` method to some datasets in Red Datasets. You can get `GdkPixbuf::Pixbuf` objects from a dataset.
Red Datasets Numo::NArray adds `#to_narray` method to each dataset in Red Datasets. You can get dataset as Numo::NArray's numeric subclass object.
Apache Arrow Dataset is one of Apache Arrow components to read and write semantic datasets stored in different locations and formats.