Self-host RXN4Chem tools using Docker
mainBy default, ChemCrow uses the RXN4Chem API for retrosynthetic planning and reaction product prediction. To avoid API latency or key requirements, you can self-host these tools using Docker containers.
Run the following commands to start the prediction and retrosynthesis services:
docker run --gpus all -d -p 8051:5000 doncamilom/rxnpred:latest
docker run --gpus all -d -p 8052:5000 doncamilom/retrosynthesis:latest