All Projects → OsciiArt → Deepaa

OsciiArt / Deepaa

Licence: mit
make ASCII Art by Deep Learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deepaa

Asciidots
Esolang inspired by ASCII art
Stars: ✭ 945 (-26.8%)
Mutual labels:  ascii-art
Qr Ascii
A small library to generate QR codes with ascii
Stars: ✭ 63 (-95.12%)
Mutual labels:  ascii-art
Asciitosvg
Create beautiful SVG renderings of ASCII diagrams.
Stars: ✭ 82 (-93.65%)
Mutual labels:  ascii-art
Android Img2ascii
Convert image to ascii.
Stars: ✭ 30 (-97.68%)
Mutual labels:  ascii-art
Asciipy
translate images, videos and text to Ascii arts easy
Stars: ✭ 52 (-95.97%)
Mutual labels:  ascii-art
Ascii Generator.site
Django website for generating ASCII-arts out of images or text 🎨
Stars: ✭ 77 (-94.04%)
Mutual labels:  ascii-art
Ascii canvas
ASCII canvas for drawing in console
Stars: ✭ 11 (-99.15%)
Mutual labels:  ascii-art
Postcss Grid Kiss
A PostCSS plugin to keep CSS grids stupidly simple
Stars: ✭ 1,270 (-1.63%)
Mutual labels:  ascii-art
Clad Ascii
An ASCII art music video animated with JavaScript
Stars: ✭ 63 (-95.12%)
Mutual labels:  ascii-art
Lehar
Visualize data using relative ordering
Stars: ✭ 81 (-93.73%)
Mutual labels:  ascii-art
Image To Ascii
Convert images to ASCII art.
Stars: ✭ 35 (-97.29%)
Mutual labels:  ascii-art
Nfov
ASCII / ANSI art viewer for macOS powered by Electron
Stars: ✭ 48 (-96.28%)
Mutual labels:  ascii-art
Pic2ascii
Converts a picture and video to ascii art
Stars: ✭ 79 (-93.88%)
Mutual labels:  ascii-art
Ascii Doughnut
Animated spinning doughnut in ASCII
Stars: ✭ 29 (-97.75%)
Mutual labels:  ascii-art
Youtube Terminal
📺 Stream YouTube videos as ascii art in the terminal!
Stars: ✭ 84 (-93.49%)
Mutual labels:  ascii-art
Ascii clock
Python script that prints out a clock in ASCII art style to the console
Stars: ✭ 15 (-98.84%)
Mutual labels:  ascii-art
Markdeck
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
Stars: ✭ 1,159 (-10.22%)
Mutual labels:  ascii-art
Asciiworld
[fun] Render an ASCII world map
Stars: ✭ 87 (-93.26%)
Mutual labels:  ascii-art
Catsay
A program that generates pictures of a cat holding a sign with a message.
Stars: ✭ 85 (-93.42%)
Mutual labels:  ascii-art
Explain
Explain commands using ASCII art
Stars: ✭ 80 (-93.8%)
Mutual labels:  ascii-art

DeepAA

This is convolutional neural networks generating ASCII art. This repository is under construction.

This work is accepted by NIPS 2017 Workshop, Machine Learning for Creativity and Design The paper: ASCII Art Synthesis with Convolutional Networks

Web application (using previous version model) (by tar-bin)

image sample

Change log

  • 2017/12/2 added light model

Requirements

  • TensorFlow (1.3.0)
  • Keras (2.0.8)
  • NumPy (1.13.3)
  • Pillow (4.2.1)
  • Pandas (0.18.0)
  • Scikit-learn (0.19.0)
  • h5py (2.7.1)
  • model's weight (download it from here and place it in dir model.)
  • training data (additional, download it from here, extract it and place the extracted directory in dir data.) )

How to use

please change the line 15 of output.py

image_path = 'sample images/original images/21 original.png' # put the path of the image that you convert.

into the path of image file that you use. You should use a grayscale line image.

then run output.py. converted images will be output at output/.

You can select light model by change the line 13, 14 of output.py into

model_path = "model/model_light.json"
weight_path = "model/weight_light.hdf5"

License

The pre-trained models and the other files we have provided are licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].