streamlit application image style conversion / image animation project

Baidu AI image processing

This time, the image processing SDK interface of Baidu AI intelligent platform is used, including functions such as coloring black and white images, animation of images, and image style conversion.

After registering on the Baidu AI official platform and receiving free resources, you can get APP_ID,API_KEY和SECRET_KEYthe account and password.

  • Import Baidu AI library
import streamlit as st
from aip import AipImageProcess
import cv2
import numpy as np

Guess you like

Origin blog.csdn.net/weixin_46530492/article/details/130780660