Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OSS-2018-02
/
FaceDetection
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
junhukang
2017-06-14 17:39:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1e2381887d180e258d15a3aefc0911e4d7f52383
1e238188
1 parent
0504045b
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
readme.txt
views/upload_ajax구현못함.html
readme.txt
0 → 100644
View file @
1e23818
대표적인 모듈을 제외하고 사용한 모듈은 업로드 하는데 필요한 multer 모듈을 이용하였으며,
사용된 html은 facedetection.html과 upload.html이며
upload_ajax구현못함.html에는 웹을 좀더 꾸미려고 노력했으나 제대로 완성을 하지 못한 코드가 들어있습니다.
얼굴인식을 하는데 이용한 api는 마이크로 소프트 FACE API이며
https://docs.microsoft.com/en-us/azure/cognitive-services/face/overview 에서 찾아 볼 수 있습니다.
계정마다 50일간 무료로 사용할 수 있고 분당 2000건의 요청을 처리할 수 있습니다.
웹디자인은 무료 탬플릿CSS을 이용하였습니다.
\ No newline at end of file
views/upload_ajax구현못함.html
View file @
1e23818
...
...
@@ -21,7 +21,7 @@
</head>
<body>
<!--이미지업로드 버튼-->
<style
type=
"text/css"
>
.buttonWrap
{
position
:
relative
;
...
...
Please
register
or
login
to post a comment