Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MWD
/
2020-02-OSS-TermProject
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이재호
2020-12-10 14:30:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
694348a2c59fd2ecc4d0824e9a13988ebc376e9b
694348a2
1 parent
7d3874bc
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
1 deletions
README.md
README.md
View file @
694348a
...
...
@@ -27,7 +27,9 @@
<!-- PROJECT LOGO -->
<br
/>
<p
align=
"center"
>
<img
src=
"/readme_img/camera.png"
width=
"100"
height=
"100"
>
<a
href=
"http://khuhub.khu.ac.kr/MWD/2020-02-OSS-TermProject/"
>
<img
src=
"/readme_img/camera.png"
width=
"80"
height=
"80"
>
</a>
</p>
<h3
align=
"center"
>
Mask-Wearing Discriminator!
</h3>
...
...
@@ -89,6 +91,46 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨
*
[
selenium
](
https://selenium-python.readthedocs.io
)
*
[
Teachable Machine
](
https://teachablemachine.withgoogle.com
)
*
[
Kakao TTS API
](
https://developers.kakao.com/docs/latest/ko/voice/common
)
*
Directory structure
.
└── 2020-02-OSS-TermProject
├── LICENSE.txt
├── README.md
├── app.js
├── bin
│ └── www
├── package-lock.json
├── package.json
├── public
│ ├── audios
│ │ ├── 0.mp3
│ │ ├── 1.mp3
│ │ ├── 2.mp3
│ │ ├── 3.mp3
│ │ └── Command_makeAudio.txt
│ ├── images
│ │ ├── 0.jpg
│ │ ├── 1.jpg
│ │ └── 2.jpg
│ └── stylesheets
│ └── style.css
├── python
│ ├── google.py
│ ├── keywords.txt
│ └── requirements.txt
├── readme_img
│ ├── 1.png
│ ├── camera.png
│ ├── ?
\2
10?
\2
37
\2
11.jpg
│ ├── ?
\2
25?
\2
03
\2
01.jpg
│ ├── ?
\2
13??
\2
32??
\2
34?
\2
23
\2
34.jpg
│ └── ?
\2
35??
\2
01?
\2
02??
\2
25?.jpg
├── routes
│ ├── index.js
│ └── users.js
└── views
├── error.ejs
└── index.ejs
...
...
@@ -215,6 +257,10 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨
<a
href=
"https://selenium-python.readthedocs.io"
>
selenium
</a>
.
<a
href=
"https://developers.kakao.com/docs/latest/ko/voice/common"
>
Kakao TTS API
</a>
.
<a
href=
"https://jquery.com/"
>
Jquery
</a>
.
<a
href=
"http://bootstrapk.com/"
>
Bootstrap
</a>
<!-- LICENSE -->
...
...
Please
register
or
login
to post a comment