-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to github pages to deploy, add default model and sample h5ad t…
…o repo so that users can just click predict to get started
- Loading branch information
Showing
9 changed files
with
33,722 additions
and
10 deletions.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/venv | ||
/data | ||
/models | ||
/checkpoints | ||
|
||
.DS_Store | ||
|
||
|
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,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> | ||
<!-- ONNX Web WASM Runtime--> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<title>SIMS Web</title> | ||
</head> | ||
|
||
|
@@ -15,7 +15,13 @@ | |
<div class="row"> | ||
<div class="col"> | ||
<div class="mb-3 mt-3"> | ||
<h2 class="mb-3" style="font-weight: 300">SIMS Web </h2> | ||
<div class="d-flex justify-content-between align-items-center mb-3 mt-3"> | ||
<h2 class="mb-0" style="font-weight: 300">SIMS Web</h2> | ||
<a href="https://github.com/braingeneers/sims-web" target="_blank" | ||
aria-label="View source on GitHub"> | ||
<i class="bi bi-github" style="font-size: 1.5rem; color: black;"></i> | ||
</a> | ||
</div> | ||
<div class="form-group mb-3"> | ||
<label for="model_select">Select a model:</label> | ||
<select class="form-control" id="model_select"> | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Cycling | ||
IPCs | ||
Immature CPNs | ||
Immature Interneurons | ||
Immature PNs | ||
RG | ||
Ventral Precursors | ||
oRG/Astroglia |
Oops, something went wrong.