All Projects → scidart → Scidart

scidart / Scidart

Licence: apache-2.0
Multiplatform scientific computing for Dart

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Scidart

Reprozip
ReproZip is a tool that simplifies the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science.
Stars: ✭ 231 (+216.44%)
Mutual labels:  hacktoberfest, scientific-computing
dsp-theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 643 (+780.82%)
Mutual labels:  scipy, convolution
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+4217.81%)
Mutual labels:  hacktoberfest, scipy
PyCannyEdge
Educational Python implementation of the Canny Edge Detector
Stars: ✭ 31 (-57.53%)
Mutual labels:  scientific-computing, scipy
Dsp Theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 437 (+498.63%)
Mutual labels:  convolution, scipy
Oq Engine
OpenQuake's Engine for Seismic Hazard and Risk Analysis
Stars: ✭ 207 (+183.56%)
Mutual labels:  hacktoberfest, scientific-computing
mdct
A fast MDCT implementation using SciPy and FFTs
Stars: ✭ 42 (-42.47%)
Mutual labels:  scientific-computing, scipy
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (+61.64%)
Mutual labels:  hacktoberfest, scientific-computing
Datacube Core
Open Data Cube analyses continental scale Earth Observation data through time
Stars: ✭ 285 (+290.41%)
Mutual labels:  hacktoberfest, scientific-computing
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (-43.84%)
Mutual labels:  scientific-computing, scipy
SciCompforChemists
Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.
Stars: ✭ 65 (-10.96%)
Mutual labels:  scientific-computing, scipy
Itk
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Stars: ✭ 801 (+997.26%)
Mutual labels:  hacktoberfest, scientific-computing
Poliastro
poliastro - 🚀 Astrodynamics in Python
Stars: ✭ 462 (+532.88%)
Mutual labels:  hacktoberfest, scientific-computing
Scipy
SciPy library main repository
Stars: ✭ 8,942 (+12149.32%)
Mutual labels:  scientific-computing, scipy
Edxposedmanager
Companion Android application for EdXposed
Stars: ✭ 1,172 (+1505.48%)
Mutual labels:  hacktoberfest
Gr Nrsc5
A GNU Radio implementation of HD Radio (NRSC-5)
Stars: ✭ 73 (+0%)
Mutual labels:  hacktoberfest
Moviedb Promise
Interact with themoviedb.org's api with Node... now in TypeScript!
Stars: ✭ 72 (-1.37%)
Mutual labels:  hacktoberfest
Coordconv
Pytorch implementation of "An intriguing failing of convolutional neural networks and the CoordConv solution" - https://arxiv.org/abs/1807.03247
Stars: ✭ 72 (-1.37%)
Mutual labels:  convolution
Ssh known hosts
Development repository for Chef Cookbook ssh_known_hosts
Stars: ✭ 73 (+0%)
Mutual labels:  hacktoberfest
Hacktoberfest Swag List
Multiple companies give out swag for Hacktoberfest, and this repo tries to list them all.
Stars: ✭ 1,184 (+1521.92%)
Mutual labels:  hacktoberfest

Scidart logo

SciDart is an experimental cross-platform scientific library for Dart.

🏹 Goals

The main goal of SciDart is run where Dart can run, in other words, run on Flutter, Dart CLI, Dart web, etc.

🏃 Motivation

Some time ago I tried make a guitar tuner (frequency estimator) with Flutter, and I faced with the problem: Dart didn't have a unified scientific library. So, I tried implement something to help me and the community with this problem.

🧭 PUB link

Link to the Pub repository: https://pub.dev/packages/scidart

🔌 Installation

You can follow instruction in the Pub website: https://pub.dev/packages/scidart#-installing-tab-

⚒ Examples

The examples can be found in the project web site.

🛣 Project milestones

All the project status will be shared and updated in the Projects section of Github.

🙌 How to contribute

I recommend check the Projects section and choose a task or choose and solve a problem with SciDart and implement the missing parts and read the file CONTRIBUTING.md.

The reference values for all functions came from with SciPy. The contributions need use SciPy as reference too.

Every contribution need to have tests, documentation and examples, otherwise, the pull request will be blocked.

☕ Supporters

Scidart is an open source project that runs on donations to pay the bills e.g. our domain name. If you want to support Scidart, you can ☕ buy a coffee here.

⚠ License

Copyright (c) 2019-present Angelo Polotto and Contributors. Scidart is free and open-source software licensed under the Apache-2.0 License. The official logo was created by Juliano Polotto and distributed under Creative Commons license (CC BY-SA 4.0 International).

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].