Skip to content

QuillSketch is a simple Python web application project built with Flask to convert uploaded images (PNG, JPG, JPEG) into artistic sketches. It provides a user-friendly interface for image selection and sketch generation, allowing user to effortlessly convert selected photos into creative sketches.

Notifications You must be signed in to change notification settings

banasmita24/QuillSketch-Flask-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuillSketch-Flask-Project


Features:

  • Converts uploaded images into creative sketches using OpenCV's image processing capabilities.
  • Handles PNG, JPG and JPEG image files.
  • Stores the images and the sketches generated in a particular folder.

  • Required Libraries:

  • Flask
  • OpenCV-Python
  • Werkzeug

  • Usage:

  • Run the "app.py" file.
  • Visit "http://localhost:5000/" in your web browser.
  • Click "Choose File" and select the PNG, JPG, or JPEG image you want to sketch.
  • Click "Make Sketch" to initiate the image processing.
  • The resulting sketch will be displayed on the page.
  • The sketch generated is downloaded automatically in the "uploads" under the folder "static"

  • References:

    Click here - Sketchy

    How it looks:


    screenshot-QuillSketch

    About

    QuillSketch is a simple Python web application project built with Flask to convert uploaded images (PNG, JPG, JPEG) into artistic sketches. It provides a user-friendly interface for image selection and sketch generation, allowing user to effortlessly convert selected photos into creative sketches.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published