Create virtual environment.
$ pyenv shell 3.12.0
$ poetry self update 1.8.3
$ poetry installInstall pre-commit.
$ poetry run pre-commit install
$ poetry run pre-commit install --hook-type commit-msgCreate .env file from .env.example and replace values if necessary.
$ cp .env.example .envCreate access token in hugginface website and put in .env file.
Run the script:
$ python -m data.populateRun application and open localhost with provided port for UI.
$ python -m app.main