Showing
2 changed files
with
2 additions
and
41 deletions
| ... | @@ -91,48 +91,9 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 | ... | @@ -91,48 +91,9 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 |
| 91 | * [selenium](https://selenium-python.readthedocs.io) | 91 | * [selenium](https://selenium-python.readthedocs.io) |
| 92 | * [Teachable Machine](https://teachablemachine.withgoogle.com) | 92 | * [Teachable Machine](https://teachablemachine.withgoogle.com) |
| 93 | * [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 | ||
| 134 | - | ||
| 135 | 94 | ||
| 95 | +### Directory Structure | ||
| 96 | +<img src="/readme_img/structure.png"><br><br> | ||
| 136 | 97 | ||
| 137 | 98 | ||
| 138 | <!-- GETTING STARTED --> | 99 | <!-- GETTING STARTED --> | ... | ... |
readme_img/structure.png
0 → 100644
315 KB
-
Please register or login to post a comment