vision-models / LICENSE
JanadaSroor's picture
Upload LICENSE with huggingface_hub
cdc5a81 verified
MIT License
Copyright (c) 2024 JanadaSroor
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---
**Model License Notice**
This repository contains quantized versions of models originally developed by other parties. Use of these models is subject to their original licenses:
1. **CLIP (Contrastive Language-Image Pretraining)**
- Original Author: OpenAI
- License: MIT License
- Source: https://github.com/openai/CLIP
2. **ViT (Vision Transformer)**
- Original Author: Google
- License: Apache License 2.0
- Source: https://github.com/google-research/vision_transformer
These weights are provided as a convenience for mobile developers. Please ensure you comply with the original licenses when using these models in your applications.