Pictures won't load on the website

I am working on an AI-based fashion assistance system. I have trained a dataset and want to display the recommended pictures on the website. My app is running locally.
The test.py works and the pictures are displayed using cv2. But when I use Streamlit it won’t show the pictures on the website.

This is the GitHub repository I am referring to: AI-for-Fashion/iDresser-An AI Based Fashion Assistant at main · AdiNarendra98/AI-for-Fashion · GitHub

There are a bunch of issues with your app:

  • wrong file name, should be requirements.txt
  • your requirements file will not work anyway, clean it up
  • remove opencv from your app, this will not work on streamlit cloud and you don’t need opencv for this
2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.