All Projects → mindsdb → Mindsdb

mindsdb / Mindsdb

Licence: gpl-3.0
Predictive AI layer for existing databases.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mindsdb

Tbls
tbls is a CI-Friendly tool for document a database, written in Go.
Stars: ✭ 940 (-77.61%)
Mutual labels:  mysql, mariadb, snowflake
Phpmyadmin
A web interface for MySQL and MariaDB
Stars: ✭ 5,750 (+36.94%)
Mutual labels:  hacktoberfest, mysql, mariadb
Sqlpad
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Trino, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
Stars: ✭ 4,113 (-2.05%)
Mutual labels:  mysql, clickhouse, snowflake
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 7,712 (+83.66%)
Mutual labels:  hacktoberfest, mysql, mariadb
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (-30.7%)
Mutual labels:  hacktoberfest, mysql, mariadb
responsible-ai-toolbox
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 615 (-85.35%)
Mutual labels:  ml, explainable-ai, explainable-ml
Yuniql
Free and open source schema versioning and database migration made natively with .NET Core.
Stars: ✭ 156 (-96.28%)
Mutual labels:  mysql, mariadb, snowflake
Mysqlconnector
Async MySQL Connector for .NET and .NET Core
Stars: ✭ 942 (-77.57%)
Mutual labels:  hacktoberfest, mysql, mariadb
Dbbench
🏋️ dbbench is a simple database benchmarking tool which supports several databases and own scripts
Stars: ✭ 52 (-98.76%)
Mutual labels:  hacktoberfest, mysql, mariadb
Freesql
🦄 .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, Click house orm, MsAccess orm.
Stars: ✭ 3,077 (-26.72%)
Mutual labels:  hacktoberfest, mysql, clickhouse
Interpret
Fit interpretable models. Explain blackbox machine learning.
Stars: ✭ 4,352 (+3.64%)
Mutual labels:  artificial-intelligence, explainable-ai, explainable-ml
Lnmp
Support: Nginx 1.12/1.13 + MySQL 5.5/5.6/5.7/8.0(MariaDB 5.5/10.0/10.1/10.2/10.3) + PHP 5.4/5.5/5.6/7.0/7.1/7.2 + phpMyAdmin(Adminer)
Stars: ✭ 262 (-93.76%)
Mutual labels:  mysql, mariadb
E107
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
Stars: ✭ 272 (-93.52%)
Mutual labels:  mysql, mariadb
Docker Lamp
Docker with Apache, MySql, PhpMyAdmin and Php
Stars: ✭ 276 (-93.43%)
Mutual labels:  mysql, mariadb
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (-24.01%)
Mutual labels:  explainable-ai, explainable-ml
Polyaxon
Machine Learning Platform for Kubernetes (MLOps tools for experimentation and automation)
Stars: ✭ 2,966 (-29.36%)
Mutual labels:  artificial-intelligence, ml
0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (-93.21%)
Mutual labels:  artificial-intelligence, ml
Neard
🎲 Portable WAMP software stack
Stars: ✭ 296 (-92.95%)
Mutual labels:  mysql, mariadb
Clai
Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
Stars: ✭ 320 (-92.38%)
Mutual labels:  artificial-intelligence, ml
Rel
💎 Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
Stars: ✭ 317 (-92.45%)
Mutual labels:  hacktoberfest, mysql

MindsDB

MindsDB is a predictive platform that makes databases intelligent and machine learning easy to use. It allows data analysts to build and visualize forecasts in BI dashboards without going through the complexity of ML pipelines, all through SQL. It also helps data scientists to streamline MLOps by providing advanced instruments for in-database machine learning and optimize ML workflows through a declarative JSON-AI syntax. Tweet


Installation - Overview - Features - Database Integrations - Quickstart - Documentation - Support - Contributing - Mailing lists - License


Machine Learning using SQL

MindsDB

Installation

To install the latest version of MindsDB please pull the following Docker image:

docker pull mindsdb/mindsdb

Or, use PyPI:

pip install mindsdb

Overview

MindsDB automates and abstracts machine learning through virtual AI Tables in databases - all through SQL (MongoDB query syntax is also supported).

You can get forecasts from complex multivariate time-series data or detect anomalies in real-time without building & maintaining ETL pipelines, ML workflows and API integrations.

How it works:

  1. Let MindsDB connect to your database.

  2. Make MindsDB learn from historical data automatically by training a predictor using a single SQL statement. (if you'd rather configure some of your models manually or bring your own, MindsDB supports that too via declarative JSON-AI syntax).

  3. Make predictions immediately by querying MindsDB virtual AI Tables. There’s no need to deploy models.

  4. Visualize forecasts in your BI dashboards, all through standard SQL. AI Tables behave the same way as normal database tables.

Check our docs and blog for tutorials and use case examples.

Features

  • Automatic data pre-processing, feature engineering and encoding.
  • Classification, regression, time-series tasks.
  • Automatic model deployment through virtual AI Tables.
  • Data quality check for potential biases & outliers.
  • Model accuracy scoring and confidence intervals for each prediction.
  • Batch predictions by joining predictor with other tables.
  • Anomaly detection.
  • Model explainability analysis with graphical user interface.
  • GPU support for faster model training.
  • Tune model internals with declarative JSON-AI syntax.
  • Import your own models.
  • HTTP API available

Database Integrations

Connect your Data
Connect MongoDB
Connect MySQL
Connect PostgreSQL
Connect MariaDB
Connect MongoDB
Connect Snowflake
Connect Clickhouse
Connect Cassandra
Connect Redis
Connect SQL Server
Connect Singlestore
Connect ScyllaDB
Connect CockroachDB

👋 Missing integration?

Quickstart

To get your hands on MindsDB, we recommend using the Docker image or simply sign up for a free cloud account. Feel free to browse documentation for other installation methods and tutorials.

Documentation

You can find the complete documentation of MindsDB at docs.mindsdb.com. Documentation for our HTTP API can be found at apidocs.mindsdb.com.

Support

If you found a bug, please submit an issue on Github.

To get community support, you can:

If you need commercial support, please contact the MindsDB team.

Contributing

Being part of the core team is accessible to anyone who is motivated and wants to be part of that journey!

If you'd like to contribute to the project, refer to the contributing documentation.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

Current contributors

Made with contributors-img.

Mailing lists

Subscribe to MindsDB Monthly Community Newsletter to get general announcements, release notes, information about MindsDB events, and the latest blog posts. You may also join our beta-users group, and get access to new beta features.

License

MindsDB is licensed under GNU General Public License v3.0

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