streamlit / demo-face-gan

A demonstration of using a live Tensorflow session to create an interactive face-GAN explorer.
Apache License 2.0
297 stars 169 forks source link

No requirements.txt #50

Closed ovr-avalanche closed 2 years ago

ovr-avalanche commented 2 years ago

How do I install the right dependencies without the requirements.txt ?

arnaudmiribel commented 2 years ago

Hey @ovr-avalanche!

In this repository, we're not using a requirements.txt but the requirements are still specified in the pyproject.toml file.

Here's the link to it: https://github.com/streamlit/demo-face-gan/blob/master/pyproject.toml