物聯網技術與應用期末專案:在本專案中將透過Sensor與Web,改善公用環境中洗衣機、烘衣機等使用情形不明的問題,透過Camera讀取機器上方的時間信號並以OCR進行辨識,透過Socket方式連接前後端,以P5.js將上述資訊視覺化,呈現於網站中,並於其中設計排隊、換人等功能。
- Clone the project :
git clone
- Install packages in python : numpy、opencv-python、pytesseract
pip3 install ...
- Change root to github project and install javascript packages
npm install
- Execute Server.js
Node Server.js
- Change tesseract_cmd path in OCR.py (if you install pytesseract through homebrew)
pytesseract.pytesseract.tesseract_cmd = r'/opt/homebrew/bin/tesseract'
- main : Start countting by pressing button
- branch-OCR : Reload time by using OCR automatically
組員 | 系級 | 學號 | 工作分配 | github |
---|---|---|---|---|
莊崴宇 | 資科碩二 | 110753117 | Socket | C-WeiYu |
姚惠馨 | 資科碩二 | 110753135 | OCR | Hsin0705 |
吳泓澈 | 資科碩一 | 111753116 | P5.js | Hunter107306009 |
朱筑筠 | 資科碩一 | 111753113 | Test | Juliachu1213 |
李家蓁 | 資科碩一 | 111753129 | Test | jennylee0915 |
陳琪 | 國貿四 | 107301086 | Test | agustdmybae |
李佩璇 | 教育四 | 107102041 | Test | claire0201 |
葉晉嘉 | 資管二甲 | 109ZU1011 | Sensor | moonshrimp |