Skip to content

🎮 How to start using this template?

The Python Machine Learning Template is designed to be user-friendly and easy to start with.

Here is a simple process flow to get you started:


graph TB
  A["Go to Python Machine Learning Template on Github"] -- "Click on Use this template button" --> B["Create your repository using this template"]
  B -- "Wait for 1 minute" --> C["Github actions bot cleans and prepares your project"]
  C -- "Copy project clone URL" --> D["Clone your project on your machine"]
  D -- "Setup your project" --> E["Use the setup instructions provided in this guide"]
Process Flow

🪜 Step-by-step instructions

  1. Go to Python Machine Learning Template on Github.

  2. Click on "Use this template" button to create your project. Github provides this feature which allows you to create a new repository using the template.

    Option 1

    Image title
    Option 1: You can select the highlighed button or link

    The Readme also contains a button which has the same functionality, it directs you to project creation page.

    Option 2

    Image title
    Option 2: You can select the highlighed button here as well

  3. Wait for 1 minute after creating your repository. During this time, the Github actions bot cleans and prepares your project.

  4. Once the Github actions bot has prepared your project, you can clone it onto your machine.

  5. After cloning the project, you can set it up using the setup instructions provided in this section.