This is a Shiny R Dashboard with an interactive map of hike recommendations in the Greater Vancouver Area based on my personal experience
Link to the dashboard:
This Shiny dashboard provides ...
The motivation behind this dashboard is to provide personal hike suggestions in the Greater Vancouver and surrounding areas. Please note that this is based on my personal experience and should be treated as a good starting point for hikes. However you should still do your own research before making a decision to attempt a new hike!
1.Clone the repository:
git clone https://github.com/meagangardner/HikeRecommendations.git
2.Install the environment:
conda env create --hike_recommender --file=environment.yaml
3.Activate the environment:
conda activate hike_recommender
4.To run the app from your terminal use:
Rscript src/app.R
5.Access the app:
Once the app is running, you can access it by opening a web browser and navigating to the address provided in the terminal output. By default, it should be something like http://127.0.0.1:5030
.