Python - Picture to Illustration
Budget: $30 – $250 USD
I have a python script that turns a picture into art - the libraries I'm using are listed below.
I'd like to add a new effect - going from a picture to an illustration (PLEASE LOOK AT ATTACHED IMAGE)
Can you do?
Below is the libraries i'm currently using:
import os
import cv2
import numpy as np
import onnxruntime as ort
from PIL import Image
import argparse
from cv2 import dnn_superres
import time
I'd like to add a new effect - going from a picture to an illustration (PLEASE LOOK AT ATTACHED IMAGE)
Can you do?
Below is the libraries i'm currently using:
import os
import cv2
import numpy as np
import onnxruntime as ort
from PIL import Image
import argparse
from cv2 import dnn_superres
import time