GUI for Denario
Project description
DenarioApp
GUI for Denario, powered by streamlit.
Test a deployed demo of this app in HugginFace Spaces.
Run locally
Install the GUI from source following one of the following steps.
-
Install with pip
pip install -e .
-
Install with uv
uv sync
Run the app with:
streamlit run src/denario_app/app.py
Run in Docker
You may need sudo permission or use this link. To build the docker run:
docker build -t denario-app .
To run the app:
docker run -p 8501:8501 --rm \
-v $(pwd)/project_app:/app/project_app \
-v $(pwd)/data:/app/data \
-v $(pwd).env/app/.env \
denario-app
That command exposes the default streamlit port 8501, change it to use a different port. You can mount additional volumes to share data with the docker using the -v flag. The above command shares the project_app folder, where the project files are generated, a data folder, where the required data would be present, and a .env file with the API keys (so no need to parse them manually). To run the docker in interactive mode, add the flag -it and bash at the end of the command.
You can also use docker compose, you can just run
docker compose up --watch
to build the image and run the container.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file denario_app-0.1.3.tar.gz.
File metadata
- Download URL: denario_app-0.1.3.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7f094c3b6f361c921bf96f361a80d0c86155b5c00c1f596d4b72a1694f89bfe
|
|
| MD5 |
b4d77258560073f126d07d4bf2aa47d8
|
|
| BLAKE2b-256 |
d87ccf9398a907f798e4406a25ecf09f688c72c159868c05f51bda18dbaa49f4
|
File details
Details for the file denario_app-0.1.3-py3-none-any.whl.
File metadata
- Download URL: denario_app-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62f44f6d9a1f7b0a20b87e2a59c5d9828012947dfdc1009a6ae8cecae20b8642
|
|
| MD5 |
c4a45e7b27c3dab612b4e2299404c4c9
|
|
| BLAKE2b-256 |
5470aa6e92018e7ecfb4b8baff060c36f46cda8221148b7c0859b9a88196c716
|