Skip to content

Instantly share code, notes, and snippets.

@mohammedouahman
Created November 17, 2021 17:52
Show Gist options
  • Save mohammedouahman/b7cb3425b5b7feca05f8722ae1449811 to your computer and use it in GitHub Desktop.
Save mohammedouahman/b7cb3425b5b7feca05f8722ae1449811 to your computer and use it in GitHub Desktop.
images classification
import tensorflow as tf
import numpy as np
import matplotlib.pyplot as plt
@mohammedouahman
Copy link
Author

importing libraries to classify the images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment