https://github.com/gunjanmimo/image-search-engine
https://github.com/gunjanmimo/image-search-engine
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gunjanmimo/image-search-engine
- Owner: gunjanmimo
- Created: 2021-04-21T17:50:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T15:47:47.000Z (about 4 years ago)
- Last Synced: 2025-01-01T06:42:47.577Z (5 months ago)
- Language: Python
- Size: 7.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image search engine

This is the implementation of **Image Retrieval in the Wild**
## requirements:
1. tensorflow
2. flask## To run the code:
1. add images in static/img path
2. run offline.py
3. to use the web interface, run server.py