A simple web tool that:
- Detects a face from an uploaded image
- Resizes the face to a fixed resolution (40x40)
- Converts it into ASCII characters
- Displays both the original image and ASCII art side by side
- Lets you copy the ASCII output in one click
- Face detection powered by face-api.js
- Automatic resize to 40x40 for consistent ASCII output
- Adjustable detail slider to change ASCII resolution
- Scrollable ASCII output box so large outputs don't break the layout
- One-click copy to clipboard
๐ https://theamazingyogita.github.io/ASCII_converter/
- Clone or download the repo
- Open
index.html
in your browser - Upload any image with a face
(It will automatically resize to 40x40 internally) - Adjust detail slider to fine-tune ASCII output
- Copy ASCII with the Copy ASCII button