Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.02 KB

README.md

File metadata and controls

41 lines (28 loc) · 2.02 KB

mlex_data_clinic

Description

This app provides a training/testing platform for latent space exploration with unsupervised deep-learning approaches.

Running as a standalone application

  1. Start the compute and content services in the MLExchange platform. Before moving to the next step, please make sure that the computing API and the content registry are up and running. For more information, please refer to their respective README files.

  2. Create a new Python environment and install dependencies:

conda create -n new_env python==3.11
conda activate new_env
pip install .
  1. Create a .env file using .env.example as reference. Update this file accordingly.

  2. Start example app:

python frontend.py

Finally, you can access Data CLinic at:

Model Description

pytorch_autoencoder: User-defined autoencoders implemented in PyTorch.

Further information can be found in mlex_pytorch_autoencoders.

To make existing algorithms available in Data Clinic, make sure to upload the model description to the content registry.

Copyright

MLExchange Copyright (c) 2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Intellectual Property Office at [email protected].

NOTICE. This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit others to do so.