Next Steps
Installation: Set up DeepChem Server on your system
Setup Python Client: Install the pyds library (see PyDS Library Docs)
Quick Start: Run your first molecular featurization job
Key Endpoints
Once running, you’ll primarily work with the following endpoints:
POST /data/uploaddata: Upload molecular datasetsPOST /primitive/featurize: Apply molecular featurizationPOST /primitive/train: Train machine learning modelsPOST /primitive/evaluate: Evaluate model performancePOST /primitive/infer: Run inference on new dataGET /healthcheck: Check server status