此專案為臉部辨識網頁,使用者可註冊與登入,並上傳含有人臉的照片,網頁會呼叫 clarifai API 來辨識並圈出人臉。
- 註冊
- 登入
- 登出
- 計算使用者的辨識次數
- 辨識人臉照片
以下將會引導你如何安裝此專案到你的電腦上。
請先安裝 Node.js,Node.js 版本建議為:
18.12.0
以上
git clone https://github.com/linyawun/smart-brain.git
cd smart-brain
npm install
npm start
在瀏覽器網址列輸入以下即可看到畫面
http://localhost:8000/
- public - 靜態檔案放置處
- src
- assets - 圖片放置處
- components - React 元件放置處,依元件拆分資料夾
- FacRecognition
- Form
- ImageLinkForm
- Logo
- Navigation
- Rank
- Register
- Signin
- Node.js v18.12.0
- React v18.2.0
- tachyons v4.12.0
- particles-bg v2.5.5
- react-parallax-tilt v1.7.150
你可以透過以下方式與我聯絡
- email: linyawun031@gmail.com