Skip to content

hihihippp/neurokernel

 
 

Repository files navigation

Neurokernel

Package Description

Neurokernel is a Python framework for developing models of the fruit fly brain and executing them on multiple NVIDIA GPUs.

Quick Start

Make sure you have pip installed; once you do, install the following dependencies as follows:

pip install numpy
pip install cython
pip install numexpr
pip install tables

Run the following to install the remaining dependencies and the latest Neurokernel code:

git clone https://github.com/neurokernel/neurokernel.git
pip install -e git+./neurokernel#egg=neurokernel

If you have all of the requirements listed in INSTALL.rst installed, you can also install the downloaded code using the usual:

python setup.py install

Check out the demos in neurokernel/examples subdirectory and their corresponding IPython notebooks in neurokernel/notebooks.

More Information

More information about Neurokernel can be obtained from the project website at https://neurokernel.github.io.

Authors & Acknowledgements

See the included AUTHORS file for more information.

License

This software is licensed under the BSD License. See the included LICENSE file for more information.

Releases

No releases published

Packages

No packages published