Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 992 Bytes

File metadata and controls

27 lines (20 loc) · 992 Bytes

UnoCapstone

April 2024 Cloud Engineering Capstone

How to Run the App

  1. Ensure you have Python and Dash installed.
  2. Run the app script with Python.
  3. Open a web browser and go to http://127.0.0.1:8050/.
  4. Use the file upload interface to upload your data file.
  5. Click on "Process Data" to transform and display the data.
  6. Click on "Download CSV" to download the processed data.

Dependencies

  • Dash
  • Pandas
  • Dash Bootstrap Components

Install all required packages by running pip install dash pandas dash-bootstrap-components.

Usage

  1. Start the app by running python converter_app.py in your terminal.
  2. Navigate to the app in your web browser.
  3. Upload your CSV or Excel file by dragging it into the upload area or by clicking to select the file from your system.
  4. Click the "Process Data" button to perform data transformations and display the results.
  5. Download the processed data by clicking the "Download CSV" button that appears after processing.