A flask application that turn your images to ASCII ART with 70 level in grayscale
Deployed version: https://flask-asciart-app.vercel.app
Currently only support PNG, JPG and JPEG
- Create your own virtual env :
python3 -m venv {your_own_env}
- Activiate your environment:
source {your_own_env}/bin/activate
- install all the packages:
pip3 install -r requirement
- Run
python3 wsgi.py
to start
Bootstrap: https://getbootstrap.com/
CodingTrain: https://www.youtube.com/watch?v=55iwMYv8tGI