This is an open source software that can convert uploaded images or videos into cartoon style.
- Supports uploading of image and video formats
- Supports resizing video.
- Supports trimming video length.
- Clone the code repository to your local machine.
git clone https://github.com/jessdy/Media2Cartoon.git
- Container building
docker build -t Media2Cartoon:1.0 .
- Start the container
docker run -d --name cartoon-1.0 -p 18080:18080 Media2Cartoon:1.0
- Visit
- URL:[http://localhost:18080/front/]
- Clone the code repository to your local machine.
git clone https://github.com/jessdy/Media2Cartoon.git
- Install dependencies
cd server
pip uninstall -y protobuf
pip install protobuf==3.19.0 -i https://pypi.douban.com/simple
pip install -r requirements.txt -i https://pypi.douban.com/simple
uvicorn main:app --reload --port 18080 --host 0.0.0.0
- Visit
- URL:[http://localhost:18080/front/]