brew install libmagic
brew install [email protected]
curl -sSL https://install.python-poetry.org | python3 -
git clone https://github.com/helsingborg-stad/F-AI.git
cd F-AI/backend
poetry shell && poetry install --with dev,test,unstructured
cp .env.example .env
Edit .env to fit your needs
python -m fai_backend.main
The 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.