This is a personal tattoo generator project. We use a Delaunay triangulation of five randomly sampled points from a Dirichlet distribution. We also manage the randomness by selecting the top distances that are calculated from the volumes of the triangles and a huber loss on the angles of the triangles.
All the libraries needed to run the project are provided in the requirements.txt file
pip install requirements.txt
To run the code simply run
python tattoo.py
The results will be saved in the figs
directory.
- Yash Savani - Initial work - Yash Savani
This project is licensed under the MIT License - see the LICENSE.md file for details