https://github.com/aalling93/template_mlops

https://github.com/aalling93/template_mlops

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: aalling93
  • Language: Python
  • Default Branch: master
  • Size: 185 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

✋ Requirements

  • Python 3.11 or higher
  • cookiecutter version 2.4.0 or higher

🆕 Start a new project

Start by creating a repository

bash gh repo create <repo_name> --public --confirm Afterwards on your local machine run

bash cookiecutter my_packages/template_mlops/README.md

Note that when asked for the project name, you should input a valid Python package name.

To commit to the remote repository afterwards execute the following series of commands:

bash cd <repo_name> git init git add . git commit -m "init cookiecutter project" git remote add origin https://github.com/<username>/<repo_name> git push origin master

Owner

  • Name: Kristian Aalling Sørensen
  • Login: aalling93
  • Kind: user
  • Location: Copenhagen

PhD. MSc. MEng. Specialization in Earth Observation.

GitHub Events

Total
  • Delete event: 15
  • Issue comment event: 14
  • Push event: 3
  • Pull request event: 35
  • Create event: 24
Last Year
  • Delete event: 15
  • Issue comment event: 14
  • Push event: 3
  • Pull request event: 35
  • Create event: 24