Showing
1 changed file
with
20 additions
and
14 deletions
1 | -# Teleprompter-STT | 1 | +# Teleprompter-STT |
2 | - | 2 | +<strong>Demo Link(Only work in chrome) π [https://teleprompterstt.herokuapp.com](https://teleprompterstt.herokuapp.com)</strong> |
3 | ## Table of Contents | 3 | ## Table of Contents |
4 | - [νλ‘μ νΈ μκ°](#-νλ‘μ νΈ-μκ°) | 4 | - [νλ‘μ νΈ μκ°](#-νλ‘μ νΈ-μκ°) |
5 | - [μ£Όμ κΈ°λ₯](#-μ£Όμ-κΈ°λ₯) | 5 | - [μ£Όμ κΈ°λ₯](#-μ£Όμ-κΈ°λ₯) |
6 | + - [System Architecture](#-system-architecture) | ||
6 | - [Directory ꡬ쑰](#-directory-ꡬ쑰) | 7 | - [Directory ꡬ쑰](#-directory-ꡬ쑰) |
7 | - [μ€μΉ λ°©λ²](#-μ€μΉ-λ°©λ²) | 8 | - [μ€μΉ λ°©λ²](#-μ€μΉ-λ°©λ²) |
8 | - [νμ](#-νμ) | 9 | - [νμ](#-νμ) |
9 | - [Reference](#-reference) | 10 | - [Reference](#-reference) |
10 | - [License](#-license) | 11 | - [License](#-license) |
11 | - | 12 | +<br><br> |
12 | 13 | ||
13 | ## π νλ‘μ νΈ μκ° | 14 | ## π νλ‘μ νΈ μκ° |
14 | - - μμ±μ λ§μΆ° λλ³Έμ νλ©΄μ μ€μκ°μΌλ‘ μΆλ ₯νλ ν둬νν° μλΉμ€ | 15 | +<img src="/uploads/fb802950564cb97c9481ed86b3b30a07/GiF.gif" width="600" height="300" /> |
15 | - - Untactμλμ νμνμμμ νΈνκ² λ°νν μ μλλ‘ λμμ£Όλ μλΉμ€ | 16 | +<br> |
16 | - | 17 | + - <strong>μμ±μ λ§μΆ° λλ³Έμ νλ©΄μ μ€μκ°μΌλ‘ μΆλ ₯νλ ν둬νν° μλΉμ€<strong/> |
18 | + - <strong>Untactμλμ νμνμμμ νΈνκ² λ°νν μ μλλ‘ λμμ£Όλ μλΉμ€<strong/> | ||
19 | +<br><br> | ||
17 | 20 | ||
18 | ## π μ£Όμ κΈ°λ₯ | 21 | ## π μ£Όμ κΈ°λ₯ |
19 | - - [**Web Speech API**](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) && [**string-similarity API**](https://www.npmjs.com/package/string-similarity) μ¬μ© | 22 | + - [**Web Speech API**](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) && [**string-similarity API**](https://www.npmjs.com/package/) μ¬μ© |
20 | - Real-time Script Output | 23 | - Real-time Script Output |
24 | +<br><br> | ||
21 | 25 | ||
26 | +## π System Architecture | ||
22 | 27 | ||
28 | +<img src="/uploads/8c2576e36c5ade3b1ce3abe5cef7c86a/Architecture.png" width="700" height="300"/> | ||
29 | +<br><br> | ||
23 | ## π Directory ꡬ쑰 | 30 | ## π Directory ꡬ쑰 |
24 | ```bash | 31 | ```bash |
25 | Teleprompter-STT | 32 | Teleprompter-STT |
... | @@ -54,6 +61,7 @@ Teleprompter-STT | ... | @@ -54,6 +61,7 @@ Teleprompter-STT |
54 | βββ README.md | 61 | βββ README.md |
55 | βββ server.js ---> Back-end [Node.js Express] | 62 | βββ server.js ---> Back-end [Node.js Express] |
56 | ``` | 63 | ``` |
64 | +<br><br> | ||
57 | 65 | ||
58 | ## :keyboard: μ€μΉ λ°©λ² | 66 | ## :keyboard: μ€μΉ λ°©λ² |
59 | #### βοΈ React & Express μλ² λμ ꡬλ (Local Serverλ‘ λμ) | 67 | #### βοΈ React & Express μλ² λμ ꡬλ (Local Serverλ‘ λμ) |
... | @@ -93,23 +101,21 @@ Teleprompter-STT | ... | @@ -93,23 +101,21 @@ Teleprompter-STT |
93 | 101 | ||
94 | ##### Express μλ² μμ | 102 | ##### Express μλ² μμ |
95 | `$ npm run server` | 103 | `$ npm run server` |
96 | - | 104 | +<br><br> |
97 | 105 | ||
98 | ## π₯ νμ | 106 | ## π₯ νμ |
99 | - κΆλμ (2016110307) | 107 | - κΆλμ (2016110307) |
100 | - κΉλ€μ (2017110268) | 108 | - κΉλ€μ (2017110268) |
101 | - | 109 | +<br><br> |
102 | - | ||
103 | 110 | ||
104 | ## π Reference | 111 | ## π Reference |
105 | - [**Web Speech API**](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) | 112 | - [**Web Speech API**](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) |
106 | -- [**string-similarity API**](https://www.npmjs.com/package/string-similarity) | 113 | +- [**string-similarity API**](https://www.npmjs.com/package/) |
107 | - [**Material-Ui**](https://material-ui.com/) | 114 | - [**Material-Ui**](https://material-ui.com/) |
108 | - | 115 | +<br><br> |
109 | - | ||
110 | 116 | ||
111 | ## π License | 117 | ## π License |
112 | Teleprompter-STT is [MIT licensed](./LICENSE). | 118 | Teleprompter-STT is [MIT licensed](./LICENSE). |
113 | 119 | ||
114 | -<br> | 120 | +<br><br> |
115 | [πBack To The Top](#teleprompter-stt) | 121 | [πBack To The Top](#teleprompter-stt) |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment