{"id":21193968,"url":"https://github.com/simran1002/strip-analyzer","last_synced_at":"2026-04-10T12:33:24.109Z","repository":{"id":241953538,"uuid":"808292770","full_name":"simran1002/Strip-Analyzer","owner":"simran1002","description":"The Strip Color Identification is used to analyze images of urine strips uploaded by users. Using computer vision techniques, particularly leveraging OpenCV, the interface identifies and extracts the colors present on the strip.","archived":false,"fork":false,"pushed_at":"2024-06-02T11:48:02.000Z","size":427,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T21:25:59.042Z","etag":null,"topics":["flask","multer","nodejs","numpy","opencv","python","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simran1002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-30T19:08:21.000Z","updated_at":"2024-08-27T18:34:53.000Z","dependencies_parsed_at":"2024-06-01T20:47:45.336Z","dependency_job_id":"45fcf286-432d-4844-91b7-62fbd2e56ce6","html_url":"https://github.com/simran1002/Strip-Analyzer","commit_stats":null,"previous_names":["simran1002/strip-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simran1002/Strip-Analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2FStrip-Analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2FStrip-Analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2FStrip-Analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2FStrip-Analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simran1002","download_url":"https://codeload.github.com/simran1002/Strip-Analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2FStrip-Analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31643011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","multer","nodejs","numpy","opencv","python","reactjs"],"created_at":"2024-11-20T19:18:34.756Z","updated_at":"2026-04-10T12:33:24.087Z","avatar_url":"https://github.com/simran1002.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strip Analyzer\n\nStrip Analyzer is a Flask application that analyzes vertical strips in an image and returns average color values for each strip.\n\n## Prerequisites\n\n- Python 3.7+\n- pip (Python package installer)\n- Postman (for testing the API)\n\n## Installation\n\n1. Clone the repository:\n\n   git clone https://github.com/simran1002/Strip-Analyzer.git\n   \n   cd stripAnalyzer\n\n\n## Set up a virtual environment:\n\npython -m venv venv\nsource venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n\n## Install dependencies:\n\npip install -r requirements.txt\n\n## Usage\n\nStart the Flask server:\n\npython analyzeImage.py\n\n\n## Send a POST request to analyze an image:\n\nURL: http://localhost:5001/analyze\nBody: JSON with the image file path:\njson\n\n{\n    \"file_path\": \"/path/to/your/image.jpg\"\n}\n\n\nExample\nTo analyze an image named image.jpg located in the strip_images directory:\n\ncurl -X POST -H \"Content-Type: application/json\" -d '{\"file_path\": \"strip_images/image.jpg\"}' http://localhost:5001/analyze\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimran1002%2Fstrip-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimran1002%2Fstrip-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimran1002%2Fstrip-analyzer/lists"}