Skip to content

SCAI-BIO/ad-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Philipp Wegner
Oct 31, 2023
f2be827 · Oct 31, 2023

History

45 Commits
Oct 19, 2023
Oct 31, 2023
Oct 31, 2023
Oct 18, 2023
Oct 19, 2023
Oct 18, 2023
Oct 18, 2023

Repository files navigation

Mapping Assistent

Set up

Download the model files from here: https://drive.google.com/file/d/14AdB9NUEVGESfck-GDScFqwQld1G-5_s/view?usp=sharing and https://drive.google.com/file/d/1E2XkUM7i1oXnRvXT5OjL1l-CXjeTzCuS/view?usp=sharing and place then in backend/ai_mapper.

Backend

In the base directory do:

export PYTHONPATH=$(pwd):PYTHONPATH

In the backend directory do:

export BASEDIR=$(pwd)

Install backend/requirements.txt using

pip install -r backend/requirements.txt

Frontend

In the frontend folder do:

npm i . 

And adjust the VUE_APP_API variable in .env.development(/production) if necessary.

Run everything

Backend: In the backend folder: uvicorn main:app Frontend: npm run serve