Main Repository: detypify
This repo contains how to preprocess the raw dataset and the processed data for use with detypify.
The Samples are store in type Strokes shown below:
type Point = tuple[float, float]
type Stroke = list[Point]
type Strokes = list[Strokes]
First clone main repo, and follow the instructions below.
Do make sure the data is in the right path defined in python/proc_data.py's constants.… See the full description on the dataset page:
https://huggingface.co/datasets/Cloud0310/detypify-datasets.