Metadata-Version: 2.1
Name: neuralnet-visualize
Version: 0.0.1
Summary: Generate a neural network architecture Image
Home-page: https://github.com/AnuragAnalog/nn_visualize
Author: Anurag Peddi
Author-email: anurag.peddi1998@gmail.com
License: Apache License 2.0
Download-URL: https://pypi.org/project/
Description: # Neural Network Visualizer
        
        ## What it is?
        
        A module which creates a neural network with the given architecture(only Dense layers)
        
        ## Installation
        
        Run the below command to install the package in linux
        ```shell
        $ sudo apt install graphviz
        ```
        
        Run the below command to install the python wrapper of the Graphviz
        ```shell
        $ sudo pip3 install graphviz
        ```
        
        ## How it looks?
        ![A demo](./My-Neural-Network.gv.png)
        
        ## Future Works
        
        * Add Convolutional layers, Maxpooling, Flatten layers, LSTM's
        * Specific colors for activation functions
        * Specific colors for types of layers
Keywords: Neural,Network,Visualize,Graphviz
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
