MATLAB® based Python® Requirements manager

버전 1.0.6 (14.1 KB) 작성자: Ashish Uthama
MPyReq is a MATLAB-based Python requirements manager that simplifies installing and configuring Python environments for MATLAB projects.
다운로드 수: 16
업데이트 날짜: 2025/10/10

라이선스 보기

MPyReq is a MATLAB-based Python requirements manager that simplifies installing and configuring Python environments for MATLAB projects. It handles Python version management, package installations, git repository cloning, and weight file downloads with a simple API. MPyReq ensures consistent Python environments across sessions by caching configurations and providing runtime setup for your Python dependencies.
Setup
To Run:
  1. Download MPyReq.m
  2. Ensure MPyReq.m is on the MATLAB path. Not just in pwd, but on MATLAB path.
  3. Call MPyReq.setInstallFolder(largeSSDFolder) to set the install folder. This only needs to be done once per machine. All subsequent uses of MPyReq share downloaded content from this folder.
Getting Started
Invoke help to see documentation
help MPyReq.m
Examples
Run the following examples after ensuring to set an installation folder using the call below. Ideally, this folder should be a fast access (e.g SSD) with ~15+ GB free space. These examples download large libraries and model files.
demoCellpose - Run https://www.cellpose.org/ cell segmentation model.
demoDepthPro - Run https://github.com/apple/ml-depth-pro A quick, sharp monocular metric depth model.
demoSAM2 - Run https://github.com/facebookresearch/sam2 Segment Anything Model 2
demoVGGT - Run https://vgg-t.github.io/ Visual Geometry Grounded Transformer

인용 양식

Ashish Uthama (2025). MATLAB® based Python® Requirements manager (https://kr.mathworks.com/matlabcentral/fileexchange/182230-matlab-based-python-requirements-manager), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2025b
R2019b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.6

Help update

1.0.5

Fix links

1.0.4

Typo in error

1.0.3

Update setup instructions

1.0.2

re-include examples

1.0.1

Dont default installation path since it can fill up with large data. Always explicitly ask user.

1.0.0