iMESc is a state-of-the-art application designed to bring the power of machine learning to environmental science. Through its interactive interface, it facilitates a more intuitive and seamless experience for users to engage with complex data sets and analysis processes.
If you haven't already, install R and RStudio by following the instructions on their respective websites.
Once R and RStudio are installed, open RStudio.
Install the shiny package if it's not already installed. You can do this by running the following command in the RStudio console:
install.packages('shiny')
To start using the iMESc app, run the following code in the RStudio console:
shiny::runGitHub('iMESc','DaniloCVieira', ref='main')
Note: When you use the iMESc app for the first time, it will automatically install all the necessary packages, which may take several minutes to complete. However, once the first installation is finished, subsequent access of the app will be much faster. If the required packages are not already loaded, they typically take several seconds to load. On the other hand, if the packages are already loaded, iMESc will start almost instantly.
For a hassle-free setup, especially for users unfamiliar with RStudio, iMESc is available as a Docker container. The Docker image includes all dependencies, ensuring a consistent environment for running iMESc.
- Install Docker by following the instructions for your operating system on the Docker website.
docker pull vieiradc/imesc
docker run -d -p 3838:3838 vieiradc/imesc
Once the container is running, open your browser and navigate to:
http://localhost:3838
For detailed guidance on how to format your data and use the app with custom datasets, please refer to the iMESc User Manual.
The manual provides step-by-step instructions and examples to ensure you can easily prepare your data and fully utilize the app's capabilities.
This project is licensed under the CC BY-NC-ND 4.0 license. To view a copy of this license, visit CC BY-NC-ND 4.0.