ike35 / Kaggle-Competition-GUI

GUI for Kaggle Competition (Cornell Tech CS5785 Fall 2017 Final Exam). A web-based image search engine user interface that users can directly access using a web browser when connected to the internet. The user interface contains a search bar for entering query descriptions, and an output area that lists the top twenty pictures in decreasing order of relevance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI for Kaggle Competition (Cornell Tech CS5785 Fall 2017 Final Exam)

Introduction

A web-based image search engine user interface that users can directly access using a web browser when connected to the internet. The user interface contains a search bar for entering query descriptions, and an output area that lists the top twenty pictures in decreasing order of relevance.

How to use

  1. Copy and paste your result.csv to the folder
  2. Install Node.js and npm to install pakages (npm install .)
  3. Run node app
  4. Go to http://localhost:1234/?id={id number}, e.g. http://localhost:1234/?id=0
  5. Have fun : )

alt text

About

GUI for Kaggle Competition (Cornell Tech CS5785 Fall 2017 Final Exam). A web-based image search engine user interface that users can directly access using a web browser when connected to the internet. The user interface contains a search bar for entering query descriptions, and an output area that lists the top twenty pictures in decreasing order of relevance.


Languages

Language:CSS 98.4%Language:HTML 1.3%Language:JavaScript 0.3%