Skip to content

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

License

Notifications You must be signed in to change notification settings

HughKu/cloud-photo-album

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/