Convert your images to ASCII Art.
You can see how it works here
- Clone the code
- Create virtual environment
python -m venv env
- Activate your virtual environment
- Linux / Mac
source env/bin/activate
- Windows
env\Scripts\activate.bat
- Install dependecies
pip install -r requirements.txt
- Run the code
python main.py
# or
gunicorn main:app
- Pillow
- flask
- gunicorn
- flake8