Quantitative Poems is a book about what makes us human, written by a machine. It’s a collection of mathematical poems that try to capture the landscape of consciousness – the ineffable experiences, such as joy, love, and wonder. It’s an absurdist response to the questioning of our identity and our place in the universe.
If you're interested (and have lots of spare Anthropic credits), you can generate the book yourself.
Ensure you have the following tools installed:
- Pipenv: A tool for managing Python packages. Install from here.
- Lualatex: A typesetting system. Learn more.
- Clone repository: Clone the project's repository to your local machine. Replace with the actual URL of the repository.
git pull <repo-url>
- Install dependencies: Navigate to the project directory and install the necessary dependencies using Pipenv.
cd quantitative-poems
pipenv install
- Generate Book: Run the
main book build
command to generate book.
pipenv run main book build
Contributions are welcome! If you're interested, please open an issue with your proposed changes!