Superinsight is a Machine Learning Relational Database for AI applications.
Superinsight is a Machine Learning Relational Database, its main purpose is to provide machine learning features within the database so any applications and business intelligence software that utliize SQL can take advantage of AI capabilities. Superinsight is build on top of PostgreSQL so you can take advantage of everything in PostgreSQL plus the ability to run machine learning operations using SQL statements.
For guidance on how to use Superinsight, see our User Documentation.
The best way to get started with Superinsight is to build and run our docker image
docker run --name superinsight-db-standalone -p 5432:5432 -e ENV_IMAGE_TO_LABEL=True -e SUPERINSIGHT_USER=admin2 -e SUPERINSIGHT_PASSWORD=password2 superinsight/superinsight-db-standalone:latest
For filing bugs, suggesting improvements, or requesting new features, help us out by opening an issue.
Contributions to Superinsight are welcomed. If you're looking for issues to work on, try looking at the good first issue list. We do our best to tag issues suitable for new external contributors with that label, so it's a great way to find something you can help with!