Kkomi’s_Adventure(Watertoad_Course)

Service image This code for the watertoad course of the Chiak Mountain Exploration program of the Korea National Park Service.

Main Function

Service Concept

Promoting awareness of the beauty and preservation value of national parks

  • Role of National Park Tour Guide: The main purpose is to closely observe the nature and life of the national park and experience the wonders of nature
  • Highly Autonomous Exploration Service: Highly Autonomous Exploration Service that can be used without tour commentators
  • Family with children: Targeting families with young children, visiting the center of an experience center, campsite, or the beginning of a national park trail
  • Minimize media elements: Minimize media elements to help you immerse yourself in walking and observing nature / Media that can be visually interesting is a secondary factor

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

Prerequisites

  • Windows
  • Python 3.7.*
  • CPU or NVIDIA GPU + CUDA CuDNN

Getting Started

  • Clone this repo:

git clone https://github.com/Rabbit-SH/Kkomi-s_Adventure.git
cd Kkomi-s_Adventure

Install requirements

pip install -r requirements.txt

Running the Local Server

uvicorn main:app --reload

Then you can test in 127.0.0.1:8000 (localhost)

How to Use

Front-End (For Develper)

cd b_course/For_Develop

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Back-End

The frontend receives requests through axios and provides API according to get or post requests.

For example in Vue.js request

"await axios.post('http://localhost:8000/aipainter', formData,{responseType: 'blob'});" =>

In FastApi

Then the function defined under “@app.post(“/aipainter”)” is executed and the response is sent back to the frontend. The frontend receives requests through axios and provides API according to get or post requests.

For More information

Check out our other repository here Kkomi’s_Adventure_Front_end

Datasets

P2GAN

@misc{pascal-voc-2007,
    author = "Everingham, M. and Van Gool, L. and Williams, CKI and Winn, J. and Zisserman, A.",
    title = "{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"}

Source

Sound source : 에코샵홀씨(주)/김현태

License

This project is licensed under the MIT License – see the LICENSE.md file for details

Related Projects

AnimeGANv2-pytorch | White-box-Cartoonization | p2gan. | Leaflet | Vue | Vuetify | Vuex | Openstreetmap

Etc

If you have any questions, please contact us

[Rabbit-SH] : [email protected] | [Hyewoong] : [email protected] | [cocoball] : [email protected] | [Jinujara] : [email protected] | [minjeongKim21] : [email protected]

GitHub

View Github