The model and code provided by Teachable Machine require Tensorflow 2.15.0 to work . However attempting to download that version with pip, I receive an error that only 2.16 and above is supported. The code works fine on Google Collab though. How can I fix this?
pip install tensorflow==2.15.0
Is what I tried
New contributor
Nikhil Franco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.