Giter Club home page Giter Club logo

np-classifier's Introduction

NP Classifier

production-integration

We typically will deploy this locally. To bring everything up, you need docker and docker-compose.

Local Server

Downloading NP Classifier Models

cd Classifier/models_folder/models
sh ./get_models.sh

NOTE: Make sure you have python installed and tensorflow version 2.3.0 installed to convert the keras models into HDF5 TF2 models.

Building Dockerized Server

If you didn't do it already, you will need a network.

docker network create nginx-net
make 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

Checking input/output layer names.

Input layers' names should be "input_2048" and "input_4096"

Output layer's name should be "output"

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.

np-classifier's People

Contributors

chungmaruq avatar mwang87 avatar dependabot[bot] avatar bjonnh avatar

Stargazers

Tuobang Li avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.