Skip to content

국립공원공단 치악산 대국민 탐방서비스

License

Notifications You must be signed in to change notification settings

parkm2ngyu00/kkomiadventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kkomiadventure

국립공원공단 치악산 대국민 탐방서비스

개발환경 (윈도우, 아나콘다)

python==3.7.16

실행 방법

git clone https://github.com/parkm2ngyu00/kkomiadventure.git
cd kkomiadventure/
pip install -r requirements.txt (In the directory containing requirements.txt)   
uvicorn main:app --reload (In the directory containing main.py)

주요 사용 기술

  • FrontEnd : HTML / CSS / JS (Vanilla) / Leaflet.js (지도 서비스)
  • BackEnd : FastAPI
  • Model : Tensorflow, Pytorch, GAN, CV

프로젝트 정보

  • 기관: 국립공원공단
  • 개발 기간: 2023.10.20 ~ 2023.11.29
  • 프로젝트 목적: 생성형 AI와 모바일 웹 서비스를 결합하여 사용자 친화적이고 인터랙티브한 탐방서비스 개발

팀원 소개

  • 황주선(팀장) : 기획, 모델링
  • 배연지(부팀장) : 기획, 모델링
  • 김규리 : 기획, 웹 페이지 개발
  • 박민규 : 기획, 웹 페이지 개발
  • 윤아현: 기획, 모델링

서비스 개요

  • 주요 타겟 : 어린이가 포함된 가족
  • 치악산 둘레길을 돌며 지도 기반의 탐방 서비스를 Interactive하게 즐길 수 있는 모바일 웹 프로그램

주요 기능

  1. 게임 방식의 GPS 탐방서비스
  2. 다양한 버튼 이벤트를 사용하여 동적인 효과 증대
  3. 사용자가 탐방 중 찍은 사진을 생성형 AI를 활용해 이미지 변환, 이를 활용해 마지막에 숲속필름(스티커 사진) 제공
  4. 한국화, 만화, 캐릭터 3개의 모델을 탑재해 사용자로 하여금 다양한 이미지 변환 유도

주요 UI

닉네임 입력 페이지 튜토리얼 페이지 메인 지도 페이지 미션 페이지
image image image image
미션 완료 페이지 숲속필름 증정 페이지 AI화가 수묵화 변환 선택 AI화가 수묵화 변환
image image image image

이미지 변환 모델

P2GAN (한국화 변환 시 사용)

P2GAN_example1_origin P2GAN_example1 P2GAN_example2_origin P2GAN_example2

AnimeGANv2 (캐릭터 변환 시 사용)

Animeganv2_woman2 Animeganv2_woman2 Animeganv2_man2 Animeganv2_man2

Cartoonizer (만화 변환 시 사용)

Cartoonizer_example1_origin Cartoonizer_example1 Cartoonizer_example2_origin Cartoonizer_example2

Citation

@misc{pascal-voc-2007, author = "Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.", title = "The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2007 {(VOC2007)} {R}esults", howpublished = "http://www.pascal-network.org/challenges/VOC/voc2007/workshop/index.html"}