An open API service indexing awesome lists of open source software.

https://github.com/cg1507/convnet-zoo

:video_game: PlayGround for Convolutional Neural Networks + Layerwise Activation Map
https://github.com/cg1507/convnet-zoo

convolutional-neural-networks keras model-zoo tensorboard tensorflow visualization-tools

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        


:deciduous_tree: ConvNet-Zoo :deciduous_tree:


:video_game: 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=
```

## License
[MIT](https://choosealicense.com/licenses/mit/)

## Author

[Ghanshyam_Chodavadiya](https://github.com/CG1507)

## Acknowledgement

:green_heart: [tfcnn_vis](https://github.com/InFoCusp/tf_cnnvis)