Skip to content

Instantly share code, notes, and snippets.

View henalbrod's full-sized avatar

Henry Alberto Rodriguez Rodriguez henalbrod

  • Barranquilla, Colombia
View GitHub Profile
@henalbrod
henalbrod / CartoonifyMe_by_chatgpt-4.py
Created March 22, 2023 00:59
CartoonifyMe script by ChatGPT4
# pip install opencv-python
# pip install opencv-python-headless
# pip install numpy
# pip install scikit-learn
import base64
import cv2
import numpy as np
from PIL import Image
@henalbrod
henalbrod / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html">
<link rel="import" href="../core-animated-pages/transitions/slide-down.html">
<link rel="import" href="../core-animated-pages/transitions/slide-up.html">
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html">