Science Score: 54.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
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
A python library for instagram filters
Basic Info
Statistics
- Stars: 120
- Watchers: 4
- Forks: 16
- Open Issues: 1
- Releases: 7
Topics
Metadata Files
README.md
pilgram
A python library for instagram filters.

The filter implementations are inspired by CSSgram.
Requirements
- Python >= 3.4
- Pillow or pillow-simd
- NumPy
Install
sh
pip install pillow>=4.1.0 # or pip install pillow-simd
pip install numpy
pip install pilgram
Usage
Available instagram filters on pilgram:
- _1977
- aden
- brannan
- brooklyn
- clarendon
- earlybird
- gingham
- hudson
- inkwell
- kelvin
- lark
- lofi
- maven
- mayfair
- moon
- nashville
- perpetua
- reyes
- rise
- slumber
- stinson
- toaster
- valencia
- walden
- willow
- xpro2
```python from PIL import Image import pilgram
im = Image.open('sample.jpg') pilgram.aden(im).save('sample-aden.jpg') ```
Similarly, pilgram provides css filters and blend modes as a by-product.
Available css filters on pilgram.css:
- contrast
- grayscale
- hue_rotate
- saturate
- sepia
```python from PIL import Image import pilgram.css
im = Image.open('sample.jpg') pilgram.css.sepia(im).save('sample-sepia.jpg') ```
Available blend modes on pilgram.css.blending:
- color
- color_burn
- color_dodge
- darken
- difference
- exclusion
- hard_light
- hue
- lighten
- multiply
- normal
- overlay
- screen
- soft_light
```python from PIL import Image import pilgram.css.blending
backdrop = Image.open('backdrop.jpg') source = Image.open('source.jpg') pilgram.css.blending.color(backdrop, source).save('blending.jpg') ```
Demo
Filter performance comparison with instagram-filters

Test
sh
pipenv install --dev
make test # pytest
make test-tox # pytest with tox
Owner
- Name: Akiomi KAMAKURA
- Login: akiomik
- Kind: user
- Location: Japan
- Website: https://0m1.io
- Repositories: 226
- Profile: https://github.com/akiomik
Bird lover.
Citation (CITATION.cff)
cff-version: 1.2.0 message: If you use pilgram in your work, please cite it as below title: pilgram abstract: This library is a python library for instagram filters authors: - family-names: Kamakura given-names: Akiomi orcid: https://orcid.org/0000-0002-2042-712X keywords: - python - instagram - instagram filters - css filters - image blending - blend modes - image processing - data augmentation - image augmentation version: 1.2.1 doi: 10.5281/zenodo.6086991 date-released: 2022-02-15 license: Apache-2.0 repository-artifact: https://pypi.org/project/pilgram/ repository-code: https://github.com/akiomik/pilgram url: https://github.com/akiomik/pilgram
GitHub Events
Total
- Watch event: 6
- Delete event: 3
- Push event: 3
- Pull request event: 4
- Fork event: 2
- Create event: 3
Last Year
- Watch event: 6
- Delete event: 3
- Push event: 3
- Pull request event: 4
- Fork event: 2
- Create event: 3
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| dependabot[bot] | 4****] | 144 |
| Akiomi Kamakura | a****k@g****m | 135 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 142
- Average time to close issues: N/A
- Average time to close pull requests: 7 days
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 4.5
- Average comments per pull request: 0.99
- Merged pull requests: 122
- Bot issues: 0
- Bot pull requests: 127
Past Year
- Issues: 0
- Pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 5 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.14
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 7
Top Authors
Issue Authors
- JINHUIZHANG (1)
- sugizo (1)
Pull Request Authors
- dependabot[bot] (146)
- akiomik (12)
- mgrl (3)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 202,322 last-month
- Total docker downloads: 1,174
- Total dependent packages: 0
- Total dependent repositories: 9
- Total versions: 7
- Total maintainers: 1
pypi.org: pilgram
library for instagram filters
- Homepage: https://github.com/akiomik/pilgram
- Documentation: https://pilgram.readthedocs.io/
- License: Apache License 2.0
-
Latest release: 1.2.1
published about 4 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- actions/setup-python v4 composite