Skip to content

Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology

License

Notifications You must be signed in to change notification settings

joe-nano/deepchem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepchem

Deep Learning Toolchain for Cheminformatics and Protein Analysis

Requirements

Linux (64-bit) Installation

deepchem currently requires Python 2.7

###Anaconda 2.7 Download the 64-bit Python 2.7 version of Anaconda for linux here.

Follow the installation instructions

###openbabel

conda install -c omnia openbabel

Follow the onscreen installation instructions

###rdkit

conda install -c omnia rdkit

Follow the onscreen installation instructions

###keras Clone the keras git repository

git clone https://github.com/fchollet/keras.git

Cd into the keras directory and execute

python setup.py install

###deepchem Clone the deep_chem git repository

git clone https://github.com/pandegroup/deepchem.git

Cd into the deepchem directory and execute

python setup.py develop

About

Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.5%
  • Jupyter Notebook 2.5%
  • Other 2.0%