A web application built using Python that allows users to upload images and detect the predominant colors in them.
application is live at https://color-detection-app-jceb.onrender.com/
- Image upload for color detection.
- Displays detected colors and their RGB values.
- Supports JPEG and PNG formats.
- Backend: Python, Flask
- Frontend: HTML, CSS, JavaScript
- Libraries: OpenCV, NumPy
- Clone the repository:
git clone https://github.com/LuckysHorizon/color-detection-app.git cd color-detection-app pip install -r requirements.txt
- Create a new web service on Render.
- Connect your GitHub repository.
- Set the build command to:
pip install -r requirements.txt - Set the start command to:
gunicorn app:app - Add environment variables for AWS credentials in Render dashboard.
- Deploy the service.
- The app will be available at the Render URL.
- Image upload for color detection.
- Displays detected colors and their RGB values.
- Supports JPEG and PNG formats.
- Responsive design for desktop, tablet, and mobile devices.
- Backend: Python, Flask
- Frontend: HTML, CSS, JavaScript
- Libraries: OpenCV, NumPy pip install -r requirements.txt