Research & Theory
• It takes 2-3 seconds on an A40 for an HD image • Hugging face hosts using gradio...
• It takes 2-3 seconds on an A40 for an HD image
• Hugging face hosts using gradio which has no garbage collection, so you quickly run out of memory if using it as an API. That's what made me wrap it in a FastApi wrapper instead
• Hosted on a headless server, you can run a browser session with selenium
Design