traingenerator
π§ A web app to generate template code for machine learning
νμΌ νμκΈ°
- FUNDING.yml
- pull_request_template.md
- __init__.py
- main.py
- utils.py
- 1800x1200_cat_relaxing_on_patio_other.jpg
- An_up-close_picture_of_a_curious_male_domestic_shorthair_tabby_cat.jpg
- 51cendGFkQL.jpg
- Australian-Cattle-Dog-in-Bewegung.jpeg
- fake-image-data.zip
- demo.gif
- dropdowns.png
- social-preview-tiny.png
- update-index-html.py
- code-template.py.jinja
- sidebar.py
- test-inputs.yml
- code-template.py.jinja
- sidebar.py
- test-inputs.yml
- code-template.py.jinja
- sidebar.py
- test-inputs.yml
- code-template.py.jinja
- sidebar.py
- test-inputs.yml
- conftest.py
- test_templates.py
- .gitignore
- CONTRIBUTING.md
- heroku-setup.sh
- LICENSE
- Pipfile
- Pipfile.lock
- Procfile
- README.md
- requirements-dev.txt
- requirements.txt
# CDNμΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
git clone
μ€λͺ
보기 βΌ
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
git push
μ€λͺ
보기 βΌ
git push
Push commits to a remote repository.
git push
Send local changes in the current branch to its default remote counterpart:
git push {{remote_name}} {{local_branch}}
Send changes from a specific local branch to its remote counterpart:
git push {{[-u|--set-upstream]}} {{remote_name}} {{local_branch}}
Send changes from a specific local branch to its remote counterpart, and set the remote one as the default push/pull target of the local one:
heroku
μ€λͺ
보기 βΌ
heroku
Heroku μ ν리μΌμ΄μ
μμ± λ° κ΄λ¦¬.
λ λ§μ μ 보: <https://devcenter.heroku.com/articles/heroku-cli#get-started-with-the-heroku-cli>.
heroku login
Heroku κ³μ μ λ‘κ·ΈμΈ:
heroku create
Heroku μ ν리μΌμ΄μ μμ±:
heroku logs --app {{app_name}}
μ ν리μΌμ΄μ λ‘κ·Έ νμ:
pip install
μ€λͺ
보기 βΌ
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
pytest
μ€λͺ
보기 βΌ
pytest
Python ν
μ€νΈ μ€ν.
λ λ§μ μ 보: <https://docs.pytest.org/en/latest/how-to/usage.html>.
pytest {{path/to/test_file1.py path/to/test_file2.py ...}}
νΉμ νμΌμμ ν μ€νΈ μ€ν:
pytest -k {{expression}}
νΉμ [k]eyword ννμκ³Ό μΌμΉνλ ν μ€νΈ μ€ν:
pytest {{[-x|--exitfirst]}}
ν μ€νΈκ° μ€ν¨νκ±°λ μ€λ₯κ° λ°μνλ©΄ μ¦μ μ’ λ£:
streamlit
μ€λͺ
보기 βΌ
streamlit
Pythonμμ μνΈμμ©νλ λ°μ΄ν° κΈ°λ° μΉ μ±μ λ§λλ νλ μμν¬.
λ λ§μ μ 보: <https://docs.streamlit.io/develop/api-reference/cli>.
streamlit hello
Streamlit μ€μΉ μ¬λΆ νμΈ:
streamlit run {{project_name}}
Streamlit μ ν리μΌμ΄μ μ€ν:
streamlit --help
λμλ§ νμ:
