/ds-project-template

Repository that serves as a template for personal Data Science projects.

Primary LanguageJupyter Notebook

🚀 ds-project-template

One liner describing the main idea behind the repository.

📝 Authors

👷‍♂️ Setup

Local development

In order to create a working environment, the docker is used. To start it, please, follow the next steps.

  1. Launch the docker daemon.
  2. Get to the repository root folder: cd ~/projects/ds-project-template/
  3. Build the docker image with a proper tag: docker build -t ds-project-template:latest .
  4. Run docker container: docker run -p 8888:8888 -v $(pwd):/usr/src/app ds-project-template:latest

Data download

This section describes how the data is obtained.