|
|
|
# VS2N
|
|
|
|
VS2N (Visualization tool for Spiking Neural Networks) is an interactive web-based tool, designed to analyze and visualize different collected information from SNN simulators, for a better understanding of different phenomena happening inside the network.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
Execute this command to install the needed libraries
|
|
|
|
|
|
|
|
`pip install -r requirements.txt`
|
|
|
|
|
|
|
|
## Execution
|
|
|
|
|
|
|
|
1- Add MongoDB credentials in `default.config.py` and rename it to `config.py`
|
|
|
|
|
|
|
|
2- Generate users credentials (Email/Password) using `python addUser.py`
|
|
|
|
|
|
|
|
3- Using Python >= 3.0 (**make sure MongoDB is running**) run `python VS2N.py` to start |
|
|
|
\ No newline at end of file |