quick-torch
Library that provides a QuickDraw dataset using the Pytorch API.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Keywords
Repository
Library that provides a QuickDraw dataset using the Pytorch API.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Quick, Torch!
Quick, Torch! is a simple package that provides a "Quick, Draw!" dataset using the abstract class VisionDataset, provided by torchvision API. This package mirrors the MNIST dataset provided in torchvision.
You can install this package with
pip install quick-torch --upgrade
Example
Here are a simple example of usage: ```python from quick_torch import QuickDraw import torchvision.transforms as T
ds = QuickDraw( root="dataset", categories="face", download=True, transform=T.Resize((128, 128)) ) print(f"{len(ds) = }") firstdata = ds[0] firstdata
Downloading https://storage.googleapis.com/quickdrawdataset/full/numpybitmap/face.npy
len(ds) = 161666 (
, 108) ```
For more examples, please refer to the notebook example.ipynb
How to cite?
If you use this code in your work, please reference it as follows:
@software{munoz2023quicktorch,
author = {Mu\~{n}oz, Francisco},
license = {MIT},
month = {10},
title = {{quick-torch}},
url = {https://github.com/framunoz/quick-torch},
version = {1.0.4},
year = {2023}
}
References
This work was mainly inspired by the following repositories: - MNIST from torchvision - The dataset of this notebook
Owner
- Name: Francisco Muñoz
- Login: framunoz
- Kind: user
- Location: Santiago
- Company: Universidad de Chile
- Repositories: 3
- Profile: https://github.com/framunoz
Estudiante de Ingeniería Civil Matemática, UCh.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Muñoz Guajardo" given-names: "Francisco" orcid: "https://orcid.org/0009-0006-3048-2647" title: "quick-torch" version: 1.0.4 date-released: 2023-10-07 repository-code: "https://github.com/framunoz/quick-torch" url: "https://pypi.org/project/quick-torch/" license: MIT
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Francisco Muñoz | f****z@u****l | 35 |
| Francisco Muñoz | f****z@d****l | 9 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 39 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
pypi.org: quick-torch
Library that provides a QuickDraw dataset using the Pytorch API.
- Homepage: https://github.com/framunoz/quick-torch
- Documentation: https://quick-torch.readthedocs.io/
- License: MIT
-
Latest release: 1.0.4
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- ndjson *
- requests *
- setuptools *
- torchvision *
- str *
- actions/checkout v3 composite
- actions/setup-python v3 composite
- pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite