Menu

Tech Stack for Image Classification Using TensorFlow and AI

Tech Stack Used

This project uses the following technologies and Python libraries.

Python

Python is the primary programming language used to build the image classification models.

Google Colab

Google Colab provides the environment for writing, training, and testing the deep learning models.

TensorFlow

TensorFlow is an open-source deep learning framework used to build and train neural networks.

Keras

Keras is TensorFlow's high-level API that simplifies the creation of deep learning models.

NumPy

NumPy is used for numerical operations and handling image data.

Matplotlib

Matplotlib is used to display sample images and visualize model performance.