Name Last Update
면담확인서 Loading commit data...
연구보고서 Loading commit data...
주간보고서 Loading commit data...
README.MD Loading commit data...


Logo

도기보기 서비스 개발 참여

Capstone design 2 기업체 과제 진행(with (주)펫페오톡).
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

주식회사 펫페오톡에서 제공하는 도기보기 서비스 개발 과제에 참여하는 프로젝트입니다.

도기보기 랜딩페이지

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple steps.

Prerequisites

작성중. . .

  • npm
npm install -s
</div>

Installation

작성중. . .

  1. Get a free API Key at LINE Bot API, PaPago 번역 API, Google Vision API
  2. Clone the repo
git clone http://khuhub.khu.ac.kr/2013104119/LTD
  1. Install NPM packages
npm install -s
  1. Enter your API in config.json
{
    "translate_api": "https://openapi.naver.com/v1/papago/n2mt",
    "languagedetect_api": "https://openapi.naver.com/v1/papago/detectLangs",
    "naver_client_id": "ENTER YOUR NAVER APPLICATION CLIENT ID",
    "naver_secret": "ENTER YOUR NAVER APPLICATION CLIENT SECRET",
    "domain": "ENTER YOUR DOMAIN",
    "sslport": "ENTER YOUR SSL PORT",
    "line_channelAccessToken": "ENTER YOUR LINE BOT ACCESS TOCKEN",
    "line_channelSecret": "ENTER YOUR LINE BOT SECRET"
}
    </div>

Usage

작성중. . .

  1. For run program, click Run-StartDebugging.
  2. After https server opened with console log [HTTPS] Server is started on port 23023, Add line bot using QRcode.
  3. Send English, Korean text or Image containing text(en, ko) to OSS line bot, and Check the response text from OSS line bot.

Roadmap

이게뭔지모름. . .

See the open issues for a list of proposed features (and known issues).
</div>

Contributing

작성중. . .

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

아직모름. . .

Distributed under the MIT License. See LICENSE for more information.

Contact

Email - 2013104119@khu.ac.kr

Project Link: http://khuhub.khu.ac.kr/2020-2-capstone-design2/2013104119