This repository contains the files used to create the PencilSketcher app, a project developed for the All In Hackathon.
The PencilSketcher App is an innovative project designed to simplify the sketching process for art enthusiasts and students. Easily transform your photos into realistic pencil sketches with just a few clicks. The app leverages Streamlit for a fast and intuitive user interface and integrates powerful image processing using OpenCV and Pillow to achieve an authentic hand-drawn feel.
Visit the live project to experience the PencilSketcher App in action. Upload your photo and watch it transform into a beautiful pencil sketch instantly.
Feel free to explore the code to understand the implementation details and customize the app according to your preferences.
Watch the demo video for a quick overview of the PencilSketcher App and its features.
Created by Danyal Ejaz for the All In Hackathon.
- Clone this repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt
. - Run the app locally using
streamlit run pencil_sketch_app.py
.
Enjoy sketching with the PencilSketcher App!