Hi guys,
i’m working about an web-application for prediction of images with Tensorflow model.
i would understand how to add tensorflow dependency and others in requirements.txt
thanks a lot,
Matteo
Hi guys,
i’m working about an web-application for prediction of images with Tensorflow model.
i would understand how to add tensorflow dependency and others in requirements.txt
thanks a lot,
Matteo
Hey @M-ballabio1,
This demo app uses Tensorflow – the pyproject.toml
file is here. To create a requirements.txt
file, you should be able to just add streamlit
and tensorflow
to your list of dependencies.
You can also check out our doc on app dependencies here.
Thank you Caroline for the support.
I solved the problem using pytorch embedded in another dependency. Check out my app in this link: https://mehedi-framework-patientsatisfaction-form.streamlit.app/.
Thanks a lot!
Matteo
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.