This portal gathers all Data Science and Deep Learning projects developed at IFCA by the Advanced Computing and e-Science group. Live at http://datascience.ifca.es/ (mirror: http://deep.ifca.es/)
To include a new project, add a YAML file to the /projects
folder. You can use these files as templates to follow the syntax:
When adding areas
or tags
try to make them general enough so that they can be shared across more than one project.
You can always check your YAML syntax with YAMLlint.
To run the portal in debug mode use:
python main.py
To run the portal in production mode:
gunicorn --bind 0.0.0.0:5000 main:app