Name Last Update
client Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
server.js Loading commit data...
yarn.lock Loading commit data...

Teleprompter-SST

Table of Contents

πŸŽ™ ν”„λ‘œμ νŠΈ μ†Œκ°œ


  • μŒμ„±μ— 맞좰 λŒ€λ³Έμ„ 화면에 μ‹€μ‹œκ°„μœΌλ‘œ 좜λ ₯ν•˜λŠ” 프둬프터 μ„œλΉ„μŠ€
  • Untactμ‹œλŒ€μ— ν™”μƒνšŒμ˜μ—μ„œ νŽΈν•˜κ²Œ λ°œν‘œν•  수 μžˆλ„λ‘ λ„μ™€μ£ΌλŠ” μ„œλΉ„μŠ€
    <!-- μ£Όμš”κΈ°λŠ₯ --> ## πŸ“œ μ£Όμš”κΈ°λŠ₯ ---
  • Web Speech API && string-similarity API μ‚¬μš©
  • Real-time Script Output
    <!-- Directory ꡬ쑰 --> ## πŸ—‚ Directory ꡬ쑰 --- bash Teleprompter-SST β”œβ”€β”€ client ---> Front-end β”‚ β”œβ”€β”€ public ---> 정적 파일 보관 β”‚ β”‚ β”œβ”€β”€ favicon.ico β”‚ β”‚ β”œβ”€β”€ index.html β”‚ β”‚ β”œβ”€β”€ manifest.json β”‚ β”‚ └── robots.txt β”‚ β”œβ”€β”€ src β”‚ β”‚ β”œβ”€β”€ components β”‚ β”‚ β”‚ └── Teleprompter.js ---> μŒμ„±μΈμ‹ && λ¬Έμž₯μœ μ‚¬λ„ μˆ˜ν–‰ β”‚ β”‚ β”œβ”€β”€ pages β”‚ β”‚ β”‚ β”œβ”€β”€ MainPage.js ---> 메인 ν™”λ©΄ β”‚ β”‚ β”‚ └── PrompterPage.js ---> λŒ€λ³Έ 좜λ ₯ ν™”λ©΄ β”‚ β”‚ β”œβ”€β”€ App.css β”‚ β”‚ β”œβ”€β”€ App.js ---> Router β”‚ β”‚ β”œβ”€β”€ App.test.js β”‚ β”‚ β”œβ”€β”€ index.css β”‚ β”‚ β”œβ”€β”€ index.js β”‚ β”‚ β”œβ”€β”€ reportWebVitals.js β”‚ β”‚ β”œβ”€β”€ serviceWorker.js β”‚ β”‚ β”œβ”€β”€ setupTests.js β”‚ β”‚ └── styles.js ---> PrompterPage.js Style β”‚ β”œβ”€β”€ .gitignore β”‚ β”œβ”€β”€ package-lock.json β”‚ β”œβ”€β”€ package.json β”‚ └── yarn.lock β”‚ β”œβ”€β”€ .gitignore β”œβ”€β”€ LICENSE ---> MIT License β”œβ”€β”€ package-lock.json β”œβ”€β”€ package.json β”œβ”€β”€ README.md β”œβ”€β”€ server.js ---> Back-end └── yarn.lock
    <!-- μ„€μΉ˜ 방법 -->

⌨️ μ„€μΉ˜ 방법


client 폴더 이동

$ cd Teleprompter-SST/client

package.json에 λͺ…μ‹œλœ λͺ¨λ“ˆ μ„€μΉ˜

$ npm install

Teleprompter-SST 폴더 이동

$ cd ..

package.json에 λͺ…μ‹œλœ λͺ¨λ“ˆ μ„€μΉ˜

$ npm install

μ‹œμž‘

$ npm run dev

Local Address 접속

http://localhost:3000

πŸ§‘β€πŸ’» νŒ€μ›


  • κΆŒλ™μ˜ (2016110307)
  • 김닀솔 (2017110268)

πŸ“‹ Reference


πŸ“‹ License


Teleprompter-SST is MIT licensed.
πŸ‘†Back To The Top