{"id":16277895,"url":"https://github.com/sabaimran/disease-finder","last_synced_at":"2026-05-06T08:32:46.475Z","repository":{"id":38827265,"uuid":"505747494","full_name":"sabaimran/disease-finder","owner":"sabaimran","description":"A minimal web application which allows you to look up diseases based on symptoms.","archived":false,"fork":false,"pushed_at":"2022-06-29T13:23:45.000Z","size":291,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T03:45:58.546Z","etag":null,"topics":["disorder-prediction","flask","health","healthtech","python","react"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sabaimran.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}},"created_at":"2022-06-21T08:04:59.000Z","updated_at":"2022-07-03T12:03:33.000Z","dependencies_parsed_at":"2022-09-18T08:41:41.270Z","dependency_job_id":null,"html_url":"https://github.com/sabaimran/disease-finder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sabaimran/disease-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabaimran%2Fdisease-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabaimran%2Fdisease-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabaimran%2Fdisease-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabaimran%2Fdisease-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sabaimran","download_url":"https://codeload.github.com/sabaimran/disease-finder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabaimran%2Fdisease-finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32684647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["disorder-prediction","flask","health","healthtech","python","react"],"created_at":"2024-10-10T18:56:40.495Z","updated_at":"2026-05-06T08:32:46.459Z","avatar_url":"https://github.com/sabaimran.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Probably Genetic - Coding Challenge\nSee [challenge.md](challenge.md) for the challenge description.\n\n## Solution\n\nHi! You can see the solution [here](http://ec2-52-88-42-74.us-west-2.compute.amazonaws.com:3000). Click on `symptoms` to see a page which allows you to search for symptoms, select them, and then compute the most likely diagnosis. Click on `disorders` to see a flat list of all the disorders available in the database.\n\n### Edge Cases and Future Directions\n\n- Add provisions around data quality issues\n- Add more data sources (e.g. [SNOMED](http://snomed.info/sct))\n- In the UI, make it more apparent why a particular disease was in the returned list, and give a probability estimate\n- Use Machine Learning to build a better algorithm for computing the most likely diagnosis\n- Use a proper database more suitable for large applications (Postgres, MySQL, etc.)\n- Pull more descriptive data into the database from a third party API for each disorder\n- Make the disorders and symptoms more searchable - use a search bar which leverages NLP for more approximate query matching\n- Use caching to improve load times, especially since the data is relatively static\n- Fix the favicon. Haven't figured out how to get it to refresh.\n- Use a single `docker-compose` file for setup and deployment\n\n## Run Unit Tests\n\n`python3 -m pytest`\n\n## Local Development\n\n### If using Docker Compose (preferred)\n\n#### Prerequisites\n- `sudo apt install docker-compose` ; Ensure you have docker-compose installed.\n\nOpen two separate terminals, one to run the server and one to run the client.\n\n#### Run the client\n`cd disease-finder/client \u0026\u0026 docker-compose up`\n\n#### Run the server\n`cd disease-finder/server \u0026\u0026 docker-compose up`\n\n### If using local development (for Ubuntu 22.04)\n\n#### Prerequisites\n- `node --version` \u003e v16.15.1\n- `yarn --version` \u003e v1.22.15\n- `sudo apt install python3.10-venv` # Ensure you have python3.10-venv installed to properly setup the virtual environment.\n\n#### Run the client\n1. `yarn install`\n2. `yarn start`\n\n#### Run the server\n\n1. `chmod +x run.bash`\n2. `./run.bash`\n\nIf you're testing in this way and need to re-start the server, please comment out the db initialization step in `run.bash` to save yourself 30 minutes 😊.\n\n## Stack\n- React - frontend\n- Flask - API\n- sqlite - database\n- SQLAlchemy - ORM\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabaimran%2Fdisease-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabaimran%2Fdisease-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabaimran%2Fdisease-finder/lists"}