A classic image classification project built with TensorFlow and Keras,
featuring transfer learning, evaluation with visualization, and TensorFlow Lite export for efficient on-device deployment.
git clone https://github.com/<your-username>/tf-cats-vs-dogs.git
cd tf-cats-vs-dogs
pip install -r requirements.txtpython train.py
python evaluate.py
python export_tflite.py
python predict.py --image path/to/image.jpg