oolonek / NP-Classifier

Home Page:https://npclassifier.ucsd.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NP Classifier

production-integration

We typitcally will deploy this locally. To bring everything up

server-compose

Checking Model Metadata

We pass through tensorflow serving at this url:

/model/metadata

If the model input names change, then we need to change it in the code

APIs

Classify programmatically

/classify?smiles=<>

You can also provide cached flag to the params to get the cached version so make it faster

License

The license as included for the software is MIT. Additionally, all data, models, and ontology are licensed as CC0.

Privacy

We try our best to balance privacy and understand how users are using our tool. As such, we keep in our logs which structures were classified but not which users queried the structure.

About

https://npclassifier.ucsd.edu/

License:MIT License


Languages

Language:Python 61.8%Language:Jupyter Notebook 36.0%Language:Shell 1.1%Language:Makefile 0.5%Language:Dockerfile 0.5%