python - turn pic into art -- 2
Budget: $30 – $250 USD
I have a python script that turns an picture into art - see attached.
I am trying to determine what other 'effects' we could do with python - to give my customers optoins
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 am trying to determine what other 'effects' we could do with python - to give my customers optoins
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