Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 480 Bytes

zoomsweb

Web application for ZooMS analysis with machine learning

zoomsweb

The app is deployed at https://zoomsweb-b884f28c1db2.herokuapp.com/.

To install the app locally, run the following commands in the terminal:

git clone [email protected]:mlcolab/zoomsweb.git
cd zoomsweb
python install . -e

To host the web app locally, run the following command in the terminal:

zoomsweb

and open the link from the terminal in the browser.