Pinned Repositories
ChromaKick
Make videos where "ChromaKey-Green" areas get twirled
CoreML-StyleTransfer
A few stylization coreML models that I've trained with CreateML
FCRN-CoreML
Depth Estimation for iOS and macOS, using FCRN Depth-Prediction models
HeadCropper
A basic macOS App which lets you select an image or a folder with images and it will crop out all detected heads
hebrew-gpt_neo
Hebrew text generation models based on EleutherAI's gpt-neo. Each was trained on a TPUv3-8 made avilable via TPU Research Cloud Program.
my-colab-experiments
A repository for sharing ipynb's of my experiments with ML. Some notebooks are 'old' by now and might no longer work 'out of the box'.
TrainGPT2-127M-FromScratch
A trio of Google-Colab notebooks (ipynb) for training a GPT-2 (127M) model from scratch (useful for other / non-English languages) using gpt-2-simple
U-2-Net-StyleTransfer
U-2-Net: U Square Net - Modified for paired image training of style transfer
Norod's Repositories
Norod/my-colab-experiments
A repository for sharing ipynb's of my experiments with ML. Some notebooks are 'old' by now and might no longer work 'out of the box'.
Norod/U-2-Net-StyleTransfer
U-2-Net: U Square Net - Modified for paired image training of style transfer
Norod/hebrew-gpt_neo
Hebrew text generation models based on EleutherAI's gpt-neo. Each was trained on a TPUv3-8 made avilable via TPU Research Cloud Program.
Norod/FCRN-CoreML
Depth Estimation for iOS and macOS, using FCRN Depth-Prediction models
Norod/TrainGPT2-127M-FromScratch
A trio of Google-Colab notebooks (ipynb) for training a GPT-2 (127M) model from scratch (useful for other / non-English languages) using gpt-2-simple
Norod/CoreML-StyleTransfer
A few stylization coreML models that I've trained with CreateML
Norod/ChromaKick
Make videos where "ChromaKey-Green" areas get twirled
Norod/vae-png
An experiment in encapsulating VAE encoded image data in a png file and decoding it back to the original image
Norod/encode_dataset_as_vae_png
Read jpg folder, encode it with SD VAE, encapsulate encoded VAE latent in a native PNG image, store relevant info in PNG metadata, convert encapsulated PNG back to a latent VAE and decode back the original image
Norod/Filterpedia
Core Image Filter Explorer & Showcase
Norod/gpt2-en-badwiki
Bad-Wiki is an automatic text generator. It creates really bad nonsense definitions for the terms you provide.
Norod/gpt2-hewiki
מחולל הגדרות נוֹנְסֵנְס בסגנון ערכים בויקיפדיה
Norod/gpt-2xy
World of Warcraft - Quest text generator (GPT2 124M)
Norod/MLStyleTransferPlayground
A macOS Swift Playground for testing your image stylizing CoreML model
Norod/Queryable-mobileclip
Run Apple's Mobile-Clip model on iOS to search photos.
Norod/CascLibMacOS
Downloads CascLib and generates a MacOS framework + extractor client
Norod/HeadCropper
A basic macOS App which lets you select an image or a folder with images and it will crop out all detected heads
Norod/SCNTechniqueMtGl
Trying out multi-target SCNTechnique code with both GL as well as Metal shaders
Norod/seinfeld.textgen.cloud
Generates nonsense Seinfeld script snippets which begin with the text you provide
Norod/Depth-Map-Visualizer
Convert depth map to a 3D mesh
Norod/encoder4editing
Official implementation of "Designing an Encoder for StyleGAN Image Manipulation" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02766
Norod/export-brew-cask-list-to-json
Generate a json information file for each installable brew cask package
Norod/ImageToneCurveEditor
Project demonstrating the use of CIToneCurve
Norod/jetfire
WebSocket (RFC 6455) client library for iOS & OS X
Norod/libonnx
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
Norod/meshlab
The open source mesh processing system
Norod/Norod
Hello and welcome to Doron Adler's GitHub page
Norod/pixel2style2pixel
Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation"
Norod/universal-protocolbuffers-cpp-apple
Build Google Protocol Buffers v3.6.1 C++ runtime libraries for macOS (x86_64, arm64), iOS (x86_64, arm64) and WatchOS (i386, x86_64, armv7k, arm64_32) with bitcode.
Norod/writing-with-hebrew-gpt_neo
Reproducing "Writing with Transformer" demo, using aitextgen/FastAPI in backend, Quill/React in frontend