update docs
parent
796ba2dda3
commit
98c07fa123
|
@ -1 +1,2 @@
|
|||
node_modules
|
||||
pnpm-lock.yaml
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# @vladmandic/face-api
|
||||
|
||||
Version: **1.1.2**
|
||||
Version: **1.1.3**
|
||||
Description: **FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS**
|
||||
|
||||
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||
|
@ -9,8 +9,9 @@ Repository: **<git+https://github.com/vladmandic/face-api.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> master** 2021/03/15 mandic00@live.com
|
||||
### **1.1.3** 2021/03/16 mandic00@live.com
|
||||
|
||||
- fix for seedrandom
|
||||
|
||||
### **1.1.2** 2021/03/15 mandic00@live.com
|
||||
|
||||
|
|
|
@ -1,4 +1,24 @@
|
|||
# FaceAPI Library: Code of Conduct
|
||||
|
||||
<br>
|
||||
Use your best judgement
|
||||
If it will possibly make others uncomfortable, do not post it
|
||||
|
||||
- Be respectful
|
||||
Disagreement is not an opportunity to attack someone else's thoughts or opinions
|
||||
Although views may differ, remember to approach every situation with patience and care
|
||||
- Be considerate
|
||||
Think about how your contribution will affect others in the community
|
||||
- Be open minded
|
||||
Embrace new people and new ideas. Our community is continually evolving and we welcome positive change
|
||||
|
||||
Be mindful of your language
|
||||
Any of the following behavior is unacceptable:
|
||||
|
||||
- Offensive comments of any kind
|
||||
- Threats or intimidation
|
||||
- Sexually explicit material
|
||||
- Or any other kinds of harassment
|
||||
|
||||
If you believe someone is violating the code of conduct, we ask that you report it
|
||||
|
||||
Participants asked to stop any harassing behavior are expected to comply immediately
|
||||
|
|
17
CONTRIBUTING
17
CONTRIBUTING
|
@ -1,3 +1,18 @@
|
|||
# FaceAPI Library: Contributing Guidelines
|
||||
|
||||
<br>
|
||||
Pull requests from everyone are welcome
|
||||
|
||||
Procedure for contributing:
|
||||
|
||||
- Create a fork of the repository on github
|
||||
In a top right corner of a GitHub, select "Fork"
|
||||
- Clone your forked repository to your local system
|
||||
`git clone https://github.com/<your-username>/<your-fork>
|
||||
- Make your changes
|
||||
- Test your changes against code guidelines
|
||||
`npm run lint`
|
||||
- Push changes to your fork
|
||||
- Submit a PR (pull request) to `FaceAPI`
|
||||
<https://github.com/vladmandic/face-api/pulls>
|
||||
|
||||
Your pull request will be reviewed and pending review results, merged into main branch
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# FaceAPI Library: Security Policy
|
||||
|
||||
<br>
|
||||
|
||||
All issues are tracked publicly on GitHub
|
||||
|
||||
Entire code base and indluded dependencies is automatically scanned against known security vulnerabilities
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -50,7 +50,7 @@
|
|||
"@vladmandic/pilogger": "^0.2.14",
|
||||
"chokidar": "^3.5.1",
|
||||
"dayjs": "^1.10.4",
|
||||
"esbuild": "^0.9.2",
|
||||
"esbuild": "^0.9.3",
|
||||
"eslint": "^7.22.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
|
|
Loading…
Reference in New Issue