Webapp to display predicted spectral data for metabolites
For simple deployment:
unzip -j data/webapp-data.zip -d datastreamlit run Home.py
To deploy a website that can be accessed with https :
- Obtain SSL certificates for your server using certbot:
certbot --nginx -d <SERVER NAME> - Deploy with Docker:
docker compose up -d