Typifier of medical reports written in Spanish of patients related to stroke (ictus).
This is a webapp that allows to upload medical reports and displays a categorized interactive form in order to help medical stuff with the classifying task of the ictus medical reports.
git clone https://github.com/TeMU-BSC/ictusnet-webapp.git
To obtain the deeplearning model that is needed for the annotation pipeline, please contact [email protected] or [email protected].
After cloning this repository either for development or for production, copy the deeplearning model to the backend
subdirectory:
- Locally:
cp -r /home/alejandro/code/ictusnet-webapp/backend/model/ /var/www/html/ictusnet-webapp/backend/
- Remotely:
scp -r /home/alejandro/code/ictusnet-webapp/backend/model/ [email protected]:/var/www/html/ictusnet-webapp/backend/
cd frontend && npm install && cd .. && cd backend && npm install && cd ..
docker-compose up
Ctrl+C
docker-compose down
Visit http://localhost:4200.
cd frontend && npm install && cd .. && cd backend && npm install && cd ..
docker-compose -f fake-production.yml up --build -d
docker-compose -f fake-production.yml down
Visit http://yourdomain:81.
docker-compose -f production.yml up --build -d
docker-compose -f production.yml down
Visit http://yourdomain:81.