theochem / Selector

Python library of algorithms for selecting diverse subsets of data for machine-learning.
https://selector.qcdevs.org
GNU General Public License v3.0
22 stars 22 forks source link

Add a command line tool for people to perform subset selection with one line of `bash` code #17

Open FanwangM opened 2 years ago

FanwangM commented 2 years ago

This is good to have, but let's leave it to the last stage. An example can be found at https://github.com/theochem/B3clf.

FanwangM commented 2 years ago

This is too much work and does not help the audience. But we can do it in the future.

PaulWAyers commented 1 year ago

To the extent we decide to do this, we should use https://github.com/tiangolo/typer which makes it easy(ish). The "big brother" of this is fastapi which would build the webserver @FanwangM has talked about.