Giter Site home page Giter Site logo

jjump's Introduction

logo

videoplayback.mp4

Who are we?

기존에 글과 그림으로만 영어를 공부했던 어린이들의 학습 패턴에 새로운 방향성을 제시합니다. 실시간 텍스트 인식 기술을 사용하여 영어 도서를 읽는 어린이가 모르는 단어를 카메라에 비추었을 때, 이에 해당하는 삼차원 모델을 증강 현실 공간에서 제공해 줌으로써 학습의 재미와 그 효과를 극대화 시킵니다. 휴대용 전자기기 외에 별도의 장비가 없이 보다 제한이 적은 환경에서도 학습할 수 있는 모바일 어플리케이션 서비스를 구상하였습니다.

Base Concept

  • Project Structure

  • Database Schema

  • SWOT

  • Cross SWOT

What we do?

Result1

Result2

Result3

Code Details (Continued...)

  • AR module
arFragment = (ArFragment) getSupportFragmentManager().findFragmentById(R.id.ux_fragment);

        // When you build a Renderable, Sceneform loads its resources in the background while returning
        // a CompletableFuture. Call thenAccept(), handle(), or check isDone() before calling get().

        ModelRenderable.builder()
                .setSource(getApplicationContext(), R.raw.wolf)

                .build()
                .thenAccept(renderable -> modelWolf = renderable)
                .exceptionally(
                        throwable -> {
                            Toast toast =
                                    Toast.makeText(getApplicationContext(), "Unable to load andy renderable", Toast.LENGTH_LONG);
                            toast.setGravity(Gravity.CENTER, 0, 0);
                            toast.show();
                            return null;
                        });

More Details

Demo Video

User Manual

Project Report

Contact Us

박민기

  • AR 모듈 제작
  • 프론트엔드 작업

박지수

  • 프로젝트 전체 소스 디자인
  • 프론트엔드 작업
  • API 연결

윤석원

  • DB스키마 제작
  • 서버 아키텍쳐

jjump's People

Contributors

jisoo-o avatar qkralsrl1029 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.