-
Notifications
You must be signed in to change notification settings - Fork 0
/
sen_20230627.qmd
136 lines (102 loc) · 3.76 KB
/
sen_20230627.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
title: "chatGPT"
subtitle: "서울교육청 직무연수"
description: |
"내 맘대로 선택하는 위풍당당" 2023 초등 교육정책 직무연수 3기 "챗GPT와 디지털 글쓰기" 실습자료입니다.
author:
- name: 이광춘
url: https://www.linkedin.com/in/kwangchunlee/
affiliation: 한국 R 사용자회
affiliation-url: https://github.com/bit2r
- name: 신종화
url: https://modernity.tistory.com/
affiliation: 한국 R 사용자회
affiliation-url: https://github.com/bit2r
date: "2023-06-27"
title-block-banner: true
#title-block-banner: "#562457"
format:
html:
css: css/quarto.css
theme: flatly
code-fold: true
code-overflow: wrap
toc: true
toc-depth: 3
toc-title: 목차
number-sections: true
highlight-style: github
self-contained: false
filters:
- lightbox
lightbox: auto
link-citations: true
knitr:
opts_chunk:
message: false
warning: false
collapse: true
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor_options:
chunk_output_type: console
editor:
markdown:
wrap: 72
---
# 강의노트
- [디지털 강의노트](https://bit.ly/42R12Sk)
- 정보보안을 위해서 강의 후 접속불가합니다.
# 사전준비
1. 구글/마이크로소프트 회원가입을 통해 전자우편주소를 발급받는다.
- <https://r2bit.com/gpt-edu/prerequisite.html#account>
1. 구글/MS 전자우편주소를 사용해서 AI 서비스(챗GPT, 바드, MS 이미지
생성자 등)에 가입합니다.
- <https://r2bit.com/gpt-edu/prerequisite.html#ai-services>
# (챗GPT) 디지털 글쓰기 [^1]
[^1]: 한국 R 사용자회 [데이터 과학 글쓰기](https://r2bit.com/quarto/)
::: panel-tabset
### 도구의 인간
![](images/homo-faber.jpg)
### 디지털 글쓰기
![챗GPT 디지털 글쓰기 진화과정](images/writing_history.jpg)
### 출판
![<https://event-us.kr/data-science/event/64397>](images/chatGPT_publishing.png){fig-align="center"
width="354"}
### 챗GPT 유닉스 쉘
![](images/chatGPT_shell_cover.png)
<https://github.com/bit2r/gpt-shell>
:::
# 챗GPT와 디지털 글쓰기
::: column-page
```{mermaid}
flowchart TB
setup["환경설정<br>MS(OpenAI), 구글(Bard)"] --> practice
subgraph practice["챗GPT 실습"]
direction LR
survey["자료조사<br>대한민국 영화통계"] --> writing["챗GPT 프롬프트 <br> 대박 영화 시놉시스 제작"]
writing --> image["Text-to-Image<br> 대박영화 포스터 제작"]
image --> excle["정형 데이터 <br> 엑셀"]
image --> autoGPT["작업 자동화 <br> AutoGPT"]
image --> reasoning["추론 <br> 수능문제풀이"]
end
practice --> workshop["챗GPT 출판<br>bitPublish, PDF"]
class practice nodeStyle
classDef nodeStyle fill:#93c47d,stroke:#000000,stroke-width:0.7px,font-weight:bold,font-size:14px;
```
:::
# (이전 워크샵) 공개자료
경기도평생학습포털 지식(GSEEK) [지식홈페이지](https://www.gseek.kr/)에
개설되는 "챗GPT 디지털 글쓰기" 교육과정을 통해 출판을 제외한 전체 과정을
학습했다.
- 워드 편집기(아래한글, 워드 등) 없이 다양한 형태 문서를 무료로
저작한다.
- 전세계 사람들과 동일한 방식으로 공유와 협업을 통해 디지털 저작물을
만든다.
- 유료 소프트웨어(오피스 구입), 무료 블로그 광고 없이도 디지털
저작물을 생산하고 저작권자는 본인으로 챗GPT 시대 디지털 글쓰기
주체로 자리매김한다.
[![GSEEK 01](images/GSEEK_001.jpg), ![GSEEK
02](images/GSEEK_002.jpg)]{.aside}
### [학습자료 바로가기](https://r2bit.com/gpt-edu/gseek_20230530.html) {.unnumbered}