Python package to convert Arabic images to text by OCR technique detection
Project description
Style Transfer Art Package to compose one image in the style of another image (ever wish you could paint like Picasso or Van Gogh?
Neural style transfer is an optimization technique used to take two images
a content image and a style reference image (such as an artwork by a famous painter)
and blend them together so the output image looks like the content image,
but “painted†in the style of the style reference image.
about
Python Package to compose one image in the style of another image
Installation
pip install StyleTransferArt
or in colab google cloud
!pip install StyleTransferArt
use this example for get composed image
from StyleTransferArt import style_transfer
original_image='/content/o1.jpg'
style_image='/content/s1.jpg'
num_iterations=3000
out_image='new2.jpg'
style_transfer.style_transfer(original_image,style_image,num_iterations,out_image)
Tutorial
u can see tutorial in colab
https://colab.research.google.com/drive/13YpB8LaSIhEES7D9zzOVj9JtJtJ5Oam2?usp=sharing
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file StyleTransferArt-1.0.2.tar.gz.
File metadata
- Download URL: StyleTransferArt-1.0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3605d1f3cde6eb59769e299bbada58b4b36af3035cc41f54f33b2dfa6feaa5eb
|
|
| MD5 |
8b83db58f7152e11b78838ea2dfb12d5
|
|
| BLAKE2b-256 |
9a66036a1fb72c7c2578ed2a6a1f64ce16df4816cb2aefe4cbcc9235620861af
|
File details
Details for the file StyleTransferArt-1.0.2-py3-none-any.whl.
File metadata
- Download URL: StyleTransferArt-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e299bd92f7a30a97db063fc4423f51a343082d04c91894f08db14dce958064c
|
|
| MD5 |
71aa22fe93f94f5924fd9ad2bbbde979
|
|
| BLAKE2b-256 |
f18c5dc0b2a5b194631df54ba832bca9e1627f1ca20bbf96d8637eb08207d64d
|