film-sight

an app that helps visually impaired people know what's going on within a video V.1 utilizes object detection and an LLM to provide context of the scenery

https://github.com/feranzie/film-sight

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 links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

an app that helps visually impaired people know what's going on within a video V.1 utilizes object detection and an LLM to provide context of the scenery

Basic Info
  • Host: GitHub
  • Owner: feranzie
  • License: agpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 337 KB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License Citation

Owner

  • Name: Feranmi Ola-davies
  • Login: feranzie
  • Kind: user

ML engineer

Citation (CITATION.cff)

cff-version: 1.2.0
preferred-citation:
  type: software
  message: If you use YOLOv5, please cite it as below.
  authors:
  - family-names: Jocher
    given-names: Glenn
    orcid: "https://orcid.org/0000-0001-5950-6979"
  title: "YOLOv5 by Ultralytics"
  version: 7.0
  doi: 10.5281/zenodo.3908559
  date-released: 2020-5-29
  license: AGPL-3.0
  url: "https://github.com/ultralytics/yolov5"

GitHub Events

Total
Last Year

Dependencies

utils/docker/Dockerfile docker
  • pytorch/pytorch 2.0.0-cuda11.7-cudnn8-runtime build
utils/google_app_engine/Dockerfile docker
  • gcr.io/google-appengine/python latest build
requirements.txt pypi
  • Markdown ==3.3.7
  • Pillow ==9.2.0
  • PyYAML ==6.0
  • Pygments ==2.12.0
  • Werkzeug ==2.1.2
  • absl-py ==1.1.0
  • asttokens ==2.0.5
  • backcall ==0.2.0
  • cachetools ==5.2.0
  • certifi ==2022.6.15
  • charset-normalizer ==2.1.0
  • cycler ==0.11.0
  • decorator ==5.1.1
  • executing ==0.8.3
  • fonttools ==4.34.2
  • google-auth ==2.9.0
  • google-auth-oauthlib ==0.4.6
  • grpcio ==1.47.0
  • idna ==3.3
  • ipython ==8.4.0
  • jedi ==0.18.1
  • kiwisolver ==1.4.3
  • matplotlib ==3.5.2
  • matplotlib-inline ==0.1.3
  • numpy ==1.23.0
  • oauthlib ==3.2.0
  • opencv-python ==4.6.0.66
  • packaging ==21.3
  • pandas ==1.4.3
  • parso ==0.8.3
  • pexpect ==4.8.0
  • pickleshare ==0.7.5
  • prompt-toolkit ==3.0.30
  • protobuf ==3.19.4
  • psutil ==5.9.1
  • ptyprocess ==0.7.0
  • pure-eval ==0.2.2
  • pyasn1 ==0.4.8
  • pyasn1-modules ==0.2.8
  • pyparsing ==3.0.9
  • python-dateutil ==2.8.2
  • pytz ==2022.1
  • requests ==2.28.1
  • requests-oauthlib ==1.3.1
  • rsa ==4.8
  • scipy ==1.8.1
  • seaborn ==0.11.2
  • six ==1.16.0
  • stack-data ==0.3.0
  • tensorboard ==2.9.1
  • tensorboard-data-server ==0.6.1
  • tensorboard-plugin-wit ==1.8.1
  • thop ==0.1.0.post2207010342
  • torch ==1.11.0
  • torchvision ==0.12.0
  • tqdm ==4.64.0
  • traitlets ==5.3.0
  • typing_extensions ==4.3.0
  • urllib3 ==1.26.9
  • wcwidth ==0.2.5
utils/google_app_engine/additional_requirements.txt pypi
  • Flask ==2.3.2
  • gunicorn ==19.10.0
  • pip ==21.1
  • werkzeug >=2.2.3