This application allows users to convert their images into artistic sketches using advanced image processing techniques.
You can try the app here
- Convert uploaded images to artistic sketches
- Easy-to-use interface with drag-and-drop functionality
- View original image and sketch side by side
- Download the generated sketch
- Support for various image formats (JPG, JPEG, PNG)
- Responsive design for both desktop and mobile use
To use this application, you need to install the required dependencies. Run the following command to install them:
pip install -r requirements.txt- Upload an image: Use the file uploader to select an image from your device.
- View results: See your original image and the generated sketch side by side.
- Download sketch: Use the download button to save the generated sketch to your device.
- Try different images: Upload various images to see how they look as sketches.
Make sure you have Streamlit installed before running the application. Run the following command in your terminal:
streamlit run main.py
- The application uses advanced image processing techniques to convert images to sketches.
- The quality of the sketch may vary depending on the complexity and clarity of the original image.
- This tool is great for artists, designers, or anyone looking to create unique sketched versions of their photos.
We welcome feedback and ideas for improving the application!

