Skip to content

Commit

Permalink
Merge pull request #240 from datmo/readme-env-update
Browse files Browse the repository at this point in the history
Add env setup and workspace initialization examples to README
  • Loading branch information
asampat3090 committed Jul 20, 2018
2 parents 10ec5fd + 8834811 commit 1e1ae5e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,33 @@ and get started with your own projects.

For more advanced tutorials, check out our dedicated tutorial repository [here](https://github.com/datmo/datmo-tutorials).


### Environment Setup

Setting up an environment is extremely easy in datmo. Simply run `datmo environment setup` and follow the prompts.

<p align="center">
One example is shown below, for setting up a Python 2.7 TensorFlow with CPU reqs/drivers.
<br><br>
<img src="/images/env-setup.gif">
</p>

For the full guide on setting up your environment with datmo, see this page in our documentation [here](https://datmo.readthedocs.io/en/latest/env-setup.html).


### Opening a workspace

After getting your environment setup, most developers want to open what we call a workspace (IDE or Notebook programming environment)

<p align="center">
One example is shown below, for quickly opening a Jupyter Notebook and showing the import of TensorFlow working as intended.
<br><br>
<img src="/images/datmo-notebook.gif">
</p>


### Experiment Running and Tracking

Here's a comparison of a typical logistic regression model with one leveraging Datmo.

<table class="tg">
Expand Down
Binary file added images/datmo-notebook.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/env-setup.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e1ae5e

Please sign in to comment.