Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lehoangan2906/image-to-hand-drawing
Image to Hand-drawing Converter using Python
https://github.com/lehoangan2906/image-to-hand-drawing
Last synced: 22 days ago
JSON representation
Image to Hand-drawing Converter using Python
- Host: GitHub
- URL: https://github.com/lehoangan2906/image-to-hand-drawing
- Owner: lehoangan2906
- Created: 2024-11-27T04:48:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T04:58:03.000Z (3 months ago)
- Last Synced: 2024-11-27T05:26:52.579Z (3 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run this project, you first need to install neccessary dependencies. Open terminal (on MacOS or Ubuntu), or cmd (on Windows) and enter the following prompts:
- First, you need to make sure that python is installed on your system:
```bash
python3 --version
```- Then you need to ensure `pip` is available:
```bash
pip3 --version
```- Next, you need to install some libraries:
```bash
pip3 install opencv-python
pip3 install matplotlib
```
- After that, copy and paste the image you want to convert to this code folder. Please make sure that the file format is `.png` and the file name is `image`.- Headback to terminal, navigate to this code folder:
```bash
cd Image-to-Hand-drawing
```- Finally, enter the following command:
```bash
python3 main.py
```And the converted image is ready in your folder.