Giter Site home page Giter Site logo

chaewon1121 / pinplace Goto Github PK

View Code? Open in Web Editor NEW

This project forked from outsider-h/pinplace

0.0 0.0 0.0 15.09 MB

CNN based location image search & its adaptation to social network

Python 5.99% HTML 13.33% CSS 11.61% JavaScript 22.91% Jupyter Notebook 45.17% EJS 0.98%

pinplace's Introduction

SWE3028_Capstone Project_Team H

——————————————————————————

Topic : CNN based Location Image Search and its Adaptation to Social Network, PINPLACE

Team Member : 엄지용, 이지섭, 정채원, 채승윤, 홍성준

——————————————————————————

Introudction of PINPLACE

0. Summary


——————————————————————————

1. Objective

“CNN based place recognition web app”

  1. Service of place recognition feature & SNS feature.
  2. Collect data set & Build CNN models which have the best accuracy
  3. Work on UI design & graphic Design
  4. Apply CNN models on web app

——————————————————————————

2. Application's Structure

  • User Flow

The following is a user flow diagram, which shows the connectivity and hierarchy between our web pages.



  • Page Lists (10 pages)

≪  Cover page / Start Page / User Guide Page / Signup Page / Login Page/
 Find Location Page / List Up Page / Upload Picture Page / SNS Page / My Page  ≫


  • Description of each page

    • Cover page : Since it is the first screen that users face, We designed the logo ourselves because we thought we had to firmly convey the platform brand image.

  • Start Page : This page is expressed in fancy graphics to roughly imply the functionality of our platform

  • User Guide Page : For optimal UX, we made this page with Card UI. Every time user turn the page, the content and design are designed to be different.

  • Sign Up Page : This page is for new users who want to make an account for this service. Currently this includes four text or password boxes, and a submission button.

  • Login Page : To use the service, users need to sign in via this page. Among the information provided in the sign-up page, ID is unique for each user: thus, ID and password are needed to log in. Additionally, there is the button to the sign-up page for who doesn’t have an account for this service.

  • Find Location Page : This page is core function page. We connect with CNN model that we made ourselves.

  • List Up page : This page shows the list of places serviced, by popularity. Popularity can be measured by daily, weekly, or monthly. Each place entry is clickable and shows a subpage for that place.

  • Upload Picture Page : This page is prepared for improving AI model, so the location information for the picture is necessary. The dropdown list for locations needed is served.

  • SNS Page : On the SNS page, you can see recommendations for places shared by celebrities.

  • My Page : This is the own user page for a user logged in, which shows pictures uploaded by that user from find location page.

——————————————————————————


3. CNN Build

CNN model spec

  • ResNet50 model is adopted

  • Total image data : 25,450

  • Training & validation data: 17,815

  • Input Size : 128 * 128

  • Train set, Validation set, Test set : 5:2:3

  • Classes : 10

  • Batch size : 32 epoch : 80

  • Optimizer : Nadam


Class List

Total 10 class

Dongdaemun_Design_Plaza, Gyeongui_Line_Forest_Park, Naksan_Park,
Namsan_Seoul_Tower, The_Hyundai_Seoul_Mall,  Myeongdong_Cathedral,
Ikseon_Dong_Hanok_Village, Jamsil_Lotte_Tower, Han_River_Sebitseom,
Haebangchon

Tried CNN models

  • Lenet-5 has three convolution layer, two pooling layer, one fully-connected layer and this have about 60,000 parameter to learn. This model is basic model of CNN.
  • AlexNet model has five convolution layer, three pooling layer, two local response normalization layer, one fully-connected layer and this have about 62,000,000 parameter to learn.
  • VGG16 model has 13 convolution layer, 5 pooling layer, three fully-connected layer and this have about 138,000,000 parameter to learn. This is much deeper model than AlexNet.
  • ResNet model used idea of "skip connection" which solve the gradient vanishing problem which happens when model is deeper. It has 49 convolution layer with pooling layer and one fully-connected layer.

Results of each models

Model Lenet-5 AlexNet VGG16 ResNet50
Accuracy 66.3% 13.31% 12.79% 91.12%

We Finaly choose ResNet50 model.


Final Selected model

——————————————————————————

Project Progress

CNN Part


Web Part

——————————————————————————

Output

1. Github Repository

2. Initial UI design

3. Final Report

4. Final Presentation

5. Final CNN model file

6. DEMO

pinplace's People

Contributors

chaewon1121 avatar orioncsy avatar wldyd423 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.