/vn-aidr

VN AIDr - Medical processing solutions

Primary LanguageCSS

VN AIDr - Open source medical image processing project

Project documentation (only Vietnamese): https://dr.vnopenai.org/.

This project contains baseline models for medical image processing and a web user interface for interacting with the system. Our goal is to create an open source code base for students, hobbylists, engineers, or even researchers to get familar with image processing, machine learning and deep learning through medical image processing problems. In this system, we also integrate natural language processing (NLP) models for automatic completion of medical reports.

Want to join us in this project? Send us a message via our contact form.

Click following image to play demo video.

VN AIDr - Prediction
## Requirements

1. Server

  • Download pretrained models here and extract them into trained_models.
pip install -r requirements.txt
python app.py
  • Open http://localhost:5000 in your browser.

2. Frontend (UI)

Development

cd frontend
yarn
yarn start

Build

cd frontend
yarn
yarn build

Copyright and License

The template was developed based on SB Admin 2.