A Flask-Application to dynamically generate images with banners.
It's a Flask-Application which dynamically generates images, with banners.
- Flask
pip install Flask
- Werkzeug
pip install Werkzeug
- OpenCV
pip install opencv-python
- Clone the Repo. (
cd
into thedir
after extracing the.zip
)
- Install the Requirements
- Fire up the terminal, and execute this piece of snippet :
python app.py
Yay !
Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
MIT