공재호

Update md

Showing 1 changed file with 39 additions and 5 deletions
1 -# AI 화면보호기 1 +# AI Screen Saver
2 +## AI 화면보호기 : 비인가 사용자로부터 PC 정보보호
3 +![1](https://user-images.githubusercontent.com/57438644/100651272-926b3380-3388-11eb-870e-f0ccc900c999.png)
4 +
5 +# 프로젝트 목적
6 +IBM 조사에 따르면 모든 정보 유출사고의 무려 60%는 내부자에 의해 발생되며 그 중 75%는 악의로 인한 것
7 +-> 이에따라 내부자에 대한 인가자, 비인가자 구분이 요구되며 내부 관계자에 대한 보안 필요성이 증대
8 +
9 +# Built With
10 +- [Nodejs v14.15.1](https://nodejs.org/ko/)
11 +- [Express](https://expressjs.com/ko/)
12 +- [Python3](https://www.python.org/downloads/)
13 +- [YOLOv4](https://github.com/Tianxiaomo/pytorch-YOLOv4)
14 +- [Darknet](https://github.com/pjreddie/darknet)
15 +- [Amazon Rekognition](https://aws.amazon.com/ko/free/machine-learning/?trk=ps_a134p000006gGh6AAE&trkCampaign=acq_paid_search_brand&sc_channel=PS&sc_campaign=acquisition_KR&sc_publisher=Google&sc_category=Machine%20Learning&sc_country=KR&sc_geo=APAC&sc_outcome=acq&sc_detail=aws%20facial%20recognition&sc_content=Facial%20Recognition_e&sc_matchtype=e&sc_segment=477202630056&sc_medium=ACQ-P|PS-GO|Brand|Desktop|SU|Machine%20Learning|Solution|KR|EN|Text&s_kwcid=AL!4422!3!477202630056!e!!g!!aws%20facial%20recognition&ef_id=Cj0KCQiAzZL-BRDnARIsAPCJs72Uu_Iat-5C20ve4ITu4seo-Z4DXXMvSZYgcbpgO3GYG1c6ayI0ZdUaAnLSEALw_wcB:G:s&s_kwcid=AL!4422!3!477202630056!e!!g!!aws%20facial%20recognition)
16 +
17 +## Run screen
18 +![2](https://user-images.githubusercontent.com/57438644/100651286-95662400-3388-11eb-8f32-fc6bdf88282b.png)
19 +
20 +# 제공기능
21 +1. 사용자에게 웹 UI를 통한 편리성 제공
22 +2. 인가 사용자 등록 기능
23 +3. 비인가 사용자 위험 감지
24 +4. 화면 전환 기능 (사용자 선택가능)
25 + - 윈도우 잠금
26 + - 바탕화면 이동
27 +
28 +### 기대효과
29 +- PC 보안성 향상
30 +- 비인가 사용 차단
31 +
32 +### 향후방향
33 +- 자체 플랫폼 개발
34 +
35 +# Member
36 +**Project Member**
37 +- 공재호([asebn1](https://github.com/asebn1))
38 +- 이민호([yeemh](https://github.com/yeemh))
39 +- 이승민([effectivemadness](https://github.com/effectivemadness))
2 40
3 -## Member
4 -- 2015104147 공재호 asebn121@gmail.com
5 -- 2015104198 이민호 lkjjr0424@khu.ac.kr
6 -- 2015104201 이승민 madcat@khu.ac.kr
...\ No newline at end of file ...\ No newline at end of file
......