{"id":22502699,"url":"https://github.com/ejfox/ascii_webcam","last_synced_at":"2025-06-28T18:37:07.344Z","repository":{"id":265775283,"uuid":"851851629","full_name":"ejfox/ascii_webcam","owner":"ejfox","description":"Show your webcam as ASCII art","archived":false,"fork":false,"pushed_at":"2024-09-03T20:01:50.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T19:12:08.273Z","etag":null,"topics":["ascii","ascii-art","cli"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ejfox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-03T19:59:50.000Z","updated_at":"2025-06-07T11:37:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3b817ce-42c9-4e13-af46-cbcb7409eb88","html_url":"https://github.com/ejfox/ascii_webcam","commit_stats":null,"previous_names":["ejfox/ascii_webcam"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ejfox/ascii_webcam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fascii_webcam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fascii_webcam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fascii_webcam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fascii_webcam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ejfox","download_url":"https://codeload.github.com/ejfox/ascii_webcam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fascii_webcam/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262477822,"owners_count":23317560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ascii","ascii-art","cli"],"created_at":"2024-12-06T23:21:13.791Z","updated_at":"2025-06-28T18:37:07.299Z","avatar_url":"https://github.com/ejfox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASCII Webcam Art\n\nThis repository contains a collection of Python scripts that transform your webcam feed into various forms of ASCII art. Each script offers a unique take on rendering your camera input as text-based visual art, with OpenCV used for positioning the \"camera\" on the face and displaying eyes in with special characters.\n\n## Scripts Overview\n\nhttps://github.com/user-attachments/assets/a4847154-f4da-4df3-a484-d491e3d128b3\n\n### 1. ascii_webcam_eyes.py\n\nThis script focuses on detecting and displaying eyes as emojis in an ASCII canvas.\n\nKey features:\n- Uses OpenCV for face and eye detection\n- Displays detected eyes as eye emojis (👁️)\n- Maintains a consistent 15 FPS for smooth performance\n- Mirrors the webcam input for a more intuitive experience\n\n### 2. ascii_yolo_webcam.py\n\nhttps://github.com/user-attachments/assets/ed7acaf2-a416-428b-a168-d4d5b66b78af\n\nThis script provides a more detailed ASCII representation of the entire face, with special emphasis on eyes.\n\nKey features:\n- Uses YOLO (You Only Look Once) for face detection\n- Employs OpenCV for eye detection within the face region\n- Renders the face in ASCII characters with contrast and dithering options\n- Highlights detected eyes in red\n- Displays performance metrics and detection information\n\n### 3. glitch_braille_cam.py\n\nThis script creates an artistic, glitch-like effect using Braille characters.\n\nKey features:\n- Renders the webcam feed using Braille characters\n- Implements a datamoshing-like effect by blending frames\n- Introduces random glitches for an artistic touch\n- Provides a unique, abstract representation of the video feed\n\n## Key Differences\n\n1. **Detection Methods**:\n    - `ascii_webcam_eyes.py` uses simple OpenCV detection\n    - `ascii_yolo_webcam.py` combines YOLO and OpenCV for more robust detection\n    - `glitch_braille_cam.py` doesn't use specific feature detection\n\n2. **Rendering Style**:\n    - `ascii_webcam_eyes.py` focuses solely on rendering eyes\n    - `ascii_yolo_webcam.py` renders the entire face in ASCII with eye highlights\n    - `glitch_braille_cam.py` uses Braille characters for a more abstract representation\n\n3. **Performance**:\n    - `ascii_webcam_eyes.py` is optimized for performance, maintaining 15 FPS\n    - `ascii_yolo_webcam.py` is more computationally intensive due to YOLO and detailed rendering\n    - `glitch_braille_cam.py` balances between artistic effect and performance\n\n4. **Artistic Approach**:\n    - `ascii_webcam_eyes.py` is minimalistic, focusing on eye representation\n    - `ascii_yolo_webcam.py` aims for a more complete and detailed ASCII portrait\n    - `glitch_braille_cam.py` takes an abstract, glitch-art approach\n\n## Usage\n\nTo run any of the scripts, ensure you have the required dependencies installed, then execute the script using Python:\n\n```\npython script_name.py\n```\n\nPress 'q' to exit the program.\n\nEnjoy exploring these different approaches to ASCII webcam art!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejfox%2Fascii_webcam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fejfox%2Fascii_webcam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejfox%2Fascii_webcam/lists"}