Submitted by doyougitme t3_yqiymz in MachineLearning
I've been building unweave.io as a zero setup way of running your machine learning code serverlessly on GPUs.
We get asked whether we support Notebooks on Unweave all the time. So, we put together a serverless Jupyter Lab Portal built on top of Unweave: playground.unweave.io
You can choose from 5 different GPUs or use CPU only. The lab comes with an `uwstore` folder at the root of the repository. Any files you add there will be persisted across multiple sessions.
We've pre-loaded all labs with a set of commonly used ML dependencies. If you'd like to add additional dependencies, you can install them directly in the Jupyter Lab and save them to a `requirements.txt` or `environment.yml` file. Unweave will automatically reinstall these dependencies the next time you start a lab.
Since we let you run on GPUs (which are very expensive) unfortunately we can't make it free. However, we've credited each account with $5 to start off with. Billing is by the minute and cheaper than AWS and GCP :)
I'd love to hear what you think!
P.S. Here's a demo: https://www.loom.com/share/0a06836e9832472d853b75bcae334020
Mefaso t1_ivojkuh wrote
Not showing any pricing without login is a bit of a red flag for me.
Is there a way to see the prices for different gpus without sharing my personal information?