Skip to content

SCAI-BIO/ad-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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