This is an end-to-end implementation of image search engine. The image search engines allow us to retrive similar images based on the query one
- Clone the repository, and navigate to the downloaded folder.
git clone https://github.com/saihariG/AI-Image-Inversa
- Install TensorFlow.
pip install tensorflow
- Install a few pip packages.
pip install -r requirements.txt
-
Download CIFAR-10 dataset.
- Put downloaded data into dataset folder
- Put all images from
dataset/train
tostatic/images
-
Run throuh image-search project.ipynb and generate all necessary files
-
Start the app.py file using the following command
python app.py