All Projects → JuliaImages → juliaimages.github.io

JuliaImages / juliaimages.github.io

Licence: other
Documentation For JuliaImages

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to juliaimages.github.io

Julia-Projects-for-Beginners
Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia
Stars: ✭ 29 (+16%)
Mutual labels:  julia-language
learningjulia
A blog where I document my learning of the Julia programming language.
Stars: ✭ 15 (-40%)
Mutual labels:  julia-language
BenchmarksPythonJuliaAndCo
Benchmark(s) of numerical programs with Python (and Scipy, Pythran, Numba), Julia and C++.
Stars: ✭ 19 (-24%)
Mutual labels:  julia-language
PartialLeastSquaresRegressor.jl
Implementation of a Partial Least Squares Regressor
Stars: ✭ 31 (+24%)
Mutual labels:  julia-language
GlobalSensitivity.jl
Robust, Fast, and Parallel Global Sensitivity Analysis (GSA) in Julia
Stars: ✭ 30 (+20%)
Mutual labels:  julia-language
ComputationalMathematics
Lecture slides and homework assignments for MA5233 Computational Mathematics at the National University of Singapore.
Stars: ✭ 35 (+40%)
Mutual labels:  julia-language
EmbracingUncertainty
Material for AMLD 2020 workshop "Bayesian Inference: embracing uncertainty"
Stars: ✭ 23 (-8%)
Mutual labels:  julia-language
ECharts.jl
Julia package for the Apache ECharts v4 visualization library
Stars: ✭ 80 (+220%)
Mutual labels:  julia-language
TemporalGPs.jl
Fast inference for Gaussian processes in problems involving time. Partly built on results from https://proceedings.mlr.press/v161/tebbutt21a.html
Stars: ✭ 89 (+256%)
Mutual labels:  julia-language
DataFrames
Welcome to DataFrames.jl with Bogumił Kamiński
Stars: ✭ 106 (+324%)
Mutual labels:  julia-language
Julia
The Julia Programming Language
Stars: ✭ 37,497 (+149888%)
Mutual labels:  julia-language
18s191
Course 18.S191 at MIT, Spring 2021 - Introduction to computational thinking with Julia:
Stars: ✭ 2,094 (+8276%)
Mutual labels:  julia-language
NotebookToLaTeX.jl
A Julia package for converting your Pluto and Jupyter Notebooks into beautiful Latex.
Stars: ✭ 70 (+180%)
Mutual labels:  julia-language
Tectonic.jl
Tectonic typesetting for Julia.
Stars: ✭ 21 (-16%)
Mutual labels:  julia-language
SpineOpt.jl
A highly adaptable modelling framework for multi-energy systems
Stars: ✭ 25 (+0%)
Mutual labels:  julia-language
KittyTerminalImages.jl
A package that allows Julia to display images in the kitty terminal editor
Stars: ✭ 57 (+128%)
Mutual labels:  julia-language
math-server-docker
The ideal multi-user Data Science server with Jupyterhub and RStudio, ready for Python, R and Julia languages.
Stars: ✭ 70 (+180%)
Mutual labels:  julia-language
LinearOperators.jl
Linear Operators for Julia
Stars: ✭ 126 (+404%)
Mutual labels:  julia-language
Bonobo.jl
A general branch and bound framework
Stars: ✭ 26 (+4%)
Mutual labels:  julia-language
QSimulator.jl
Unitary and Lindbladian evolution in Julia
Stars: ✭ 19 (-24%)
Mutual labels:  julia-language

juliaimages.org

Documentation For JuliaImages, the organization for image processing with Julia.

Build Status

See also the dashboard for individual packages.

Note that the source files for the documentation are on the source branch; master is used only for deploying the generated HTML content.

Adding demos

Users are invited to add demonstrations carrying out particular tasks, for example like the gallery for scikit-image. The current procedure is as follows:

  • git clone a copy of this repository and initialize the project by julia --project=. -e 'using Pkg; Pkg.instantiate()'
  • write your julia source codes to docs/examples in Literate Syntax and Documenter Syntax. Powered by DemoCards.jl, assets can be generated on the fly.
  • Build the documentation locally with julia --project=. docs/make.jl. Inspect it (by opening docs/build/index.html in a browser) to make sure all is well.
  • Commit your changes (including all new files) and submit a pull request.

DemoCards.jl as a plugin package to Documenter is used to manage all the demos, check the DemoCards Quickstart for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].