-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.qmd
48 lines (32 loc) · 1.46 KB
/
README.qmd
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: "Welcome"
format:
html:
theme: csafe.css
---
Unlock the power of handwriting analysis with handwriter. This tool is designed to assist forensic examiners by analyzing handwritten documents. Whether you are a forensic document examiner, legal professional, academic, or simply curious about how statistics are applied to handwriting, handwriter provides an automated way to evaluate handwriting samples.
# Quick Start
## View a Demo
View a demo of handwriter on handwritten documents from the CSAFE Handwriting Database. Go to [demo](https://csafe.shinyapps.io/handwriterAppDemo/).
## Use Your Own Handwriting Samples
### Installation
Handwriter requires R, RStudio IDE, and JAGS.
- Install R and RStudio from [POSIT](https://posit.co/download/rstudio-desktop/)
- Install JAGS from [SourceForge](https://sourceforge.net/projects/mcmc-jags/files/)
Install the handwriterApp R package. Open RStudio and navigate to the console window and type
```{r, eval=FALSE}
options(timeout = 100000)
install.packages("handwriterApp")
install.packages("devtools")
devtools::install_github("CSAFE-ISU/handwriterRF")
```
### Launch the App
Open RStudio, navigate to the console window, and type:
```{r, eval = FALSE}
library(handwriterRF)
library(handwriterApp)
handwriterApp()
```
In the pop-up window, click **Open in Browser**. If you use the app in the pop-up window
instead of in a browser, some links will not work.
Follow the instructions to analyze handwriting samples.