https://github.com/d4rk-lucif3r/feature-based-similarity-index
https://github.com/d4rk-lucif3r/feature-based-similarity-index
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d4rk-lucif3r/feature-based-similarity-index
- Owner: d4rk-lucif3r
- License: mit
- Created: 2022-10-25T15:46:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T09:03:45.000Z (over 2 years ago)
- Last Synced: 2025-01-22T09:52:34.702Z (4 months ago)
- Language: Jupyter Notebook
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Similarity using Feature Based Similarity Index
This project aims to create a Image similarity pipeline using Feature based similarity index.
## Installation
1. Clone the repository
2. Install the requirements using `pip install -r requirements.txt`## Usage
```python app.py```
## Deployment on TrueFoundry
```python deploy.py```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
MIT License
## Blog
[Medium Blog](https://lucif3r4.medium.com/image-similarity-using-feature-based-similarity-index-matrix-with-python-c6b05ff5594a)
## Acknowledgements
- [FSIM](https://www4.comp.polyu.edu.hk/~cslzhang/IQA/TIP_IQA_FSIM.pdf)