You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,11 +35,7 @@ Chemeleon is a text-guided diffusion model designed for crystal structure genera
38
35
39
36
## Demo Application
40
37
41
-
A demo version of Chemeleon is available at [Chemeleon App](https://8501-01j80snre5xdhq828s1q5brs0m.cloudspaces.litng.ai).
42
-
>[!NOTE]
43
-
> The demo is currently in beta and hosted on Lightning Studio. The server will automatically shut down when not in use and may take approximately 2 minutes to restart.
44
-
45
-
For local deployment, you can run the application on your machine with the following command:
38
+
You can run the application on your machine with the following command after installing the package:
46
39
47
40
```bash
48
41
streamlit run app/steamlit_app.py
@@ -289,15 +282,18 @@ This script will output the following metrics:
289
282
# Citation
290
283
291
284
If you find our work helpful, please refer to the following publication:
292
-
["Exploration of crystal chemical space using text-guided generative artificial intelligence" Chemxiv (2024)](https://chemrxiv.org/engage/chemrxiv/article-details/6728e27cf9980725cf118177)
285
+
["Exploration of crystal chemical space using text-guided generative artificial intelligence" Nature Communications (2025)](https://doi.org/10.1038/s41467-025-59636-y)
293
286
294
287
```
295
-
@article{chemeleon,
288
+
@article{park2025exploration,
296
289
title={Exploration of crystal chemical space using text-guided generative artificial intelligence},
297
290
author={Park, Hyunsoo and Onwuli, Anthony and Walsh, Aron},
0 commit comments