MindsDB alternatives and similar software solutions
Based on the "Misc/Other" category.
Alternatively, view MindsDB alternatives based on common mentions on social networks and blogs.
-
CyberChef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis -
Monica
Personal CRM. Remember everything about your friends, family and business relationships. -
google-webfonts-helper
A Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets -
CapRover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids -
changedetection.io
The best and simplest self-hosted free open source website change detection, monitor and notification service. Restock Monitor, change detection. Designed for simplicity - the main goal is to simply monitor which websites had a text change for free. Free Open source web page change detection, Restock Monitoring, Visualping and Apify alternative -
Reactive Resume
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today! [Moved to: https://github.com/AmruthPillai/Reactive-Resume] -
blynk
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes -
Ombi
Want a Movie or TV Show on Plex or Emby? Use Ombi! [Moved to: https://github.com/Ombi-app/Ombi] -
Revive Adserver
The world's most popular free, open source ad serving system. You can download the latest release at: -
cState
š„ Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more. -
COPS
Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...) -
ytdl-webserver
š» Webserver for downloading youtube videos. Ready for docker. -
Ulterius
Ulterius is an open-source remote desktop software with lots of awesome functions. -
EasyBook Project
Book publishing as easy as it should be (built with Symfony components) -
How Secure Is My Password
Rather than just saying a password is "weak" or "strong", How Secure is My Password? lets your users know how long it would take someone to crack their password. -
2FAuth
A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes -
Para
Multitenant backend server for building web and mobile apps rapidly. The backend for busy developers. (self-hosted or hosted) -
Skygear
Skygear - an open source serverless platform for modern secure app development -
DomainMOD
DomainMOD is an open source application written in PHP & MySQL used to manage your domains and other internet assets in a central location. DomainMOD also includes a Data Warehouse framework that allows you to import your web server data so that you can view, export, and report on your live data. -
visualCaptcha
visualCaptcha's Main Repo. This is a collection of all the different versions/repos of visualCaptcha. -
GeneWeb
GeneWeb is a free (as in free speech) genealogy software with a web interface created by Daniel de Rauglaudre. -
Notica
Send browser notifications from your terminal. No installation. No registration. -
MalwareMultiScan
Self-hosted VirusTotal / MetaDefender wannabe with API, demo UI and Scanners running in Docker. -
Anchr
āļø Anchr provides you with a toolbox for tiny tasks on the internet, especially bookmark collections -
AlertHub
AlertHub is a simple tool written with NodeJS to get alerted from new GitHub and GitLab repository events. -
Digital-Currency
Create your own Digital Currency with this self-hosted Web App. Check out the Demo website -
Web fonts repository
A simple webfont hosting. Google Fonts alternative for your own fonts. -
Musical Artifacts
Helping to catalog, preserve and free the artifacts you need to produce music. -
CrushPaper
Research the web for relevant sources, save them to CrushPaper and then combine them with your own insights into an article. -
Trello Burndown
An easy to use self-hosted SCRUM burndown chart for Trello boards. (Docker or binary)
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of MindsDB or a related project?
README
Website | Docs | Community Slack | Contribute | Demo | Hacktoberfest
MindsDB ML-SQL Server enables machine learning workflows for the most powerful databases and data warehouses using SQL.
- Developers can quickly add AI capabilities to your applications.
- Data Scientists can streamline MLOps by deploying ML models as AI Tables.
- Data Analysts can easily make forecasts on complex data (like multivariate time-series with high cardinality) and visualize them in BI tools like Tableau.
NEW! Check-out the new Hacktoberfest challenges (and the cash:dollar: , laptop:computer: and many other prizes)!
If you like our project then we would truly appreciate a Star ā!
Also, check-out the rewards and community programs.
Installation - Overview - Features - Database Integrations - Quickstart - Documentation - Support - Contributing - Mailing lists - License
Machine Learning using SQL
Demo
You can try the Mindsdb ML SQL server here (demo).
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 models through virtual AI Tables:
Apart from abstracting ML models as AI Tables inside databases, MindsDB has a set of unique capabilities:
Easily make predictions over very complex multivariate time-series data with high cardinality
An open JSON-AI syntax to tune ML models and optimize ML pipelines in a declarative way
How it works:
Let MindsDB connect to your database.
Train a Predictor using a single SQL statement (make MindsDB learn from historical data automatically) or import your ML model to a Predictor via JSON-AI.
Make predictions with SQL statements (Predictor is exposed as virtual AI Tables). Thereās no need to deploy models since they are already part of the data layer.
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
- Bring models to production without ātraditional deploymentā as AI Tables
- Get modelsā accuracy scoring and confidence intervals for each prediction
- Join ML models with existing data
- Anomaly detection
- Model explainability analysis
- GPU support for modelsā training
- Open JSON-AI syntax to build models and bring your ML blocks in a declarative way
Database Integrations
MindsDB works with most of the SQL and NoSQL databases and data Streams for real-time ML.
Connect your Data | Connect your Data | Connect your Data |
---|---|---|
:question: :wave: 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.
Support
If you found a bug, please submit an issue on GitHub.
To get community support, you can:
- Post at MindsDB Slack community.
- Ask for help at our GitHub Discussions.
- Ask a question at Stackoverflow with a MindsDB tag.
If you need commercial support, please contact MindsDB team.
Contributing
A great place to start contributing to MindsDB will be our GitHub projects for checkered_flag:
- Community writers dashboard tasks.
- Community code contributors dashboard tasks.
Also, we are always open to suggestions so feel free to open new issues with your ideas and we can guide you!
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 all licence references and agreements mentioned in the MindsDB README section above
are relevant to that project's source code only.