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
- Download and install MongoDB
- Open the terminal inside project folder and install the required packages
pip install -r requirements.txt
- Run the following command to fill the database with the necessary metadata to optimize search time
python Offline.py
- Run the app by executing the following command
python App.py