A graphic user interface program to work with labels and images in a classification dataset.
Project description
classify-my-dataset
A graphic user interface program to work with labels and images in a classification dataset.
1. Installing
To install the package from PyPI, follow the instructions below:
pip install --upgrade classify_my_dataset
Execute which classify-my-dataset to see where it was installed, probably in /home/USERNAME/.local/bin/classify-my-dataset.
Using
To start, use the command below:
classify-my-dataset
Later:
- Use a
*.classify.jsonfile (ex:somename.classify.json) in the following format to categorize "Happy" and "Sad":
[
{
"button_label":"Happy",
},
{
"button_label":"Sad",
}
]
- Use a
*.csvfile (ex:dataset.csv) in the following format:
filepath, label
relative/path/to/image1.png,
relative/path/to/image2.png,Happy
relative/path/to/image3.png,
relative/path/to/image4.png,
2. More information
If you want more information go to doc directory.
3. Buy me a coffee
If you find this tool useful and would like to support its development, you can buy me a coffee!
Your donations help keep the project running and improve future updates.
4. License
This project is licensed under the GPL license. See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
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 classify_my_dataset-0.1.0.tar.gz.
File metadata
- Download URL: classify_my_dataset-0.1.0.tar.gz
- Upload date:
- Size: 644.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
160ac62383793db0003f5d22e81446c925e82df06970fb8d40c649d627b7be3b
|
|
| MD5 |
d8944d0d4ed77629499790b4402a9de2
|
|
| BLAKE2b-256 |
009943abc97ca5b37d164e2a280a585cef2b4f2d64de7fc3c8bc2ddd4bfaddd9
|
File details
Details for the file classify_my_dataset-0.1.0-py3-none-any.whl.
File metadata
- Download URL: classify_my_dataset-0.1.0-py3-none-any.whl
- Upload date:
- Size: 653.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9be6fd6f617958ecc4625318f3be3d4194398eb86a2e5d014071d61828fa5769
|
|
| MD5 |
a5e3a8c6366983e410bea0c9abe56a3b
|
|
| BLAKE2b-256 |
2f0f0f6549ce827dbc0a3f6f41f4044b98b402586effef37e073b21c41e00ff9
|