This Django web application allows users to upload images of urine strips and automatically analyzes the colors on the strip. The application processes the image to identify the colors in the urine strip and returns the results as a JSON with RGB values for each of the 10 colors.
* Upload urine strip images via a web interface.
* Analyze and detect the colors on the strip.
* Return results as a JSON with RGB values for each color.
* Built with Django for the backend and vanilla JavaScript for the frontend.
* Python 3.11
* Django 5.0.6
* OpenCV


