Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaelforget/sharpie.jl
"Dumb fake" for the tech savvy
https://github.com/gaelforget/sharpie.jl
Last synced: 22 days ago
JSON representation
"Dumb fake" for the tech savvy
- Host: GitHub
- URL: https://github.com/gaelforget/sharpie.jl
- Owner: gaelforget
- License: mit
- Created: 2019-09-06T20:03:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T15:37:12.000Z (about 5 years ago)
- Last Synced: 2024-10-10T11:38:00.178Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Travis Build Status](https://travis-ci.org/gaelforget/Sharpie.jl.svg?branch=master)](https://travis-ci.org/gaelforget/Sharpie.jl)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gaelforget/Sharpie.jl/master?filepath=notebooks%2FSharpieDemo.ipynb)_Dumb fake_ a little bit like _deep fake_ but somewhat less profound and more computationally efficient.
## Try it
Hit `launch binder` to use cloud computing or open `notebooks/SharpieDemo.ipynb` using `jupyter` on your local computer. This notebook will execute
```
using Sharpie
Sharpie.BeforeAndAfter()
```and display two images -- `before` and `after` applying `Sharpie`:
![alt-text-1](figs/Sharpie_before.jpg "Before") ![alt-text-2](figs/Sharpie_after.jpg "After")
ps: very advanced tech indeed ... :wink:
## Install it
Start `IJulia` or a `Jupyter` notebook and execute:
```
using Pkg
Pkg.add(PackageSpec(url="https://github.com/gaelforget/Sharpie.jl"))
Pkg.test("Sharpie")
```