-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 939 Bytes
/
DESCRIPTION
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
Package: YesNoDetect
Title: Shiny App for the prediction of handwritten yes or no boxes and also to feed the database the convolutional neural network uses to predict the boxes
Version: 0.0.0.9000
Authors@R: person('Emanuel', 'Sommer', email = '[email protected]', role = c('cre', 'aut'))
Description: It contains the code for the UI and Server logic for the Shiny App. Moreover all the code managing the work with the database as well as the modeling.
License: MIT + file LICENSE
Imports:
config,
golem,
shiny,
attempt,
DT,
glue,
htmltools,
fullPage,
ggplot2,
dplyr,
emo,
googlesheets4,
shinydashboard,
shinyWidgets,
processx,
pkgload,
waiter,
tensorflow,
keras,
shinydashboardPlus
Remotes:
github::RinteRface/fullPage,
github::hadley/emo
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
Suggests:
testthat (>= 2.1.0)