- image recognition and classification using tensorflow
-
create virtual environment
cd image-classify python -m venv venv source venv/bin/activate -
tensorflow - library and additional dependencies
pip install tensorflow pip install tensorflow_hub pip install Pillow pip install matplotlib
-
read image and determine object
python image-classify.py