Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Deepaa | 1,318 | 2 years ago | 1 | March 01, 2018 | 1 | mit | Python | |||
make ASCII Art by Deep Learning | ||||||||||
Keras Sequential Ascii | 84 | 5 years ago | 1 | March 19, 2018 | 1 | Jupyter Notebook | ||||
ASCII summary for simple sequential models in Keras | ||||||||||
Ddx | 39 | 7 years ago | apache-2.0 | JavaScript | ||||||
Deep Learning Dashboard | ||||||||||
Tree Extended | 32 | 1 | 14 | 3 months ago | 51 | August 24, 2022 | 1 | mit | TypeScript | |
NodeJs make a raw text tree representation of a directory's content. It is highly customizable: max-deep, filters by deep level, different charsets... | ||||||||||
Asciiko | 3 | 5 years ago | other | Python | ||||||
Deep ASCII Art Generator |
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)
model
.)data
.)
)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"
The pre-trained models and the other files we have provided are licensed under the MIT License.