This Repository contains the backend Server for the generative AI extension of the OHIF viewer. See https://github.com/TomWartm/Viewers for help.
For model weights see in google drive: Generative AI in Radiology > MedSyn Model Parameter > MedSyn
or in https://github.com/batmanlab/MedSyn
- Clone this repository (on a machine with large GPU RAM)
git clone https://github.com/TomWartm/MedsynBackend
- Navigate to the cloned project's directory
- Install required python packages
conda env create --file environment.yml
- Actiave environment
conda activate medsyn-3-8
- Navigate to src folder
- Run flask server
python app.py