Skip to content

Commit 5509d57

Browse files
Update README.md (postgresml#1585)
1 parent cedf4e4 commit 5509d57

File tree

1 file changed

+18
-30
lines changed

1 file changed

+18
-30
lines changed

README.md

Lines changed: 18 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,28 @@
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>
208

219
<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>
2411
</p>
2512

2613
<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> |
3115
</p>
3216

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>
3526
- [Installation](#installation)
3627
- [Getting started](#getting-started)
3728
- [Natural Language Processing](#nlp-tasks)
@@ -52,9 +43,6 @@
5243
<!-- - [Regression](#regression)
5344
- [Classification](#classification) -->
5445

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-
5846
## Text Data
5947
- Perform natural language processing (NLP) tasks like sentiment analysis, question and answering, translation, summarization and text generation
6048
- Access 1000s of state-of-the-art language models like GPT-2, GPT-J, GPT-Neo from :hugs: HuggingFace model hub

0 commit comments

Comments
 (0)