معرفی شرکت ها


dlai-tools-0.5.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Deployment script for notebooks
ویژگی مقدار
سیستم عامل -
نام فایل dlai-tools-0.5.7
نام dlai-tools
نسخه کتابخانه 0.5.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Andrés Castillo
ایمیل نویسنده andcastillo@gmail.com
آدرس صفحه اصلی https://github.com/https-deeplearning-ai/dlai_tools
آدرس اینترنتی https://pypi.org/project/dlai-tools/
مجوز -
# dlai_tools A set of tools for [DeepLearning.AI](https://www.deeplearning.ai/). # Usage ## Install `pip install dlai_tools` ## Add table of content `python -m dlai_tools.toc Name_of_Notebook.ipynb [patterns.json templates.json]` You can change the style of your table of content by changing the default patterns and templetes. You can pass 2 json files containing the new set of patterns and templates. This will be described properly later. ### default_patterns ``` default_patterns = { 'section': ['^## [0-9]+ - '], # '- [Part {section_number}: {section_title}](# {section_number})' 'subsection': ['^### [0-9]+.[0-9]+ '], 'exercise': ['^### Exercise [0-9]+'], 'toc_title': ['^# Outline'] } ``` ### dafault_template ``` default_templates = { 'section': '## {section_number} - {section_title}', 'subsection': '### {section_number}.{subsection_number} {subsection_title}', 'exercise': '### Exercise {exercise_number}', 'toc_title': '# Outline' } ``` It produces a file called Name_of_Notebook_toc.ipynb ## Create learner facing version `python -m dlai_tools.learner_generator Name_of_Notebook.ipynb [tags.json]` It produces a file called Name_of_Notebook_Assignment.ipynb You can change the style of your table of content by changing the default tags. You can pass a path to a json file containing the new set of tags. ``` defaul_tags = { 'tagStartCode': "START CODE HERE", 'tagEndCode': "END CODE HERE", 'tagStartOmitBlock': "START OMIT BLOCK", 'tagEndOmitBlock': "END OMIT BLOCK", 'tagOmit': "@OMIT", 'tagKeep': "@KEEP", 'tagReplaceEquals': "@REPLACE EQUALS", 'tagReplace': "@REPLACE", } ``` # Testing utils You can import from your python code, a set of functions that helps in the testing process. ``` from dlai_tool.testing_utils import * datatype_check("abc", "csf", "Error") ... ```


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl dlai-tools-0.5.7:

    pip install dlai-tools-0.5.7.whl


نصب پکیج tar.gz dlai-tools-0.5.7:

    pip install dlai-tools-0.5.7.tar.gz