CG1507 / ConvNet-Zoo

:video_game: PlayGround for Convolutional Neural Networks + Layerwise Activation Map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌳 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

About

:video_game: PlayGround for Convolutional Neural Networks + Layerwise Activation Map

License:MIT License


Languages

Language:Python 100.0%