Python Machine Learning, Image Generation, Decision Trees, Label Encoders, and more!
Installing
shell
Linux/macOS
python3 pip install -U flowa
Windows
py -3 -m pip install -U flowa
(1) -> Image Generation:
js
model: ImageModel[object] = ImageModel()
image: ImageModel[str] = model.generate(
prompt="a cat", model="pixart", width=512, height=512, logo=False
).save("some-file.png")