brew install libmagicbrew install python@3.11curl -sSL https://install.python-poetry.org | python3 -git clone https://github.com/helsingborg-stad/F-AI.gitcd F-AI/backendpoetry shell && poetry install --with dev,test,unstructuredcp .env.example .envEdit .env to fit your needs
python -m fai_backend.mainThe front-end is currently under development and not complete as we refactor the project.
For a working version with both front-end and back-end functionality, switch to Git tag "0.0.34", for the last stable release.