https://github.com/genietim/image-colour-organizer
A toolset providing (a) an indexer of photos/images and (b) a frontend to sort & filter the images by colour
https://github.com/genietim/image-colour-organizer
Last synced: 3 months ago
JSON representation
A toolset providing (a) an indexer of photos/images and (b) a frontend to sort & filter the images by colour
- Host: GitHub
- URL: https://github.com/genietim/image-colour-organizer
- Owner: GenieTim
- License: gpl-3.0
- Created: 2020-07-24T12:25:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T15:24:55.000Z (4 months ago)
- Last Synced: 2025-03-18T22:42:09.389Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# image-colour-organizer
[](https://app.fossa.com/projects/git%2Bgithub.com%2FGenieTim%2Fimage-colour-organizer?ref=badge_shield)A toolset providing (a) indexer of photos/images and (b) a frontend to sort & filter the images by colour
## Usage
Currently, the usage requires some work:
1. You need to have [nodejs](https://nodejs.org/en/) installed
2. You need to either clone or download this repository
3. You need to install the dependencies of both components:
1. `cd backend && npm install && cd ../frontend && npm install && cd ..`
4. Now you can execute the indexer: `./backend/bin/run index-images --debug "absolute/path/to/your/images" > debug_out.txt`
5. Finally, when that one has run, you may start the server to display the user interface: `cd frontend && npm run dev`
6. Open the link that is displayed in the console; probably [http://localhost:5000/](http://localhost:5000/). Have fun!## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2FGenieTim%2Fimage-colour-organizer?ref=badge_large)