https://github.com/shuklaritvik06/urine_test_color_extract_api
The Urine Strip Color Extraction API project provides analysis of urine test strip results by extracting and interpreting color data.
https://github.com/shuklaritvik06/urine_test_color_extract_api
django djangorestframework docker kubernetes react
Last synced: 4 months ago
JSON representation
The Urine Strip Color Extraction API project provides analysis of urine test strip results by extracting and interpreting color data.
- Host: GitHub
- URL: https://github.com/shuklaritvik06/urine_test_color_extract_api
- Owner: shuklaritvik06
- License: mit
- Created: 2023-06-23T14:39:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T10:41:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-09T13:29:35.379Z (4 months ago)
- Topics: django, djangorestframework, docker, kubernetes, react
- Language: Python
- Homepage:
- Size: 733 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Urine Test Strip Color Extraction

Welcome to the Urine Test Strip Color Extraction Assignment Solution Repository 👋. This project aims to develop a web application using Django, React, and other python libraries to extract color information from urine test strips.
The Urine Test Strip Color Extractor project focuses on building a user-friendly web application that allows users to analyze urine test strips by extracting color information from the test strips. The project utilizes the following technologies:
- Django: A high-level Python web framework for rapid development and clean design.
- React: A JavaScript library for building user interfaces.The project combines the power of Django on the backend to handle data management and processing, React on the frontend for creating interactive user interfaces and other libraries are used for providing the features like:
- Authentication (JWT)
- Swagger UI
- Hiding the Secrets using `python-dotenv`
- API have Google OAuth feature for user to authenticate themselves before interacting with the Swagger interface
- API has been deployed to Docker Hub