In a search for understanding of people's anticipation of the future...
The Python code requires popular machine-learning Python libraries. For convenience, we provide the Docker file that can be used to run or work with the code.
Build the container with:
docker build -t anticipatio:dev .
Then, run the container mounting this repo directory with
docker run --ipc=host --gpus all -it -d -v $(pwd):/home --name anticipatio anticipatio:dev
Finally, connect to the container anticipatio
using your favorite tools, e.g. VS Code extensions.