### README # neural-style [](https://github.com/anishathalye/neural-style/actions/workflows/ci.yml) An implementation of [neural style][paper] in TensorFlow. This implementation is a lot simpler than a lot of the other ones out there, thanks to TensorFlow's really nice API and [automatic differentiation][ad]. TensorFlow doesn't support [L-BFGS][l-bfgs] (which is what the original authors used), so we use [Adam][adam]. This may require a little bit more hyperparameter tuning to get nice results. ## Running This project uses the [uv](https://docs.astral.sh/uv/) project and package manager; you can install it by [following these instructions](https://docs.astral.sh/uv/getting-started/installation/) (e.g., installing it with your system package manager, like `brew install uv`). You also need to download [required data files](#requirements). After that, you can run this program with: ```bash uv run neural_style.py --content --styles