Skip to content

dimashky/content-based-image-retrieval

Repository files navigation

Content Based Image Retrieval

Requirements

How to start

  • Add images to the dataset folder (only images dont include folders)
  • Run this command in your cmd to create index table
cd ./colorsearch && python index.py -d dataset -i ./storage/index.csv
cd ./neuralnetwork && python index.py -d dataset -i ./storage/indexvgg.csv
cd ./objectdetection && python index.py -d dataset -i ./storage/index.json
  • Run this command in your cmd to run the server
python server.py

Paper

We have released a paper for this work, it may be help new students.

Contributors

About

Content Based Image Retrieval using Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published