Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maranemil/8eccb0d85b962e6e3e0f7f0f078f3611 to your computer and use it in GitHub Desktop.
Save maranemil/8eccb0d85b962e6e3e0f7f0f078f3611 to your computer and use it in GitHub Desktop.
# Install Dependency Packages
sudo apt install python3-pip -y
pip3 install tensorflow
pip3 install numpy
pip3 install pandas
# Clone Models Repo
git clone https://github.com/tensorflow/models
# Run script
cd models/tutorials/image/imagenet
python3 classify_image.py --image_file your_file_here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment