Science Score: 67.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
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Repository
Python tool to extract time stamps from images
Basic Info
- Host: GitHub
- Owner: diehlpk
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Size: 23.4 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
bb-8 
Small Python tool to extract time stamps from images using OCR
Installation
The code requires EasyOCR to extract the text from the image.
bash
python3 -m venv deps
source deps/bin/activate
pip install -r requirements.txt
Usage
To extract the time stamp of a single image
bash
source deps/bin/activate
python3 extract.py image.jpeg
To extract time stamps of multiple images
bash
source deps/bin/activate
find . -name "*.jpg" -exec python3 extract.py "{}" ";" >> found.dat
Reference
Please cite the work as follow
Diehl, P. (2023). bb-8: Python tool to extract time stamps from images (v0.1.0). Zenodo. https://doi.org/10.5281/zenodo.10045858
Owner
- Name: Patrick Diehl
- Login: diehlpk
- Kind: user
- Location: Baton Rouge, US
- Company: Louisiana State University
- Website: http://www.diehlpk.de/
- Repositories: 40
- Profile: https://github.com/diehlpk
Center of Computation and Technology, Medical Physic, Louisiana State University. Podcast: @FLOSSforScience Topic Editor: @openjournals
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: 'bb-8: Python tool to extract timestamps from images'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Patrick
family-names: Diehl
affiliation: LSU
orcid: 'https://orcid.org/0000-0003-3922-8419'
identifiers:
- type: doi
value: 10.5281/zenodo.10045857
repository-code: 'https://github.com/diehlpk/bb-8'
license: GPL-3.0
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 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