Pinned Repositories
ClassificationForAndroid
在Android使用深度学习模型实现图像识别,本项目提供了多种使用方式,使用到的框架如下:Tensorflow Lite、Paddle Lite、MNN、TNN
colorization
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
cp-vton
Reimplemented code for "Toward Characteristic-Preserving Image-based Virtual Try-On Network"
data_struct_hw
data struct homework
DeOldify
A Deep Learning based project for colorizing and restoring old images (and video!)
dirent
C/C++ library for retrieving information on files and directories
EpMedia
Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。 The video processing framework based on FFmpeg developed on Android is simple, easy to use, and small in size, helping users quickly realize video processing functions. Contains the following functions: editing, cropping, rotating, mirroring, merging, separating, variable speed, adding LOGO, adding filters, adding background music, accelerating and decelerating video, rewinding audio and video.
faceCapture
an Android app kind like Facerig(but simpler)
FFDNet
FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising (TIP, 2018)
fullstack
React/ApolloGraphQL/Node/Mongo demo written in Typescript
cruiceble's Repositories
cruiceble/seq2seq
Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch
cruiceble/RxFFmpeg
🔥💥RxFFmpeg 是基于 ( FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl ) 编译的适用于 Android 平台的音视频编辑、视频剪辑的快速处理框架,包含以下功能:视频拼接,转码,压缩,裁剪,片头片尾,分离音视频,变速,添加静态贴纸和gif动态贴纸,添加字幕,添加滤镜,添加背景音乐,加速减速视频,倒放音视频,音频裁剪,变声,混音,图片合成视频,视频解码图片,抖音首页,视频播放器及支持 OpenSSL https 等主流特色功能
cruiceble/netron
Visualizer for neural network, deep learning, and machine learning models
cruiceble/ClassificationForAndroid
在Android使用深度学习模型实现图像识别,本项目提供了多种使用方式,使用到的框架如下:Tensorflow Lite、Paddle Lite、MNN、TNN
cruiceble/cp-vton
Reimplemented code for "Toward Characteristic-Preserving Image-based Virtual Try-On Network"
cruiceble/ncnn-android-styletransfer
The style transfer android example
cruiceble/tensorflow-tools
Python Scripts for working with Tensorflow
cruiceble/EpMedia
Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。 The video processing framework based on FFmpeg developed on Android is simple, easy to use, and small in size, helping users quickly realize video processing functions. Contains the following functions: editing, cropping, rotating, mirroring, merging, separating, variable speed, adding LOGO, adding filters, adding background music, accelerating and decelerating video, rewinding audio and video.
cruiceble/DeOldify
A Deep Learning based project for colorizing and restoring old images (and video!)
cruiceble/protobuf
Protocol Buffers - Google's data interchange format
cruiceble/interactive-deep-colorization
Deep learning software for colorizing black and white images with a few clicks.
cruiceble/colorization
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
cruiceble/PConv-Keras
Unofficial implementation of "Image Inpainting for Irregular Holes Using Partial Convolutions". Try at: www.fixmyphoto.ai
cruiceble/FFDNet
FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising (TIP, 2018)
cruiceble/Meta-SR-Pytorch
Meta-SR: A Magnification-Arbitrary Network for Super-Resolution (CVPR2019)
cruiceble/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
cruiceble/huobi-chain
The next generation high performance public chain for financial infrastructure.
cruiceble/fullstack
React/ApolloGraphQL/Node/Mongo demo written in Typescript
cruiceble/video-colorization
Applying the machine learning tool "DeOldify" on videos, frame by frame.
cruiceble/zoom-learn-zoom
computational zoom from raw sensor data
cruiceble/q_trading
quantitative trading system based on deep learning and reinforcement learning
cruiceble/dirent
C/C++ library for retrieving information on files and directories
cruiceble/faceCapture
an Android app kind like Facerig(but simpler)
cruiceble/ucorelab
cruiceble/os_exercises
清华大学OS公开课——课后练习
cruiceble/data_struct_hw
data struct homework