Showing
1 changed file
with
47 additions
and
1 deletions
| ... | @@ -27,7 +27,9 @@ | ... | @@ -27,7 +27,9 @@ |
| 27 | <!-- PROJECT LOGO --> | 27 | <!-- PROJECT LOGO --> |
| 28 | <br /> | 28 | <br /> |
| 29 | <p align="center"> | 29 | <p align="center"> |
| 30 | - <img src="/readme_img/camera.png" width="100" height="100"> | 30 | +<a href="http://khuhub.khu.ac.kr/MWD/2020-02-OSS-TermProject/"> |
| 31 | + <img src="/readme_img/camera.png" width="80" height="80"> | ||
| 32 | + </a> | ||
| 31 | </p> | 33 | </p> |
| 32 | <h3 align="center">Mask-Wearing Discriminator!</h3> | 34 | <h3 align="center">Mask-Wearing Discriminator!</h3> |
| 33 | 35 | ||
| ... | @@ -89,6 +91,46 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 | ... | @@ -89,6 +91,46 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 |
| 89 | * [selenium](https://selenium-python.readthedocs.io) | 91 | * [selenium](https://selenium-python.readthedocs.io) |
| 90 | * [Teachable Machine](https://teachablemachine.withgoogle.com) | 92 | * [Teachable Machine](https://teachablemachine.withgoogle.com) |
| 91 | * [Kakao TTS API](https://developers.kakao.com/docs/latest/ko/voice/common) | 93 | * [Kakao TTS API](https://developers.kakao.com/docs/latest/ko/voice/common) |
| 94 | +* Directory structure | ||
| 95 | +. | ||
| 96 | +└── 2020-02-OSS-TermProject | ||
| 97 | + ├── LICENSE.txt | ||
| 98 | + ├── README.md | ||
| 99 | + ├── app.js | ||
| 100 | + ├── bin | ||
| 101 | + │ └── www | ||
| 102 | + ├── package-lock.json | ||
| 103 | + ├── package.json | ||
| 104 | + ├── public | ||
| 105 | + │ ├── audios | ||
| 106 | + │ │ ├── 0.mp3 | ||
| 107 | + │ │ ├── 1.mp3 | ||
| 108 | + │ │ ├── 2.mp3 | ||
| 109 | + │ │ ├── 3.mp3 | ||
| 110 | + │ │ └── Command_makeAudio.txt | ||
| 111 | + │ ├── images | ||
| 112 | + │ │ ├── 0.jpg | ||
| 113 | + │ │ ├── 1.jpg | ||
| 114 | + │ │ └── 2.jpg | ||
| 115 | + │ └── stylesheets | ||
| 116 | + │ └── style.css | ||
| 117 | + ├── python | ||
| 118 | + │ ├── google.py | ||
| 119 | + │ ├── keywords.txt | ||
| 120 | + │ └── requirements.txt | ||
| 121 | + ├── readme_img | ||
| 122 | + │ ├── 1.png | ||
| 123 | + │ ├── camera.png | ||
| 124 | + │ ├── ?\210?\237\211.jpg | ||
| 125 | + │ ├── ?\225?\203\201.jpg | ||
| 126 | + │ ├── ?\213??\232??\234?\223\234.jpg | ||
| 127 | + │ └── ?\235??\201?\202??\225?.jpg | ||
| 128 | + ├── routes | ||
| 129 | + │ ├── index.js | ||
| 130 | + │ └── users.js | ||
| 131 | + └── views | ||
| 132 | + ├── error.ejs | ||
| 133 | + └── index.ejs | ||
| 92 | 134 | ||
| 93 | 135 | ||
| 94 | 136 | ||
| ... | @@ -215,6 +257,10 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 | ... | @@ -215,6 +257,10 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 |
| 215 | <a href="https://selenium-python.readthedocs.io">selenium</a> | 257 | <a href="https://selenium-python.readthedocs.io">selenium</a> |
| 216 | . | 258 | . |
| 217 | <a href="https://developers.kakao.com/docs/latest/ko/voice/common">Kakao TTS API</a> | 259 | <a href="https://developers.kakao.com/docs/latest/ko/voice/common">Kakao TTS API</a> |
| 260 | + . | ||
| 261 | +<a href="https://jquery.com/">Jquery</a> | ||
| 262 | + . | ||
| 263 | +<a href="http://bootstrapk.com/">Bootstrap</a> | ||
| 218 | 264 | ||
| 219 | 265 | ||
| 220 | <!-- LICENSE --> | 266 | <!-- LICENSE --> | ... | ... |
-
Please register or login to post a comment