Skip to content

rohwid/machine-learning-project-template

Repository files navigation

Machine Learning Project Template

workflow status

Steps:

  • Select Use this template > Create a new repository. This menu is in the top right corner of this repository.

  • Create and define your the project repository.

  • Edit the README.md file's workflow status badge with the name of your repository.

  • Create virtual environment

    virtualenv .venv -p /usr/bin/python3.10

    Note: You can use any Python version, as long the Python packages in requirements.txt are supported. Because of the Python packages in requirements.txt were declared without describe the version.

  • Activate the virtual environment

    source .venv/bin/activate
  • Install package.

    pip install -r requirements.txt
  • enable the environment variables.

    cp .env.example .env

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages