Project Name Image classification using tensorflow. Project description This is an image classification built and tested with tensorflow virtual environment setup python3 -m venv venv activate virtual environment source venv/bin/activate install dependencies pip install -r requirements.txt run program python3 image_classfication.py