https://github.com/anras5/tomograf
Application that simulates a CT scanner
https://github.com/anras5/tomograf
flask image-processing medical python
Last synced: about 1 month ago
JSON representation
Application that simulates a CT scanner
- Host: GitHub
- URL: https://github.com/anras5/tomograf
- Owner: anras5
- Created: 2023-03-13T22:05:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T12:09:57.000Z (about 3 years ago)
- Last Synced: 2025-07-23T18:40:03.169Z (11 months ago)
- Topics: flask, image-processing, medical, python
- Language: Python
- Homepage:
- Size: 2.91 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TOMOGRAF
## How to run
The app will run on `localhost:5000`
### Docker
#### docker
```commandline
docker build -t tomograf .
docker run -p 5000:5000 tomograf
```
#### docker compose
```commandline
docker compose up --build
```
### Locally
Windows 10:
```commandline
python -m venv venv
venv/Scripts/activate.ps1
pip install -r requirements.txt
flask --app flaskr run --host="0.0.0.0"
```
Linux:
```commandline
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
flask --app flaskr run --host="0.0.0.0"
```
## How does the app look like
### Home page


### Results page
