Skip to content

Latest commit

History

History
27 lines (17 loc) 路 498 Bytes

File metadata and controls

27 lines (17 loc) 路 498 Bytes

ASCII-Camera

A computer vision project that converts real-time webcam footage into animated ASCII art in your terminal.


馃帴 Preview

Features

  • Converts live webcam feed to ASCII art in the terminal
  • Adjustable ASCII gradient for smooth visuals
  • Aspect-ratio correction for realistic faces
  • Optionally view both ASCII and real webcam video at once

Requirements

  • Python 3.x
  • opencv-python (cv2)
  • numpy