Standalone version
Run DeepNEC 2.0 locally
Use the command-line package to run the same prediction workflow on your own computer or server.
Install from the repository
git clone https://github.com/navduhan/deepnec-2.0.git
cd deepnec-2.0
conda env create -f environment.yml
conda activate deepnec2
pip install -e . Open GitHub