GithubHelp home page GithubHelp logo

juchem / lstm_molecular_gen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mjuchem/lstm_molecular_gen

0.0 0.0 0.0 30.42 MB

Python 11.66% Jupyter Notebook 79.68% Makefile 0.79% Shell 2.26% Dockerfile 5.62%

lstm_molecular_gen's Introduction

LSTM Molecular Gen

Trains LSTM with a dataset of SMILES molecular sequences, and uses the model to output new sequences.

Part of the code derived from:

Running

The notebooks can be run under Jupyter Lab.

Dependencies

  • matplotlib
  • numpy
  • openbabel
  • pandas
  • rdkit
  • tensorflow

Sandboxed Container

A sandboxed container is provided with the complete environment needed to run the notebooks without installing additional software.

Build the docker image in Linux with make, make build or ./build.sh.

Run the docker container with make run (ensures image is built beforehand) or ./run.sh.

Open the lab's URL on your web browser (default: http://localhost:52019).

Configure Jupyter Lab with environment variables:

  • NOTEBOOKS_DIR: notebooks root directory (default: repo root)
  • LAB_ADDR: host address to bind the server to (default: 127.0.0.1)
  • LAB_PORT: host port to bind the server to (default: 52019)

E.g.:

# run the lab on the default address and port
make run

# run the lab on http://127.0.0.2:51776
make run LAB_ADDR=127.0.0.2 LAB_PORT=51776

lstm_molecular_gen's People

Contributors

mjuchem avatar juchem 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.