Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwoss/bone-detector-app
https://github.com/mwoss/bone-detector-app
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwoss/bone-detector-app
- Owner: mwoss
- Created: 2019-11-02T14:13:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T21:35:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T14:32:27.910Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Bone** is an ultra simple application for automatic detection of bone morphology openings.
Bone can detect openings from x-ray bone scan are return as a result two images: morphology openings and opening applied on uploaded x-ray scan.
#### How to run applicaiton
Before starting application download pre-trained bk models from personal website of professor Bogdan Kwolek and set BK_MODEL_PATH, BK_MODEL_WEIGHTS_PATH environment variables.Then, create virtual env using your favourite tool (pyenv, virtualenv, etc.) or just use base interpreter, then type:
```bash
$> pip install -r requirements.txt
$> python app.py
```
Application starts at **localhost:5000** , next follow the UI :)