https://github.com/vanvalenlab/cellsam-demo-site
Source code for cellsam.deepcell.org
https://github.com/vanvalenlab/cellsam-demo-site
Last synced: 12 months ago
JSON representation
Source code for cellsam.deepcell.org
- Host: GitHub
- URL: https://github.com/vanvalenlab/cellsam-demo-site
- Owner: vanvalenlab
- Created: 2025-05-30T17:39:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T22:41:37.000Z (about 1 year ago)
- Last Synced: 2025-06-15T23:58:03.334Z (about 1 year ago)
- Language: TypeScript
- Size: 5.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
To start this app in your local environment, first install Docker on your local machine. Follow directions on how to set that up on your machine [here](https://www.docker.com/get-started/).
Once installed, run the following command to build a docker image:
```bash
docker build -t cellsam-demo-site:local .
```
Then run the next command to start the server:
```bash
docker run --rm -d -p 8080:80 --name test-cellsam cellsam-demo-site:local
```