-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1cc1318
commit a07b49a
Showing
2 changed files
with
3,988 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,10 @@ UVVisML | |
|
||
Predict optical properties of molecules with machine learning. | ||
|
||
## Setup | ||
## Colab Examples | ||
A Google Colab notebook is available [here](https://colab.research.google.com/github/learningmatter-mit/uvvisml/blob/main/uvvisml_demo.ipynb) with examples of using the various types of models and predictions. Alternatively, you may use the command line instructions below. | ||
|
||
## Command Line Setup | ||
0. Install [Anaconda or Miniconda](https://docs.conda.io/projects/continuumio-conda/en/latest/user-guide/install/index.html) if you have not yet done so. | ||
1. `git clone [email protected]:learningmatter-mit/uvvisml.git` | ||
2. `cd uvvisml` | ||
|
Oops, something went wrong.