Skip to content

a simple server using FastAPI to make calls to pyGlass API

Notifications You must be signed in to change notification settings

IstoVisio/syGlassRemoteAPIServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syGlassRemoteAPIServer

python > 3.6

64 bit only!

current dependencies:

pip install fastapi pip install uvicorn pip install email_validator pip install requests pip install numpy pip install -i https://test.pypi.org/simple/ syGlass

conda install -c flyem-forge vol2mesh conda install -c flyem-forge -c conda-forge neuclease

Run the server with:

uvicorn server:app --reload

then visit http://127.0.0.1:8000/

or for running the server in production:

uvicorn server:app --reload --host=0.0.0.0

About

a simple server using FastAPI to make calls to pyGlass API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages