You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# SynapseNet: Deep Learning for Automatic Synapse Reconstruction
2
2
3
-
Reconstruction of synaptic structures in electron microscopy.
3
+
SynapseNet is a tool for segmentation and analysis of synapses in electron microscopy.
4
4
5
-
THIS IS WORK IN PROGRESS!
5
+
To learn how to use SynapseNet, check out [the documentation](https://computational-cell-analytics.github.io/synapse-net/).
6
+
To learn more about how it works, check out [our preprint](TODO).
6
7
7
-
## Installation
8
-
9
-
- Make sure conda or mamba is installed.
10
-
- If you don't have a conda installation yet we recommend [micromamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)
11
-
- Create the environment with all required dependencies: `mamba env create -f environment.yaml`
12
-
- Activate the environment: `mamba activate synaptic-reconstruction`
Copy file name to clipboardExpand all lines: doc/start_page.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,25 @@ especially throught the [domain adaptation](domain-adaptation) functionality.
14
14
SynapseNet offers a [napari plugin](napari-plugin), [command line interface](command-line-interface), and [python library](python-library).
15
15
Please cite our [bioRxiv preprint](TODO) if you use it in your research.
16
16
17
-
## Installation
17
+
**The rest of the documentation will be updated in the next days!**
18
+
19
+
## Requirements & Installation
18
20
19
21
- Requirements: Tested on Linux but should work on Mac/Windows.
20
22
- GPU needed to use 3d segmentation networks
21
23
- Installation via conda and local pip install
22
24
- GPU support
23
25
26
+
- Make sure conda or mamba is installed.
27
+
- If you don't have a conda installation yet we recommend [micromamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)
28
+
- Create the environment with all required dependencies: `mamba env create -f environment.yaml`
29
+
- Activate the environment: `mamba activate synaptic-reconstruction`
0 commit comments