Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dariubs authored Feb 15, 2025
2 parents 0d46e00 + 477209b commit ca6b58e
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 6 deletions.
53 changes: 53 additions & 0 deletions IMAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@

# Best AI Image Tools

A curated list of AI tools for image processing, generation, editing, and enhancement. These tools leverage advanced AI techniques to optimize workflows, enhance creativity, and automate image-related tasks.

## Contents
- [Image Generation](#image-generation)
- [Image Editing](#image-editing)
- [Image Recognition](#image-recognition)
- [Image Enhancement](#image-enhancement)
- [Image Compression](#image-compression)

---

## Image Generation

- **[DALL·E](https://openai.com/dall-e/)** - Generates realistic images from text descriptions using deep learning models.
- **[Artbreeder](https://www.artbreeder.com/)** - AI tool for creating and blending artworks, portraits, and landscapes through generative adversarial networks.
- **[Runway ML](https://runwayml.com/)** - A creative toolkit that enables artists to generate images, videos, and models using AI.

## Image Editing

- **[DeepArt](https://deepart.io/)** - AI-driven tool that transforms photos into artworks by mimicking the style of famous artists.
- **[Let's Enhance](https://letsenhance.io/)** - AI-based tool to upscale images without losing quality, using neural networks for image enhancement.
- **[Remove.bg](https://www.remove.bg/)** - AI tool for automatic background removal from images.

## Image Recognition

- **[Clarifai](https://www.clarifai.com/)** - AI-powered platform for image and video recognition, offering custom models for visual recognition tasks.
- **[Google Cloud Vision API](https://cloud.google.com/vision)** - Machine learning-based image analysis tool that recognizes objects, text, and landmarks in images.
- **[AWS Rekognition](https://aws.amazon.com/rekognition/)** - Deep learning service that detects objects, text, and activities in images and videos.

## Image Enhancement

- **[Topaz Labs Gigapixel AI](https://www.topazlabs.com/gigapixel-ai)** - AI-powered image upscaling tool that increases image resolution without losing details.
- **[VanceAI](https://vanceai.com/)** - AI-based tool for enhancing image quality, improving details, and reducing noise in images.

## Image Compression

- **[TinyPNG](https://tinypng.com/)** - AI-based image compression tool that reduces image file sizes while maintaining high quality.
- **[Squoosh](https://squoosh.app/)** - Open-source image compression tool powered by AI that reduces image size without losing visible quality.

---

## Contributing

Contributions are welcome! Please follow the [guidelines](CONTRIBUTING.md) for adding new tools or improving descriptions.

---

## License

[MIT](LICENSE)
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Mahsima Dastan

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.
Loading

0 comments on commit ca6b58e

Please sign in to comment.