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.
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
In the frontend folder do:
npm i .
And adjust the VUE_APP_API variable in .env.development(/production) if necessary.
Backend: In the backend folder: uvicorn main:app
Frontend: npm run serve