This is a grim project that attempts to predict upcoming deaths of people from their Wikipedia articles.
This project uses Cake.
- cake -target=Clean
- cake -target=Build
- cake -target=Test
- cake -target=Run
This project requires an api key from The Movie DB.
Then add it to the secrets of the project with the dotnet CLI from the DeathClock project directory:
dotnet user-secrets set TmdbApiKey <api key>
Windows | Linux | |
---|---|---|
Master |
The Deathclock can be summoned from Docker:
docker build -t deathclock .
docker volume create deathclock_data
docker run -d -v deathclock_data:/var/deathclock deathclock
Insights from the necromicon will be rested in the deathclock_data volume.