{"id":19249523,"url":"https://github.com/mwilko/mobile_health_app","last_synced_at":"2026-05-18T14:06:44.308Z","repository":{"id":220125077,"uuid":"750522343","full_name":"mwilko/Mobile_Health_App","owner":"mwilko","description":"Mobile Health application to detect chronic conditions, made using BeeWare. ","archived":false,"fork":false,"pushed_at":"2024-05-30T11:44:46.000Z","size":36362,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-14T19:25:50.991Z","etag":null,"topics":["beeware","machine-learning","mobile","pose-detection"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mwilko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","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-01-30T19:51:49.000Z","updated_at":"2024-09-20T00:52:51.000Z","dependencies_parsed_at":"2024-05-03T11:52:54.451Z","dependency_job_id":null,"html_url":"https://github.com/mwilko/Mobile_Health_App","commit_stats":null,"previous_names":["mwilko/mobile_health_app"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mwilko/Mobile_Health_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilko%2FMobile_Health_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilko%2FMobile_Health_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilko%2FMobile_Health_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilko%2FMobile_Health_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwilko","download_url":"https://codeload.github.com/mwilko/Mobile_Health_App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilko%2FMobile_Health_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33180334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["beeware","machine-learning","mobile","pose-detection"],"created_at":"2024-11-09T18:14:14.233Z","updated_at":"2026-05-18T14:06:44.285Z","avatar_url":"https://github.com/mwilko.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"![BeeWare](https://img.shields.io/badge/🐝_beeware-F09436?style=for-the-badge\u0026logo=beeware\u0026logoColor=white) ![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge\u0026logo=python\u0026logoColor=white) ![TensorFlow](https://img.shields.io/badge/TensorFlow-FF6F00?style=for-the-badge\u0026logo=tensorflow\u0026logoColor=white) ![scikit-learn](https://img.shields.io/badge/scikit_learn-F7931E?style=for-the-badge\u0026logo=scikit-learn\u0026logoColor=white) ![Android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge\u0026logo=android\u0026logoColor=white) \r\n\r\n![Static Badge](https://img.shields.io/badge/build-android-green) ![Static Badge](https://img.shields.io/badge/build-ios-red) \r\n\r\n![GitHub last commit](https://img.shields.io/github/last-commit/mwilko/Mobile_Health_App) ![Static Badge](https://img.shields.io/badge/status-complete-green)\r\n\r\n\r\n# Mobile Health App to Detect Chronic Conditions\r\n\r\nTeam Software Engineering project. This project is a mobile application built in BeeWare, which utilies machine learning algorithms and a pose detection module to detect chronic conditions in users.\r\n\r\n## How to install:\r\n\r\nInstall Python 3.8 (This version is needed to satisfy dependency requirements).\r\n```sh\r\n$ python3 --version\r\n```\r\nIf your Python version is stated as 3.8, we can continue, if not create a virual enviroment with that Python version and be sure to select the Python 3.8 interperator:\r\n\r\nOSX/Linux:\r\n```sh\r\n$ python3 -m venv venv\r\n$ source venv/bin/activate\r\n```\r\n\r\nWindows:\r\n```ps\r\nPS \u003e python3 -m venv venv\r\nPS \u003e ./venv/Scripts/activate\r\n```\r\n\r\n\r\nYou should now have the `(venv)` prefix added to your terminal prompt as shown below.\r\n\r\nNext, install Briefcase the library that manages the mobile deployment and development of the application:\r\n```sh\r\n(venv) $ python -m pip install -r requirements.txt\r\n```\r\nIf you get an error when trying to install TF Lite, try this:\r\n```\r\npip3 install --extra-index-url https://google-coral.github.io/py-repo/ tflite_runtime\r\n```\r\n\r\n## How to Run:\r\n\r\n(Tested on INB1102 PC's, Win11 and Macbook Air/Pro M1, other platforms may behave differently)\r\n\r\nYou should be able to run the application with the following (you will need to accept android SDK license agreements on auto-setup):\r\n```sh\r\n(venv) $ briefcase run android -r -u\r\n```\r\nThis would compile the application where the terminal will take you through the proccess of hosting the app via a virutal device which you select.\r\n\r\n#### Windows Bug:\r\nYou will find that when first starting the emulator it will hang on:\r\n```sh\r\n[healthapp] Starting emulator Pixel_3a_API_34_extension_level_7_x86_64...\r\n━━━━━━━━━━━━━━━━━━━━ Starting emulator...\r\n```\r\n\r\nYou must ctr+C to cancel the process and then run the command again (this is a known bug with the emulator NOT US).:\r\n```sh\r\n(venv) $ briefcase run android\r\n```\r\n\r\n(Potentially repeating until the emulator starts, this is a known bug with the briefcase library and emulator.)\r\n\r\n\r\nThanks for taking the time to visit our application.\r\n\r\nRegards,\r\nDevelopment Team\r\n(26551623@students.lincoln.ac.uk, 27203747@students.lincoln.ac.uk, 26457815@students.lincoln.ac.uk, 26379294@students.lincoln.ac.uk)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwilko%2Fmobile_health_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwilko%2Fmobile_health_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwilko%2Fmobile_health_app/lists"}