quaterion
quaterion copied to clipboard
Introduce CLI command to create a project template
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
andpyproject.toml
. - It may be helpful for easy experiments, a faster way from experiment to deployment, reproduceable research, reusable and shareable work among others.
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:
-
pip install yonk
- Install pkg from pypi -
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! :)
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