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.
Dataset - California Avocado Production and Value (1971-) .
Here is my Deployed app on Shiny server - Avocado Dashboard
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
-
Clone this repository to your local machine:
git clone https://github.com/RobinMillford/Avocado-Shiny-App.git
-
Navigate to the project directory:
cd Avocado-Shiny-App
-
Install the required Python packages using pip:
pip install -r requirements.txt
To run the Shiny app locally:
-
Ensure all dependencies are installed (see Installation above).
-
Start the Shiny app using Uvicorn:
shiny run --reload --launch-browser app.py
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or a pull request in this repository.