The product search engine(Profind) is the mobile application that automatically collects prices and images of products in shopping sites, and it provides easier tool to find similar products of uploaded images by users.
Demo Pages - https://github.com/lvntayn/react-native-search-with-image/tree/master/demo
Backend and RESTful - https://github.com/lvntayn/python-product-search-with-image
- Product search by uploading photos from the gallery
- Product search by taking photo
- Sort products in ascending or descending order
- Can display the search history
Edit src/utils/config.js file for RESTful connection
git clone https://github.com/lvntayn/react-native-search-with-image.git profind
cd profind
npm install
react-native link
react-native run-ioslvntayn