Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.36 KB
hide
navigation

Introduction

This is a template repository for AI/ML model projects.

✨ Features

  • AI/ML model
  • Jupyter notebook
  • Research
  • Python module/package
  • Project Structure
  • Boilerplate/Template
  • Best Practices
  • Configuration
  • Test
  • Build
  • Documentation
  • Scripts
  • Examples
  • CI/CD

🧩 Template

  • You can use this template repository as reference to create a new repository with the same structure or clone the repository to start a new project. It will help you to organize your project structure and files. It works out of the box for most of the AI/ML projects.

  • You can customize (remove, modify or add) the files and directories as needed to meet your project requirements.

  • If you want to use the template repository directly, just click the Use this template button and follow the instructions.

  • You can use cookiecutter to generate a new project from cookiecutter branch:

    # Clone the cookiecutter branch:
    git clone -b cookiecutter /~https://github.com/bybatkhuu/model.python-template.git
    
    # Install cookiecutter:
    pip install cookiecutter
    
    # Generate a new project from the cookiecutter template:
    cookiecutter -f .