Skip to content

Padhysai/Visual-Search

Repository files navigation

Visual-Search

Generic badge Generic badge Generic badge Generic badge

I created a Visual Search engine using Flask(Python) to find the similar products we want. It uses convolutional neural networks to extract feature maps of images which are present in the Database and recommend the similar products to the user based on the user's input using Nearest neighbors algorithm.

Watch Video Demo

IMAGE ALT TEXT HERE

How to run with your data?

  • Create a new directory in data/dataset and place your data in that.
  • Run the training.py to train the model on your data. That's it. You are ready to find similarities by running run.py

Creating your Environment

  • Create a new Anaconda/Virtual Env in python.
  • Install requirements by running the command - pip install requirements.txt
  • Go to /app directory and run training.py
  • Go to root folder and run run.py by using - python run.py
  • Go to your browser and type http://127.0.0.1:5000/ in the address bar

References

About

Building Web application using Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published