Skip to content

lucascassiano/neuronal-morphogenesis-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuronal Morphogenesis Simulations

Neuronal morphogenesis inspired simulation tool. More details I covered about this project on this 2021 essay on Neuromorphology.

single neuron

Architecture

This design allows many GPUs to post simulation output, in near-real-time, to a single rendering client view (web).

architecture

Running locally

$ docker compose up 
# open web browser at localhost:8080

# on another terminal
$ cd python_simulations
$ pip install -r ./requirements.txt
$ python3 neuro_sim.py

Examples

single neuron

single neuron

About

Neuronal morphogenesis inspired 3D simulation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published