GithubHelp home page GithubHelp logo

arnn's Introduction

ARNN - A recurrent neuronal network analysis platform

Setup

For debian users, an install script setup.sh is provided in Django/recurView/.

If necessary, you can also setup the website following these steps :

We will supposed that macOS users, are using the package manager Brew If you're using Brew, go get it here, it's an awesome tool !

First of all you need to make sure that Python 3 and PIP are present on your system : For Debian-based systems :

sudo apt install python3 && sudo apt install python3-pip

or for macOS users :

brew install python3

Then, you must install Django, Bokeh, nodeJS, sklearn and Jupyter.

For Debian-based systems :

sudo apt install nodejs
sudo pip3 install django && sudo pip3 install bokeh && sudo pip3 install sklearn 
&& sudo pip3 install jupyter

For macOS users :

brew install node
pip3 install django && pip3 install bokeh && pip3 install sklearn
&& pip3 install jupyter

Once this is done, all dependancies are installed !

First run of the project

Go into the Django/recurView/ repository and execute the following command to deploy migrations and create the database :

python3 manage.py migrate

Once this is done you can run the built-in dev webserver via the following command :

python3 manage.py runserver

The website should now be available on your localhost and listening to port 8000.

WARNING: Django built-in webserver should not be used for direct exposure of the website on the Internet. You should use a more advance webserver such as Apache or Nginx as a reverse-proxy and provide SSL certificates to get HTTPS access.

Compiling the doc

The documentation sources are contained in the Doc/sources. To compile the doc in HTML, first you need to install Sphinx :

pip3 install sphinx

Then, go to the Doc/ folder and execute the following command in a shell :

make html

Once this is done, go to the Doc/build/html and open "index.html" in a web browser to acess the doc.

arnn's People

Contributors

aheuillet avatar neuronalx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.