parseimagenet 1.0.3__py3-none-any.whl → 1.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: parseimagenet
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: Extract ImageNet image paths by category keywords
5
5
  Author-email: Reed Turgeon <turgeon.dev@gmail.com>
6
6
  License: MIT
@@ -19,9 +19,10 @@ Dynamic: license-file
19
19
 
20
20
  Extract image file paths from ImageNet by matching category keywords. Useful for creating custom subsets of ImageNet for training or evaluation.
21
21
 
22
- Python Version,https://img.shields.io/pypi/pyversions/parseimagenet
23
- License,https://img.shields.io/github/license/MrT3313/Parse-ImageNet
24
- Build Status,https://github.com/MrT3313/Parse-ImageNet/actions/workflows/main.yml/badge.svg
22
+ [![PyPI Version](https://img.shields.io/pypi/v/parseimagenet)](https://pypi.org/project/parseimagenet/)
23
+ [![Python Version](https://img.shields.io/pypi/pyversions/parseimagenet)](https://pypi.org/project/parseimagenet/)
24
+ [![License](https://img.shields.io/github/license/MrT3313/Parse-ImageNet)](https://github.com/MrT3313/Parse-ImageNet/blob/main/LICENSE)
25
+ [![Downloads](https://img.shields.io/pypi/dm/parseimagenet)](https://pypi.org/project/parseimagenet/)
25
26
 
26
27
  ## [Kaggle Dataset](https://www.kaggle.com/competitions/imagenet-object-localization-challenge/data)
27
28
 
@@ -47,22 +48,17 @@ Build Status,https://github.com/MrT3313/Parse-ImageNet/actions/workflows/main.ym
47
48
 
48
49
  ## Installation
49
50
 
50
- Clone the repository:
51
-
52
51
  ```bash
53
- git clone https://github.com/MrT3313/Parse-ImageNet.git
52
+ pip install parseimagenet
54
53
  ```
55
54
 
56
- Then install the package into the environment where you run Jupyter:
55
+ For local development:
57
56
 
58
57
  ```bash
59
- # Using pip
60
- pip install -e /path/to/ParseImageNet
61
- # ex: pip install -e /Users/mrt/Documents/MrT/code/computer-vision/ParseImageNet
58
+ git clone https://github.com/MrT3313/Parse-ImageNet.git
59
+ pip install -e ./Parse-ImageNet
62
60
  ```
63
61
 
64
- The `-e` flag installs in "editable" mode, so code changes are immediately available without reinstalling. However, changes to package metadata (version, dependencies) in `pyproject.toml` still require running `pip install -e .` again.
65
-
66
62
  ## Usage
67
63
 
68
64
  > [!NOTE]
@@ -2,8 +2,8 @@ parseimagenet/ParseImageNetSubset.py,sha256=0Labff37IR4rBch6pXEHBNTkX268SHri9BFy
2
2
  parseimagenet/__init__.py,sha256=SYt4M0OvrtFHkMQu3hStVG0BeujmCg3wTEVJAy3J3ZA,247
3
3
  parseimagenet/keywords/__init__.py,sha256=40hcsiPwbrHldKSdxVj4OF_7Db4iLu5VFgTn3o272oI,62
4
4
  parseimagenet/keywords/birds.py,sha256=0HgdV-pxVOl3gKXk4ilWuqrJvkpP_NTVtzWwBDTahKQ,614
5
- parseimagenet-1.0.3.dist-info/licenses/LICENSE,sha256=KRcBX6PTDBCujdtWzTfiXjJD61rSazBviMBMEm--GgA,1059
6
- parseimagenet-1.0.3.dist-info/METADATA,sha256=cqdJTnC5PZPFDKtu3NyRYj0zEuhHp2EnNpiB1zBD-_s,3991
7
- parseimagenet-1.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
8
- parseimagenet-1.0.3.dist-info/top_level.txt,sha256=wjb0cdg_P23rfxPx9ZBLbxB_TwRSmXSMxLUFUeUootY,14
9
- parseimagenet-1.0.3.dist-info/RECORD,,
5
+ parseimagenet-1.0.4.dist-info/licenses/LICENSE,sha256=KRcBX6PTDBCujdtWzTfiXjJD61rSazBviMBMEm--GgA,1059
6
+ parseimagenet-1.0.4.dist-info/METADATA,sha256=biEnD02iL7A7ytjOpwE6y05dEGDZgcBNESrZaIZqcRs,3840
7
+ parseimagenet-1.0.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
8
+ parseimagenet-1.0.4.dist-info/top_level.txt,sha256=wjb0cdg_P23rfxPx9ZBLbxB_TwRSmXSMxLUFUeUootY,14
9
+ parseimagenet-1.0.4.dist-info/RECORD,,