This is an interactive HTML + webR application that lets you run R code directly in your browser. Everything runs client-side — no R installation or server required.
- Upload ZIP files containing folders with curve files in spm format.
- Explore files inside extracted folders.
- Classify your curves with the selected classifier.
- Plot your data and classification results using
ggplot2library. - Download results: prediction and metrics as CSV and plots as PNG.
For testing, you can use the example ZIP files included in this repository:
Data_example.zip(recommended)Data_small.zipData_small_3.zip
Upload a ZIP file containing curve files in the spm format or your own data.
The app is hosted via GitHub Pages, visit:
https://gamu-milan.github.io/webR-app/
- Uses webR with
ggplot2anddplyr. - All computations are performed in your browser; no server required.
If you use this code, please cite the associated paper:
To be updated upon publication.
The archived version of this specific repository can be found on Zenodo:
To be updated later.
This project is licensed under the MIT License—see the LICENSE file for details.