Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (35 loc) · 1.02 KB

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/