Vaibhavs10 / open-tts-tracker

1.1k stars 69 forks source link

Generate the table from another file #30

Open Ryu1845 opened 9 months ago

Ryu1845 commented 9 months ago

Hi, currently every modification has to be done directly in markdown which is pretty unwieldy. So I propose to move to data to a separate file like a csv, yaml, or json. This would have the added benefit making the data easily machine-readable.

If you accept this proposal, I would probably implement this myself if all goes well. The generation part should be trivial with a github action.

Pendrokar commented 9 months ago

Meanwhile use this as a workaround: https://www.tablesgenerator.com/markdown_tables#

Vaibhavs10 commented 9 months ago

Agree, maybe we can use a Hugging Face datasets? Does that work? https://huggingface.co/datasets

We can have a dataset and then use that as the ground truth?

Pendrokar commented 1 month ago

Agree, maybe we can use a Hugging Face datasets? Does that work? https://huggingface.co/datasets

We can have a dataset and then use that as the ground truth? @Vaibhavs10

Here is a start with just the capabilities table and the TTS info within README.md: https://huggingface.co/datasets/Pendrokar/open_tts_tracker

But I used a CSV/TSV so that Dataset Viewer would auto-convert it.

It becomes less unwieldy to modify when using a Rainbow CSV extension for your IDE.