quaterion icon indicating copy to clipboard operation
quaterion copied to clipboard

Introduce CLI command to create a project template

Open monatis opened this issue 2 years ago • 2 comments

Based on the discussion in #38

  • quaterion new project-name to create a basic template with cookie-cutter.
  • This template may include the basic proper structure, e.g., files such as encoders.py, training.py, inference.py and pyproject.toml.
  • It may be helpful for easy experiments, a faster way from experiment to deployment, reproduceable research, reusable and shareable work among others.

monatis avatar Mar 11 '22 10:03 monatis

Hello @monatis I created a POC for this please see this github repository: https://github.com/DARK-art108/yonk You can make use of this CLI using this command:

  1. pip install yonk - Install pkg from pypi
  2. yonk create --name projectname - Initialize a Project Directory that are used to create basic quaterion project.

eg: yonk create --name startupsearch

Added all the files and directories that are mentioned above in the issue!

Please let me know your views and enhancements that can be done to this! :)

DARK-art108 avatar Feb 24 '23 11:02 DARK-art108

Hello Good greetings My name is Sahil Jain i would like to work on this issue i have a good knowledge of python and Machine learning . The tech stack i would be using for this project is python and nodejs for the creation of the CLI and nlp for the 3 python files

SahilJain8 avatar Mar 18 '23 12:03 SahilJain8