Attention
Note that all the .Rmd and .R files in the primary and ancillary subfolders of the scripts folder must be copied into the working directory where the app.py file is present!!
Getting Started
Redshift-Estimator (X-Ray) is written in R and relies on the Streamlit and Python for its GUI Web app.
Installation
To set up the project and ensure all dependencies are installed, ensure that you have access to
R (version >= 4.3) with RStudio
Python (version >= 3.11)
Locally clone the project repository from GitHub or directly download the .zip file:
git clone https://github.com/gammarayapp/GRB-Web-App.git
Install the necessary R packages, open and run
Package_install.Rmdin RStudio. Alternatively, use theinstall.packages()command in R withpackages.txtandhttps://cran.r-project.orgas the base URL of repositories.
This project also requires the Python libraries Streamlit, Pandas, and Pillow, which can be installed with pip install -r requirements.txt
Please copy out all the files from the scripts and data folders to the working directory where app.py is present before running the webapp.