Open Source Acknowledgment

Pawvision is built with open source software. We're grateful to the developers and maintainers of these projects that make our service possible. Below are the licenses and attributions for the third-party libraries we use.


Ultralytics YOLO

Version: 8.3.xAGPL-3.0 License
View on GitHub

Description

Ultralytics YOLO is a state-of-the-art deep learning framework for object detection and image classification. Pawvision uses YOLO for the core machine learning model that analyzes facial features to determine cat or dog personality traits.

AGPL-3.0 License

Copyright (c) 2023 Ultralytics

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

browser-image-compression

Version: 2.0.2MIT License
View on GitHub

Description

A JavaScript library for compressing images in web browsers. This library provides the core image compression functionality that powers Pawvision's client-side processing capabilities, allowing users to compress images locally without uploading to any server.

MIT License

Copyright (c) 2019 Donald Chan

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.

dom-to-image-more

Version: 3.7.2MIT License
View on GitHub

Description

Generates an image from a DOM node using HTML5 canvas and SVG. Pawvision uses this to generate shareable result cards that users can download and share on social media.

MIT License

Copyright 2018 Marc Brooks

Copyright 2015 Anatolii Saienko

Copyright 2012 Paul Bakaus

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.

Development Dependencies

Pawvision also uses the following development tools and libraries:

Next.js

React framework for production

MIT License

React

UI component library

MIT License

Tailwind CSS

Utility-first CSS framework

MIT License

Radix UI

Accessible UI primitives

MIT License

Questions about licenses or attributions? Contact [email protected].