-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
34 lines (18 loc) · 952 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# coffeeroastingprofiles
<!-- badges: start -->
<!-- badges: end -->
## About the project
This app uses outputs from Artisan, an open-source software that assists coffee roasters record, analyze, and control roast profiles. It imports .alog files and displays roast curves. It uses Python code from Artisan to chart rate of rise (RoR) curves. There will soon be a cupping tab along with a tab to view past roasts. I hope to have a place where others can also import and view their roasts.
This app is a work in progress.
## Demo
View it [here](https://jacciz.shinyapps.io/coffee_roasting/)
Built With
* [R Shiny](https://shiny.rstudio.com/)
## Setup
Data is stored in a SQLite database which offers only local storage. Roast profiles are dumped in a folder after they are uploaded.
## Author
Jacci Ziebert - ([email protected])