Skip to content

Parth576/Reverse-Image-Search-Ecommerce

Repository files navigation

Reverse-Image-Search-Ecommerce

Integrating a Reverse Image Search engine into an ecommerce website to make it easy for users to search products withing our website and the web.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

  • Python3 (preferably 3.8.x)
  • Nodejs & npm

Installing

A step by step series of examples that tell you how to get a development env running

Instructions for setting up the React application (Linux/macOS)

cd React
npm install 
npm start 

Instructions for running the Flask API (Linux/macOS)

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python main.py

Built With

  • React - The web framework used
  • Flask - Framework for REST API
  • beautifulsoup4 - For webscraping results from web
  • Tensorflow/Keras - To train classifier

Authors

  • Priyesh Vakharia

  • Riya Gupta

  • Parth Shah

Acknowledgments

  • Pyimagesearch
  • Documentation for React, Flask and gunicorn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •