Created
April 28, 2018 17:26
-
-
Save maranemil/8eccb0d85b962e6e3e0f7f0f078f3611 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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