symisc/ascii_art
Real-Time ASCII Art Rendering Library
This is a real-time ASCII art rendering library that takes an input image or video frame and transforms it into printable ASCII characters. It helps developers who want to integrate ASCII art generation into their applications, such as games, creative tools, or live video effects. The input is an image or video frame, and the output is a textual representation of that image using ASCII characters.
735 stars. No commits in the last 6 months.
Use this if you are a developer looking for a straightforward way to convert images or video frames into ASCII art within your C/C++ application.
Not ideal if you are an end-user looking for a ready-to-use application to create ASCII art without any programming.
Stars
735
Forks
84
Language
C
License
GPL-2.0
Category
Last pushed
Sep 24, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/symisc/ascii_art"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
OverStruck/deep-dream-maker
GUI Interface for Google's Deep Dream and related python scripts
maua-maua-maua/maua
Deep learning toolkit for image, video, and audio synthesis
gordicaleksa/pytorch-deepdream
PyTorch implementation of DeepDream algorithm (Mordvintsev et al.). Additionally I've included...
kesara/deepdreamer
Easy to configure Python program that make use of Google's DeepDream.
JuliaPoo/AsciiArtist
An ascii art generator that's actually good. Does edge detection and selects the most...