Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SVLT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ALMF
SVLT
Commits
4d976755
Commit
4d976755
authored
8 months ago
by
Christopher Randolph Rhodes
Browse files
Options
Downloads
Patches
Plain Diff
New build version
parent
01ea43ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+26
-0
26 additions, 0 deletions
README.md
with
26 additions
and
0 deletions
README.md
0 → 100644
+
26
−
0
View file @
4d976755
# model_server
Serving Vision to Living Things.
## Summary
model_server is a service for on-demand computer vision, adapted specifically to image-based feedback in microscopy
and other life sciences applications. It abstracts image data access, persists machine learning models,
and exposes an extensible API to facilitate low-latency analysis.
## Installation from source:
1.
Install Git:
<br>
https://git-scm.com/download/win
2.
Install Miniforge for environment management:
<br>
https://github.com/conda-forge/miniforge/releases
3.
Under the Start menu, open
`Miniforge3 > Miniforge Prompt`
4.
In the new terminal, clone the model_server repository:
<br>
`cd %userprofile%`
<br>
`git clone https://almf-staff:KJmFvyPRbpzoVZDqfMzV@git.embl.de/rhodes/model_server.git`
5.
Create the environment:
`mamba env create --file requirements.yml --name model_server_env`
6.
Activate the environment:
`mamba activate model_server_env`
7.
Add the project source as a Python package:
`pip install -e .`
## To start the server:
1.
From the Miniforge prompt, run
`mamba activate model_server_env`
2.
Then run
`python -m scripts.run_server --port 6221`
3.
A browser window should appear, with basic status information.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment