Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce CLI command to create a project template #42

Open
monatis opened this issue Mar 11, 2022 · 2 comments
Open

Introduce CLI command to create a project template #42

monatis opened this issue Mar 11, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@monatis
Copy link
Contributor

monatis commented Mar 11, 2022

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 monatis added the enhancement New feature or request label Mar 11, 2022
@DARK-art108
Copy link

DARK-art108 commented Feb 24, 2023

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! :)

@SahilJain8
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants