https://github.com/thakur-nandan/imagesearch
CS 679 Project Repository: Learning Efficient Autoencoders for Image Search
https://github.com/thakur-nandan/imagesearch
Last synced: 2 months ago
JSON representation
CS 679 Project Repository: Learning Efficient Autoencoders for Image Search
- Host: GitHub
- URL: https://github.com/thakur-nandan/imagesearch
- Owner: thakur-nandan
- License: apache-2.0
- Created: 2022-04-19T20:43:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T20:47:01.000Z (about 3 years ago)
- Last Synced: 2025-01-31T09:32:20.640Z (4 months ago)
- Language: Python
- Size: 1.53 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-Search
## Installation
If you want to build from source, use:
```python
$ git clone https://github.com/LachlanGray/Image-Search.git
$ cd Image-Search
$ pip install -e .
```