Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradflaugher/ai-harmony-book
The source text and LaTeX formatting for AI Harmony by Brad Flaugher
https://github.com/bradflaugher/ai-harmony-book
deep-neural-networks latex latex-document machine-learning
Last synced: 3 months ago
JSON representation
The source text and LaTeX formatting for AI Harmony by Brad Flaugher
- Host: GitHub
- URL: https://github.com/bradflaugher/ai-harmony-book
- Owner: bradflaugher
- License: gpl-3.0
- Created: 2022-08-03T18:09:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T14:23:30.000Z (6 months ago)
- Last Synced: 2024-10-11T21:41:41.851Z (3 months ago)
- Topics: deep-neural-networks, latex, latex-document, machine-learning
- Language: TeX
- Homepage: https://aiharmony.info
- Size: 262 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Harmony đđ¤
The source text and LaTeX formatting for AI Harmony by [Brad Flaugher](https://bradflaugher.com)
# Getting a copy of AI Harmony
The pdf copy of the book has many fancy formatting options enabled, see the preview below.
![pdf example](./preview.png)
Get a copy of AI Harmony via one of the following steps:
## Option 1: Download an epub, pdf or the audiobook
* To get it for free see [releases](https://github.com/predbrad/AI-Harmony-Book/releases)
* If you'd like to pay Amazon (and a little bit to the Author) see Amazon.com or Audible.com.## Option 2: Compile the pdf via a ```podman``` Container đ
1. install [podman](https://podman.io/)
2. ```cd``` to project folder
3. ```bash runpodman.sh```
4. the book will be output in the file ```main.pdf```## Option 3: Compile Using Local TexLive Installation đĨī¸
1. install texlive (on debian-based GNU/Linux distros) with ```sudo apt install texlive-full```
2. run ```bash makebook.sh``` to compile
4. the book will be output in the file ```main.pdf```# Key Files and Folders đ
* `chapters`: the text of the book (with margin notes)
* `images`: AI-generated images that adorn the margins
* `main.tex`: formatting LaTeX code
* `main.bib`: the bibliography# Formatting help, advice for your own book
Refer to the [Kaobook project](https://github.com/fmarotta/kaobook), upon which AI Harmony is based.
# Supporting the Author
* đĩ [Make a Donation via Coinbase](https://commerce.coinbase.com/checkout/ea43ea82-2708-4562-966b-bf30800ec592)
# Contributing and TODOs
If you'd like to contribute a chapter, revisions or whatever you like, you can email Brad at [[email protected]](mailto:[email protected]) or just submit a PR.
If you'd like to see what I am working on for the second edition see [TODO.md](./TODO.md).
# Copyright and GPL Notice Šī¸
"AI Harmony" Copyright 2023 Brad Flaugher
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
## Kaobook Acknowledgment đ
The kaobook class, consisting of kaobook.cls, kaohandt.cls, and kao.def are licensed under the LaTeX Project Public License. The kaobook project can be found at [https://github.com/fmarotta/kaobook](https://github.com/fmarotta/kaobook)