{"id":22606091,"url":"https://github.com/sohamratnaparkhi/btd_web","last_synced_at":"2026-02-17T00:31:08.230Z","repository":{"id":39349986,"uuid":"497707059","full_name":"SohamRatnaparkhi/BTD_Web","owner":"SohamRatnaparkhi","description":"A brain tumor detection model capable of detecting a brain tumor in a MRI scan copy. It is a flask app","archived":false,"fork":false,"pushed_at":"2022-07-30T14:59:27.000Z","size":10689,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T12:41:25.115Z","etag":null,"topics":["brain-tumor-detection","cnn","deep-learning","docker","flask","neural-networks"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SohamRatnaparkhi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-29T20:52:19.000Z","updated_at":"2024-05-25T07:34:08.000Z","dependencies_parsed_at":"2022-08-28T00:52:12.697Z","dependency_job_id":null,"html_url":"https://github.com/SohamRatnaparkhi/BTD_Web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SohamRatnaparkhi/BTD_Web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SohamRatnaparkhi%2FBTD_Web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SohamRatnaparkhi%2FBTD_Web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SohamRatnaparkhi%2FBTD_Web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SohamRatnaparkhi%2FBTD_Web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SohamRatnaparkhi","download_url":"https://codeload.github.com/SohamRatnaparkhi/BTD_Web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SohamRatnaparkhi%2FBTD_Web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29526643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T21:45:09.491Z","status":"ssl_error","status_checked_at":"2026-02-16T21:44:58.452Z","response_time":115,"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":["brain-tumor-detection","cnn","deep-learning","docker","flask","neural-networks"],"created_at":"2024-12-08T14:12:28.293Z","updated_at":"2026-02-17T00:31:08.211Z","avatar_url":"https://github.com/SohamRatnaparkhi.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BTD_Web\nThis is a web app that run in integration with [`this repo`](https://github.com/SohamRatnaparkhi/BrainTumorDetection) as the model that I have used for detection has its code in it.\n- This is `Flask app`. \n- Its `Docker Image` is available as well.\n\n## Run the following commands in the terminal to use this app locally.\n- [Install `git`](https://git-scm.com/downloads)\n- [Python3](https://www.python.org/downloads/)\n\n\nthen run following commands. \n\n`STEP 1` - Creating virtual enviroment\u003cbr\u003e\nTo do so:-\n```\n  pip install virtualenv\n  virtualenv btd\n  .\\btd\\Scripts\\activate\n```\n----\n`STEP 2` - Cloning the project locally\n```\n    git clone https://github.com/SohamRatnaparkhi/BTD_Web.git\n    cd BTD_Web\n```\n----\n`STEP 3` - Installing all dependancies\n\n```\n    pip install -r requirements.txt\n```\n---\n`STEP 4` - Running the flask app!\n```\n    flask run\n```\n\n## Using its Docker Image\n- Setup [Docker](https://docs.docker.com/compose/gettingstarted/)\n- Setup [Docker CLI](https://docs.docker.com/engine/reference/commandline/cli/)\n- Then run the following commands\n```\n  docker pull sohamkr/brain-tumor-detector\n   ```\n- After the image is successfully pulled, then enter following command:\n```\ndocker run -p 8000:5000 sohamkr/brain-tumor-detector\n```\nIn the web-browser type `localhost:8000` to view the app.\nIf some errors occur, feel free to comment in `discussions` section or raise an `issue`.\nAnyways, you can always refer to official Docker Documentation.\n\n## NOTE:\n* There are chances that the models (`model_1.h5` or `model_2.h5`) may not get downloaded (pulled) due to some `lfs error`. In such a case, you will need to download the models from [this link](https://drive.google.com/drive/folders/1sBMxV7Aa5gym7jIKqKJbaYoTEmnLB-Ga?usp=sharing)\n* There are chances that while running app locally on Windows, the app might give errors (`OS ERROR`). In such a case, please replace `/` with `\\` or vice-versa for the respective error.\n* In any other case, raise an issue.\n\n## Screenshots\n![image](https://user-images.githubusercontent.com/92905626/172810027-db253cad-fb59-4c7f-bb0d-cd2286343147.png)\n![image](https://user-images.githubusercontent.com/92905626/172810327-413c157b-4d68-4cc2-adad-ebfe1890e138.png)\n\n- Output screen after submitting the required details:\n![image](https://user-images.githubusercontent.com/92905626/172810547-c09d62ae-7559-497a-8ed8-4e384b243b50.png)\n\n\n---------- THANK YOU -----------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohamratnaparkhi%2Fbtd_web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsohamratnaparkhi%2Fbtd_web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohamratnaparkhi%2Fbtd_web/lists"}