Example of using Daft to generate new captions for the LAION400m HuggingFace image dataset.
- Set up your virtual environment and install the dependencies from the
requirements.txt
.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Start playing around with the
example.ipynb
notebook!
If you find any bugs or have ideas for improvements, please create an issue!