Skip to content

RobinMillford/Avocado-Shiny-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Avocado Shiny App

This repository contains the code and necessary files to deploy a Shiny web application. The application is designed to provide a dashboard of California avocado insights.

Source

Dataset - California Avocado Production and Value (1971-) .

Deployment

Here is my Deployed app on Shiny server - Avocado Dashboard

Requirements

To run this application locally or deploy it on a server, you need the following:

  • Python 3.x
  • Pip (Python package manager)
  • Shiny server or a compatible deployment environment

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/RobinMillford/Avocado-Shiny-App.git
  2. Navigate to the project directory:

    cd Avocado-Shiny-App
  3. Install the required Python packages using pip:

    pip install -r requirements.txt

Usage

Running Locally

To run the Shiny app locally:

  1. Ensure all dependencies are installed (see Installation above).

  2. Start the Shiny app using Uvicorn:

    shiny run --reload --launch-browser app.py 

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or a pull request in this repository.

Releases

No releases published

Packages

No packages published

Languages