Skip to main content

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.

  1. Install with pip

    pip install -e .
    
  2. Install with uv

    uv sync
    

Run the app with:

denario run

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

denario_app-0.1.4.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

denario_app-0.1.4-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file denario_app-0.1.4.tar.gz.

File metadata

  • Download URL: denario_app-0.1.4.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.2

File hashes

Hashes for denario_app-0.1.4.tar.gz
Algorithm Hash digest
SHA256 a0d2572ce3b65bdc76ceeee4eadc13f687cc54ddeca6240a8a7a69dd7e19b3ce
MD5 a4d89d59aed04225e7bd76a2eb583db4
BLAKE2b-256 402d403c49ff851746d2fd928644715a0a2e020567a6575278cca611992a70b1

See more details on using hashes here.

File details

Details for the file denario_app-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for denario_app-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 07cf4070f7c1570764ae6d1c464e4d7522fc9f6a95053862b68b446b373de8b7
MD5 fd050ca2b3750d458fa10efc30433ea7
BLAKE2b-256 692b1b6a71f4a411203df38b5bb0b8dc0c3f1c55ea46d74ea56bed98d25599f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page