Skip to content

Software which organizes pictures according to similarity

License

Notifications You must be signed in to change notification settings

ecmeirelles/OrganizAction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

In order to run the program properly, it's necessary to assegure that the pc has:

*After installing caffe, run in terminal:

  • $ ~/caffe/scripts/download_model_binary.py ~/caffe/models/bvlc_reference_caffenet
  • $ ~/caffe/data/ilsvrc12/get_ilsvrc_aux.sh

Installation

  • Clone the repository:
    • $ git clone https://www.github.com/gutorc92/das.git
  • Get inside the cloned folder:
    • $ cd das
  • Install the requirements:
    • $ pip install -r requirements.txt
  • Go to the app:
    • $ cd das ('das' in this case is another folder inside the previous 'das' folder)
  • Open the project in your favorite text editor:
    • Create a folder called 'images' in the same level as 'das' and 'gallery'
    • Create a folder called 'static' inside the 'images' folder previously created

The project tree has to be like:

Project Tree

  • Create the database:
    • $ python manage.py makemigrations gallery
  • Migrate the data to schema:
    • $ python manage.py migrate

Running the Project

  • Run in terminal:
    • $ python manage.py runserver
  • Enjoy the project!

The project will run, by default, in localhost:8000

PS. It's not necessary to add images in the folder. The images will be automatically loaded after you run the program and select the desired images, from your pc, on the appropriate location in the page. As shown in this example:

How to Load Images

About

Software which organizes pictures according to similarity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.4%
  • JavaScript 17.2%
  • HTML 12.7%
  • CSS 11.7%