|
1 |
| -<p align="center"> |
2 |
| - <a href="https://postgresml.org/"> |
3 |
| - <img src="https://postgresml.org/dashboard/static/images/owl_gradient.svg" width="175" alt="PostgresML"> |
4 |
| - </a> |
5 |
| -</p> |
6 |
| - |
7 |
| -<h2 align="center"> |
8 |
| - <a href="https://postgresml.org/"> |
9 |
| - <svg version="1.1" |
10 |
| - xmlns="http://www.w3.org/2000/svg" |
11 |
| - xmlns:xlink="http://www.w3.org/1999/xlink" |
12 |
| - width="200" height="50" |
13 |
| - > |
14 |
| - <text font-size="32" x="20" y="32"> |
15 |
| - <tspan fill="white" style="mix-blend-mode: difference;">Postgres</tspan><tspan fill="dodgerblue">ML</tspan> |
16 |
| - </text> |
17 |
| - </svg> |
18 |
| - </a> |
19 |
| -</h2> |
| 1 | +<div align="center"> |
| 2 | + <picture> |
| 3 | + <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/5d5510da-6014-4cf3-849f-566050e053da"> |
| 4 | + <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/aea1c38a-15bf-4270-8365-3d5e6311f5fc"> |
| 5 | + <img alt="Logo" src="" width="520"> |
| 6 | + </picture> |
| 7 | +</div> |
20 | 8 |
|
21 | 9 | <p align="center">
|
22 |
| - Generative AI and Simple ML with |
23 |
| - <a href="https://www.postgresql.org/" target="_blank">PostgreSQL</a> |
| 10 | + <p align="center"><b>Generative AI and Simple ML with PostgreSQL.</b></p> |
24 | 11 | </p>
|
25 | 12 |
|
26 | 13 | <p align="center">
|
27 |
| - <img alt="CI" src="https://github.com/postgresml/postgresml/actions/workflows/ci.yml/badge.svg" /> |
28 |
| - <a href="https://discord.gg/DmyJP3qJ7U" target="_blank"> |
29 |
| - <img src="https://img.shields.io/discord/1013868243036930099" alt="Join our Discord!" /> |
30 |
| - </a> |
| 14 | +| <a href="https://postgresml.org/docs/"><b>Documentation</b></a> | <a href="https://postgresml.org/blog"><b>Blog</b></a> | <a href="https://discord.gg/DmyJP3qJ7U"><b>Discord</b></a> | |
31 | 15 | </p>
|
32 | 16 |
|
33 |
| -# Table of contents |
34 |
| -- [Introduction](#introduction) |
| 17 | +--- |
| 18 | +PostgresML is a complete ML/AI platform built inside PostgreSQL. Our operating principle is: |
| 19 | + |
| 20 | +Move models to the database, rather than constantly moving data to the models. |
| 21 | + |
| 22 | +Data for ML & AI systems is inherently larger and more dynamic than the models. It's more efficient, manageable and reliable to move models to the database, rather than continuously moving data to the models. |
| 23 | + |
| 24 | + |
| 25 | +<b> Table of contents </b> |
35 | 26 | - [Installation](#installation)
|
36 | 27 | - [Getting started](#getting-started)
|
37 | 28 | - [Natural Language Processing](#nlp-tasks)
|
|
52 | 43 | <!-- - [Regression](#regression)
|
53 | 44 | - [Classification](#classification) -->
|
54 | 45 |
|
55 |
| -# Introduction |
56 |
| -PostgresML is a machine learning extension for PostgreSQL that enables you to perform training and inference on text and tabular data using SQL queries. With PostgresML, you can seamlessly integrate machine learning models into your PostgreSQL database and harness the power of cutting-edge algorithms to process data efficiently. |
57 |
| - |
58 | 46 | ## Text Data
|
59 | 47 | - Perform natural language processing (NLP) tasks like sentiment analysis, question and answering, translation, summarization and text generation
|
60 | 48 | - Access 1000s of state-of-the-art language models like GPT-2, GPT-J, GPT-Neo from :hugs: HuggingFace model hub
|
|
0 commit comments