HughKu / cloud-photo-album

A photo album demo featuring search by image using deep learned features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: Due to cost and I need to host another on-going project, this website is no longer served online

Cloud-photo-album

A demo photo album featuring search by image using deep feature learning.

Demo Video (click to watch)

Demo


Features

1️⃣ Auto-labeling when uploading images

upload

2️⃣ Search by Text

search-by-text

3️⃣ Search by Image

search-by-image


Architecture

architecture


Install and Run

  1. Get off-the-shelf dependencies
pip install -r requirements.txt
  1. Get my paper work on retrieval using caffe
git clone https://github.com/HughKu/caffe-retrieval.git
  1. Run Django Server
cd my_website
python manage.py runserver 8002
  1. Open web browser and enter the following URL
http://localhost:8002/work/photo-album-alpha/

About

A photo album demo featuring search by image using deep learned features

License:MIT License


Languages

Language:JavaScript 56.9%Language:HTML 28.9%Language:Python 7.7%Language:CSS 6.5%