Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 997 Bytes

README.md

File metadata and controls

45 lines (35 loc) · 997 Bytes

🌳 ConvNet-Zoo 🌳

🎮 PlayGround


Requirements:

  • PyQt5
  • Tensorflow
  • Keras
  • numpy
  • scipy
  • h5py
  • wget
  • Pillow
  • six
  • scikit-image

Run:

Very first time it will download the weights of the model you pick, so it requires an internet connection.

python3 gui.py

For Tensorboard:

TensorBoard gives you flexibility to visualize all the test image on same model with brightness and contrast adustment.

tensorboard --logdir=<LOG-PATH (layerwise)>

License

MIT

Author

Ghanshyam_Chodavadiya

Acknowledgement

💚 tfcnn_vis