This Image Enhancement Software is a versatile tool developed using Flask and DALL-E, providing advanced algorithms for enhancing images with superior quality. The software supports two enhancement types: Low Light and Grayscale.
- Low Light Enhancement: Improves under-exposed low light images using the PSO Algorithm.
- Grayscale Enhancement: Converts images to grayscale and enhances them using the Genetic Algorithm.
- User-Friendly Interface: Allows image upload through drag-and-drop or file selection.
- Toggle Switch: Enables users to easily switch between enhancement types.
- Percentage Enhancement Display: Shows the percentage of enhancement achieved based on the selected algorithm.
- Clone the repository.
- Install dependencies using
pip install -r requirements.txt. - Run the application locally with
python main.py.
The software can be deployed on various hosting platforms for easy accessibility.
Contributions are welcome! Please follow the guidelines in the CONTRIBUTING.md file.
This project is licensed under the MIT License - see the LICENSE file for details.
- OpenAI for DALL-E.
- Flask for the web framework.