Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/put-the-hand-on-ur-face
Warning when put the hand on your face
https://github.com/tinspham209/put-the-hand-on-ur-face
face howlerjs react reactjs tensorflow tensorflow-models
Last synced: 15 days ago
JSON representation
Warning when put the hand on your face
- Host: GitHub
- URL: https://github.com/tinspham209/put-the-hand-on-ur-face
- Owner: tinspham209
- Created: 2020-03-21T14:08:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:56:08.000Z (11 months ago)
- Last Synced: 2024-10-11T08:43:18.814Z (about 1 month ago)
- Topics: face, howlerjs, react, reactjs, tensorflow, tensorflow-models
- Language: JavaScript
- Homepage:
- Size: 7.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Project: Warning when put the hand on your face
## Date: 21 - Mar - 2020
### Functions
Using camera for AI tracking your face & training
After that Application show warning when you put the hand on your face### Screenshot
### Tech-Stack
- @tensorflow-models/knn-classifier : AI tracking & training
- @tensorflow-models/mobilenet : AI tracking & training
- howler : open audio
- mycv/f8-notification : push notifications
- ReactJS for UI### Directory Structure
```
.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
├── assets
└── hey_sondn.mp3
├── App.js
├── App.css
├── index.css
└── index.js
```### Set up
Use the cmd line to clone repo to your computer
```
git clone [github_repo_url]
```
Use the cmd line to install dependencies.
```
npm install
```
Run in cmd for start the dependencies server
```
npm start
```