Skip to content

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

Notifications You must be signed in to change notification settings

jardabezdek/ds-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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.

About

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

Resources

Stars

Watchers

Forks