open-reaction-database / ord-interface

Search/browse interface and APIs for the Open Reaction Database
https://open-reaction-database.org
Apache License 2.0
19 stars 9 forks source link

Download search results #18

Closed brilee closed 2 years ago

brilee commented 3 years ago

I imagine one possible use for our search page is to interactively query and filter a set of reactions that the user wants to use in modeling. The search results might be pulled from a variety of datasets, but it's not obvious how we might then recapitulate those search results in a format suitable for ML training.

brilee commented 3 years ago

Alternately, instead of downloading the search results, we could replicate the same python API call that the backend used to serve those results? Then the user could copy-paste that API call to filter their local git-cloned copy of the ord-data repo.

skearnes commented 3 years ago

Yes, I think a download button to get a dataset with the matched reactions would be a good addition.

HelloJocelynLu commented 2 years ago

Hi! Is there any follow-up for this feature? I would be interested in having global search & exporting as well!