Skip to content

딥러닝을 활용한 우리AI 집중도 검사 프로그램의 Web report

Notifications You must be signed in to change notification settings

jyeon2yu/AI_Concentration

Repository files navigation

AI_Concentration

딥러닝을 활용한 우리AI 집중도 검사 프로그램의 Web report

아래 순서대로 환경설정을 진행한 후, 각 폴더에 맞게 깃허브에서 다운받은 파일을 추가해 주면된다.
단, my_settings.py 파일의 경우 주석으로 표시된 곳에 본인의 MySQL 비밀번호를 입력해준다.

1. 장고 가상환경 만들기

python -m venv mysite
[참고]
https://jyeon2yu.tistory.com/5?category=952587

2. 장고 설치하기

python -m pip install --upgrade pip
pip install django

3. 장고 프로젝트 생성하기

django-admin startproject config .

4. 파이썬 패키지 설치하기

[참고]
https://jyeon2yu.tistory.com/25?category=965625

5. 장고 앱 설치하기

django-admin startapp app
django-admin startapp user

6. 장고와 MySQL 연동하기

[참고]
https://jyeon2yu.tistory.com/39?category=952587

AI_Concentration Description

image

Tools

image

Architecture

image

Deep Learning models

📌 No deep learning code included in this project!
We store the result of the deep learning model in the database, then fetch the data and visualize it on the web.
  1. SSD
  2. Conbolution Neural Networks(CNN)
  3. Residual Masking Network

Web design

image

About

딥러닝을 활용한 우리AI 집중도 검사 프로그램의 Web report

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published