Skip to content

UCSB-VRL/bisqueUCSB3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BisQue Module Service Integration

Step 1 : To Build the current Branch and Run Bisque Service

To run on localhost :

docker run --name bisque -p 8080:8080 -p 27000:27000 -v /var/run/docker.sock:/var/run/docker.sock {docker_image_name}

To run on server :

docker run --name bisque --add-host vrl-4090.ece.ucsb.edu:127.0.0.1 -p 8080:8080 -p 27000:27000 -v /var/run/docker.sock:/var/run/docker.sock {docker_image_name}

Step 2 : Register Modules in Engine Service

We will see the dummy EdgeDetection module , register it .

Step 3 : ON BisQue main page > Analyze we will see listed module ( that throws the thumbnail issue )

Step 4 : Because of thumnail issue for now module page could be listed under Browse > module > edge detection ( module tg errors are throwing after running it )

Note : also refresh Bisque page if module option is not showing up !

About

An ML Platform for storing, analyzing, and visualizing your data all in the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 51.0%
  • Python 18.6%
  • JavaScript 16.0%
  • MATLAB 7.7%
  • C++ 3.3%
  • Java 1.4%
  • Other 2.0%