Line Drawing App is a web application that can transform images into a pencil-sketch-like line drawing. The application is built with Python and Streamlit.
Usage
-
Upload an input image by clicking on the “Upload input image” button.
-
Adjust the parameters for edge-preserving smoothing, Gaussian blur, and Canny edge detection using the sliders in the sidebar.
-
Click on the “Generate line drawing” button to generate the line drawing.
-
The input and output images will be displayed on the page. The generated line drawing will also be saved as a GIF file, which can be downloaded by clicking on the “Download GIF” button.
Installation
- Clone this repository:
git clone https://github.com/DovarFalcone/linedrawing.git
- Install the required packages:
pip install -r requirements.txt
- Run the application:
streamlit run line.py
- Check it out here on Streamlit! Image Processing to Line Drawing
Note: Check it out on GitHub, beautifulcharts.