Skip to content

An image search engine built with flask , MongoDB and tensorflow

License

Notifications You must be signed in to change notification settings

Hazem-dh/Content-based-image-retrieval

Repository files navigation

Content-based-image-retrieval

About the project

An image search engine built with flask , MongoDB and tensorflow that uses machine learning to give similar images to the inserted one and optimize the search time

Installation

  1. Download and install MongoDB
  2. Open the terminal inside project folder and install the required packages
    pip install -r requirements.txt
  3. Run the following command to fill the database with the necessary metadata to optimize search time
    python Offline.py
  4. Run the app by executing the following command
    python App.py

DEMO

cbir.mp4

License

MIT

About

An image search engine built with flask , MongoDB and tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published