MLCoder is a Python package that provides a collection of frequently used code snippets for Machine Learning, offering a command-line interface (CLI) to search and copy files from its built-in repository. Users can easily install it via PyPI or GitHub and leverage its simple commands to quickly access useful scripts.
Project description
MLCoder
MLCoder is a Python package that provides a collection of frequently used code snippets for Machine Learning, offering a command-line interface (CLI) to search and copy files from its built-in repository. Users can easily install it via PyPI or GitHub and leverage its simple commands to quickly access useful scripts.
Installation
You can install MLCoder from PyPI:
pip install mlcoder
Alternatively, install it directly from GitHub:
pip install git+https://github.com/hissain/mlcoder.git
Usage
MLCoder provides a CLI utility to search and copy files from the package's files directory.
Commands
search: Search for files in the package'sfilesdirectory.copy: Copy a specified file from the package'sfilesdirectory to the current working directory.
Examples
Search for a file
To search for files containing a specific term:
mlcoder search <search_term>
Example:
mlcoder search pretty
Copy a file
To copy a file from the package's files directory to the current working directory:
Example:
mlcoder copy pretty_print.py
Project Links
- GitHub: MLCoder Repository
- PyPI: MLCoder Package
License
This project is licensed under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mlcoder-0.1.3.tar.gz.
File metadata
- Download URL: mlcoder-0.1.3.tar.gz
- Upload date:
- Size: 105.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66897426c8c11056a8609ebd4206687f321f1f624205a0ff7396fc1e75761f38
|
|
| MD5 |
7fbcb91231fa81243092cd14b29ccbbd
|
|
| BLAKE2b-256 |
8556c01fd9a426f2e9cee0519b064efe22898479cce4e43a6dfc6c8fad3f4455
|
File details
Details for the file mlcoder-0.1.3-py3-none-any.whl.
File metadata
- Download URL: mlcoder-0.1.3-py3-none-any.whl
- Upload date:
- Size: 105.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0e0a324b8327ebe61e372fefe53f8ca9c3d4ff51d9be7f513a5d92cb0f3c05a
|
|
| MD5 |
760b8cc2ce9be89df382b6739d57f1ae
|
|
| BLAKE2b-256 |
e197ce13ba678629d24cb478897e96ce3a84b2655bf0217b42c6797fac07980e
|