-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1018 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
37
Package: minutemaker
Title: GenAI-based meeting and conferences minutes generator
Version: 0.12.0
Authors@R:
person("Angelo", "D'Ambrosio", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2045-5155"))
Description: Generate meeting minutes starting from an audio recording or a
transcripts using speech-to-text and LLMs.
License: MIT + file LICENSE
Imports:
dplyr (>= 1.1.4),
httr (>= 1.4.7),
jsonlite (>= 1.8.8),
llmR (>= 1.1.0),
lubridate (>= 1.9.3),
purrr (>= 1.0.2),
readr (>= 2.1.4),
rlang (>= 1.1.2),
stringr (>= 1.5.1),
styler (>= 1.10.2),
tools (>= 4.3.2),
vctrs (>= 0.6.5)
Remotes:
github::bakaburg1/llmR
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
av (>= 0.9.0),
devtools (>= 2.4.5),
parallel (>= 4.3.2),
reticulate (>= 1.38.0),
testthat (>= 3.0.0),
text2vec (>= 0.6.4),
tictoc (>= 1.2),
usethis (>= 2.2.3)